-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
41 lines (40 loc) · 1.01 KB
/
Copy pathmkdocs.yml
File metadata and controls
41 lines (40 loc) · 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
site_name: Workstation (dotfiles)
theme:
name: material
docs_dir: docs/
repo_name: 'nolte/workstation'
repo_url: 'https://github.com/nolte/workstation'
plugins:
- search
- include-markdown
- i18n:
docs_structure: folder
languages:
- locale: en
default: true
name: English
build: true
- locale: de
name: Deutsch
build: true
nav_translations:
Home: Start
References: Referenzen
Package manager (asdf): Paketmanager (asdf)
GitHub MCP server: GitHub-MCP-Server
markdown_extensions:
- pymdownx.inlinehilite:
- pymdownx.superfences:
- pymdownx.highlight:
- toc:
permalink: True
extra_css:
- css/overwrite.css
nav:
- Home: index.md
- References:
- Package manager (asdf): configurations/package-manager.md
- Git: configurations/git.md
- zsh: configurations/zsh.md
- Taskfile: configurations/taskfile.md
- GitHub MCP server: configurations/github-mcp.md