1
0
Fork 0

New Traefik Labs doc theme

This commit is contained in:
Michael 2021-01-13 11:54:04 +01:00 committed by GitHub
parent 47fb6e036a
commit ab4c93dd2f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
19 changed files with 8 additions and 1326 deletions

View file

@ -9,10 +9,11 @@ repo_url: 'https://github.com/traefik/traefik'
docs_dir: 'content'
product: proxy
# https://squidfunk.github.io/mkdocs-material/
theme:
name: 'material'
custom_dir: 'theme'
name: 'traefik-labs'
language: en
include_sidebar: true
favicon: assets/img/traefikproxy-icon-color.png
@ -28,15 +29,6 @@ theme:
copyright: "Copyright © 2016-2020 Containous; 2020-2021 Traefik Labs"
extra_css:
- assets/styles/root.css
- assets/styles/header.css
- assets/styles/footer.css
- assets/styles/menu.css
- assets/styles/content.css
- assets/styles/product-switcher.css
- assets/styles/atom-one-light.css # HightlightJS's CSS theme
extra_javascript:
- assets/js/hljs/highlight.pack.js # Download from https://highlightjs.org/download/ and enable YAML, TOML and Dockerfile
- assets/js/extra.js