Added plugins projects
All checks were successful
Build and Deploy Documentation / build-and-deploy (push) Successful in 4s
All checks were successful
Build and Deploy Documentation / build-and-deploy (push) Successful in 4s
This commit is contained in:
11
docs/projects/lerndoku-template/mkdocs.yml
Normal file
11
docs/projects/lerndoku-template/mkdocs.yml
Normal 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
|
||||
10
mkdocs.yml
10
mkdocs.yml
@@ -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"
|
||||
Reference in New Issue
Block a user