diff --git a/mkdocs.yml b/mkdocs.yml index d7cd24d..5efb4ec 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,12 +1,46 @@ -site_name: Lehrlingsdoku -site_url: https://pombas_n.pages.psi.ch +# 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 theme: - name: windmill-dark -nav: - - Usage: index.md - - Getting Started: getting-started.md - - Guides: - - Example Guide: guides/git.md - - Markdown Guide: guides/markdown.md + name: null + custom_dir: mkdocs_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 +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 + +markdown_extensions: + - toc: + permalink: '#' + +extra: + version: 0.1.4 \ No newline at end of file