Little helper to run CNCF's k3s in Docker
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
k3d/mkdocs.yml

48 lines
1.3 KiB

4 years ago
# Project information
site_name: k3d
site_description: Little helper to run Rancher Lab's k3s in Docker
site_url: https://k3d.io/
copyright: "Copyright © 2020 k3d Authors"
# Repo Information
repo_name: rancher/k3d
4 years ago
repo_url: https://github.com/rancher/k3d
# Theme
theme:
name: material
language: en
feature:
tabs: true
palette:
primary: "black"
accent: "grey"
4 years ago
# Navigation
nav:
- Overview: index.md
- Command Tree: commands.md
- Defaults: defaults.md
- Examples: examples.md
- FAQ: faq.md
# Extensions
markdown_extensions:
- toc:
permalink: true
- admonition # https://squidfunk.github.io/mkdocs-material/extensions/admonition/
- codehilite # https://squidfunk.github.io/mkdocs-material/extensions/codehilite/
- pymdownx.inlinehilite # https://squidfunk.github.io/mkdocs-material/extensions/pymdown/#inlinehilite
- pymdownx.superfences # https://squidfunk.github.io/mkdocs-material/extensions/pymdown/#superfences
- pymdownx.tabbed # https://squidfunk.github.io/mkdocs-material/extensions/pymdown/#tabbed
- smarty # https://python-markdown.github.io/extensions/smarty/
# Plugins
plugins:
- search
- git-revision-date-localized: # https://squidfunk.github.io/mkdocs-material/plugins/revision-date/
type: date
# Other Settings
strict: true # halt processing when a warning is raised