-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathmkdocs.yml
More file actions
84 lines (73 loc) · 1.89 KB
/
Copy pathmkdocs.yml
File metadata and controls
84 lines (73 loc) · 1.89 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
site_name: CS2 Multiplayer Mod
site_description: "Cooperative multiplayer for Cities: Skylines II - setup, port forwarding and troubleshooting."
site_url: https://cs2multiplayer.rollocraft.me/
site_author: Rollocraft
repo_url: https://github.com/Rollocraft/CS2MultiplayerMod
repo_name: Rollocraft/CS2MultiplayerMod
edit_uri: edit/master/help/
docs_dir: help
site_dir: site
theme:
name: shadcn
custom_dir: overrides
icon: assets/logo.webp
favicon: assets/favicon.svg
show_title: true
topbar_sections: true
show_stargazers: true
hide_source_files: false
accent: oklch(62% 0.17 250)
pygments_style:
light: shadcn-light
dark: github-dark
watch:
- overrides
extra:
author_url: https://github.com/Rollocraft
contributors_url: https://github.com/Rollocraft/CS2MultiplayerMod/graphs/contributors
extra_css:
- assets/extra.css
extra_javascript:
- assets/search.js
nav:
- Home: index.md
- Getting started: getting-started.md
- Connection:
- Steam Relay: steam-relay.md
- Direct connection: direct-connection.md
- Set up port forwarding: forwarding.md
- Port forwarding problems: forwarding_troubleshoot.md
- Changelog: changelog.md
- Troubleshooting:
- Troubleshooting guide: troubleshooting.md
- Errors and warnings: errors-and-warnings.md
- Mods and compatibility: mods.md
- Disable DLC: disable_dlc.md
- Verify game files: verify_files.md
plugins:
- shadcn/search
markdown_extensions:
- abbr
- admonition
- attr_list
- def_list
- footnotes
- md_in_html
- sane_lists
- tables
- toc:
permalink: true
- codehilite:
guess_lang: false
- pymdownx.details
- pymdownx.highlight
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
validation:
omitted_files: warn
absolute_links: warn
unrecognized_links: warn
anchors: warn