1
0
mirror of synced 2026-03-31 05:54:20 +00:00

Publish mkdocs to gh-pages

This commit is contained in:
stefanprodan
2020-06-18 20:10:18 +03:00
parent 7a87d353cb
commit 186c7d5786
6 changed files with 119 additions and 0 deletions

50
mkdocs.yml Normal file
View File

@@ -0,0 +1,50 @@
site_name: GitOps Toolkit
site_description: Documentation for GitOps Toolkit.
site_author: The Flux contributors
site_url: https://fluxcd.github.io/toolkit/
# Repository
repo_name: fluxcd/toolkit
repo_url: https://github.com/fluxcd/toolkit
edit_uri: ""
theme:
name: material
logo: _files/flux-icon@2x.png
language: en
palette:
primary: blue
accent: indigo
docs_dir: docs
extra_css:
- _static/custom.css
plugins:
- search
markdown_extensions:
- admonition
- codehilite:
guess_lang: false
- toc:
permalink: true
- pymdownx.superfences:
highlight_code: true
- pymdownx.tabbed
nav:
- Introduction: introduction.md
- CLI:
- Bootstrap: cmd/tk_bootstrap.md
- Check: cmd/tk_check.md
- Create: cmd/tk_create.md
- Delete: cmd/tk_delete.md
- Export: cmd/tk_export.md
- Get: cmd/tk_get.md
- Install: cmd/tk_install.md
- Resume: cmd/tk_resume.md
- Suspend: cmd/tk_suspend.md
- Synchronize: cmd/tk_sync.md
- Uninstall: cmd/tk_uninstall.md