Added plugins projects
All checks were successful
Build and Deploy Documentation / build-and-deploy (push) Successful in 4s

This commit is contained in:
Noah Pombas
2025-12-04 13:25:21 +01:00
parent 992ecbd1c6
commit 9af7ec37b0
6 changed files with 14 additions and 7 deletions

View File

@@ -0,0 +1,11 @@
site_name: Lehrlingsdoku
site_url: https://pombas_n.pages.psi.ch
theme:
name: material
nav:
- Home: index.md
- Getting Started: getting-started.md
- Guides:
- Example Guide: guides/git.md
- Markdown Guide: guides/markdown.md

View File

@@ -3,12 +3,8 @@ site_url: https://pombas_n.pages.psi.ch
theme:
name: material
nav:
- Home: index.md
- Getting Started: getting-started.md
- Guides:
- Example Guide: guides/git.md
- Markdown Guide: guides/markdown.md
plugins:
- blog
- projects:
projects_dir: projects
projects_config_files: "**/mkdocs.yml"