From d2a910a76bc35aa8c7383323768c668393aa2466 Mon Sep 17 00:00:00 2001 From: Noah Pombas Date: Thu, 4 Dec 2025 12:38:47 +0100 Subject: [PATCH] Changed theme --- mkdocs.yml | 50 ++++++++------------------------------------------ 1 file changed, 8 insertions(+), 42 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index fcbb636..d1a935f 100644 --- a/mkdocs.yml +++ b/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 \ No newline at end of file