Add doc website (#2)
All checks were successful
continuous-integration/drone/push Build is passing

Host a small documentation website on a bucket

Reviewed-on: #2
This commit is contained in:
2023-05-09 17:44:14 +00:00
parent 921c70a785
commit a1ba3c8868
4 changed files with 160 additions and 20 deletions

20
mkdocs.yml Normal file
View File

@ -0,0 +1,20 @@
site_name: Minio K8S buckets operator
theme:
language: en
name: material
palette:
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
repo_url: https://gitea.communiquons.org/pierre/MinioK8sBuckets
edit_uri: src/branch/master/docs/
plugins:
- search