mirror of
https://github.com/nofusscomputing/kubernetes.git
synced 2025-08-02 04:22:42 +00:00
31 lines
467 B
YAML
31 lines
467 B
YAML
---
|
|
|
|
INHERIT: website-template/mkdocs.yml
|
|
|
|
docs_dir: "docs"
|
|
|
|
repo_name: Kubernetes
|
|
repo_url: https://github.com/nofusscomputing/kubernetes
|
|
edit_uri: "/edit/development/docs/"
|
|
theme:
|
|
icon:
|
|
repo: fontawesome/brands/github
|
|
|
|
|
|
nav:
|
|
- Home: index.md
|
|
|
|
- Articles:
|
|
- articles/index.md
|
|
|
|
- Projects:
|
|
- projects/index.md
|
|
|
|
- Kustomize:
|
|
- projects/kustomize/index.md
|
|
|
|
- Operations:
|
|
- operations/index.md
|
|
|
|
- Contact Us: contact.md
|