Changed theme
All checks were successful
Build and Deploy Documentation / build-and-deploy (push) Successful in 3s
All checks were successful
Build and Deploy Documentation / build-and-deploy (push) Successful in 3s
This commit is contained in:
50
mkdocs.yml
50
mkdocs.yml
@@ -1,46 +1,12 @@
|
||||
# site_name: Lehrlingsdoku
|
||||
# site_url: https://pombas_n.pages.psi.ch
|
||||
|
||||
# theme:
|
||||
# name: windmill-dark
|
||||
# nav:
|
||||
# - Home: index.md
|
||||
# - Getting Started: getting-started.md
|
||||
# - Guides:
|
||||
# - Example Guide: guides/git.md
|
||||
# - Markdown Guide: guides/markdown.md
|
||||
|
||||
site_name: 'Windmill Dark MkDocs Theme'
|
||||
site_description: 'MkDocs theme focused on navigation and usability.'
|
||||
site_author: 'Alexandre ZANNI'
|
||||
|
||||
repo_url: https://github.com/noraj/mkdocs-windmill-dark
|
||||
site_name: Lehrlingsdoku
|
||||
site_url: https://pombas_n.pages.psi.ch
|
||||
|
||||
theme:
|
||||
name: null
|
||||
custom_dir: windmill-dark
|
||||
# default from mkdocs_theme.yml
|
||||
static_templates:
|
||||
- 404.html
|
||||
include_search_page: true
|
||||
search_index_only: true
|
||||
history_buttons: true
|
||||
article_nav_top: true
|
||||
article_nav_bottom: true
|
||||
|
||||
name: windmill-dark
|
||||
nav:
|
||||
- Usage: index.md
|
||||
- Customization: customization.md
|
||||
- Samples:
|
||||
- Sample Page A: sample-a.md
|
||||
- Sample Subfolder:
|
||||
- Sample Subpage A1: sample-a1.md
|
||||
- Sample Subpage A2: sample-a2.md
|
||||
- Sample Page B: sample-b.md
|
||||
- Home: /index.md
|
||||
- Getting Started: getting-started.md
|
||||
- Guides:
|
||||
- Example Guide: guides/git.md
|
||||
- Markdown Guide: guides/markdown.md
|
||||
|
||||
markdown_extensions:
|
||||
- toc:
|
||||
permalink: '#'
|
||||
|
||||
extra:
|
||||
version: 0.1.4
|
||||
Reference in New Issue
Block a user