Add website #2
@ -14,3 +14,8 @@ steps:
|
||||
- cargo clippy -- -D warnings
|
||||
- cargo test
|
||||
|
||||
- name: doc
|
||||
image: python
|
||||
commands:
|
||||
- pip install mkdocs-material
|
||||
- mkdocs build --site-dir public
|
20
mkdocs.yml
Normal file
20
mkdocs.yml
Normal 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
|
Loading…
Reference in New Issue
Block a user