Add website #2

Merged
pierre merged 6 commits from doc into master 2023-05-09 17:44:15 +00:00
2 changed files with 25 additions and 0 deletions
Showing only changes of commit cbc3a63e26 - Show all commits

View File

@ -14,3 +14,8 @@ steps:
- cargo clippy -- -D warnings - cargo clippy -- -D warnings
- cargo test - cargo test
- name: doc
image: python
commands:
- pip install mkdocs-material
- mkdocs build --site-dir public

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