You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
flux2/mkdocs.yml

59 lines
1.4 KiB
YAML

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:
5 years ago
- Introduction: index.md
- Get Started: get-started/index.md
- Toolkit Components:
- Source Controller: components/source/controller.md
- GitRepository CRD: components/source/gitrepositories.md
- Source API Reference: components/source/api.md
- Kustomize Controller: components/kustomize/controller.md
- Kustomization CRD: components/kustomize/kustomization.md
- Kustomize API Reference: components/kustomize/api.md
5 years ago
- Toolkit 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