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

55 lines
1.7 KiB

# 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"
# Extra Files
extra_javascript:
- static/js/asciinema-player.js
extra_css:
- static/css/asciinema-player.css
- static/css/extra.css
# Repo Information
repo_name: rancher/k3d
repo_url: https://github.com/rancher/k3d
# Theme
theme:
name: material
language: en
features:
- tabs
palette:
primary: "black"
accent: "grey"
logo: static/img/k3d_logo_black_green.svg
favicon: static/img/favicons_black_blue/favicon.png
# Navigation
# nav: ommitted, because we're using the awesome-pages plugin (https://squidfunk.github.io/mkdocs-material/plugins/awesome-pages/)
# 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
- pymdownx.details # https://squidfunk.github.io/mkdocs-material/extensions/pymdown/#details
- 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
- awesome-pages # https://squidfunk.github.io/mkdocs-material/plugins/awesome-pages/
# Other Settings
strict: true # halt processing when a warning is raised