-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
53 lines (51 loc) · 1.84 KB
/
mkdocs.yml
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
42
43
44
45
46
47
48
49
50
51
52
53
site_name: Guides
site_author: "46620"
site_description: Random Guides for all
site_url: https://guides.46620.moe/
theme:
name: material
palette:
scheme: slate
nav:
- Main: 'index.md'
- About: 'about.md'
- Server:
- Plex:
- 'Installation': 'server/plex/install.md'
- 'Anime Metadata': 'server/plex/metadata_anime.md'
- 'Tautulli': 'server/plex/tautulli.md'
- 'Tautulli Scripting': 'server/plex/tautulli_scripting.md'
- Jellyfin:
- 'Installation': 'server/jellyfin/install.md'
- 'Migrating from Plex': 'server/jellyfin/migrate.md'
- 'Setting up IPTV and an EPG': 'server/jellyfin/iptv.md'
- Games:
- 'Project Zomboid': 'server/games/zomboid.md'
- PC:
- Linux:
- Migrating from Windows to Linux:
- 'Leaving Windows': 'machine/linux/migration/why.md'
- 'Downsides': 'machine/linux/migration/downsides.md'
- 'Prep': 'machine/linux/migration/prep.md'
- 'Post Install': 'machine/linux/migration/post.md'
- GPU Passthrough:
- 'Requirements': 'machine/linux/gpu_passthrough/setup.md'
- 'Single GPU passthrough': 'machine/linux/gpu_passthrough/1gpu_pass.md'
- 'Not Single GPU passthrough': 'machine/linux/gpu_passthrough/2gpu_pass.md'
- General Guides:
- Piracy:
- 'Introduction': 'machine/piracy/Introduction.md'
- 'Software': 'machine/piracy/Software.md'
markdown_extensions:
- admonition
- pymdownx.details
- fontawesome_markdown
- pymdownx.highlight
- pymdownx.superfences
- pymdownx.critic
- pymdownx.caret
- pymdownx.keys
- pymdownx.mark
- pymdownx.tilde
- pymdownx.tabbed:
alternate_style: true