This repository has been archived by the owner on Jul 20, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs_gh-pages.yml
151 lines (144 loc) · 5.5 KB
/
mkdocs_gh-pages.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
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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
## To configure your Mkdocs installation using this file,
## refer to Mkdocs documentation
# Basic site config
site_name: The Pins Team English Handbook
site_url: https://gh-pages-en.handbooksbythepins.gq
use_directory_urls: true
theme:
name: 'material'
custom_dir: overrides
palette:
primary: 'red'
accent: 'red'
icon:
logo: 'material/book'
repo: fontawesome/brands/gitlab
language: en
features:
# The instant feature is having issues when deployed on a Cloudflare-protected custom domain.
# - instant
- tabs
docs_dir: handbook-src
# Repository information
repo_url: https://github.com/MadeByThePinsHub/handbook
repo_name: MadeByThePinsHub/handbook
# Navigation menu
# Update this as new content are available.
nav:
- 'README': 'index.md'
- 'History of Handbook': 'about/index.md'
- 'Copyright Info': 'copyright.md'
- 'Code of Conduct': 'code-of-conduct.md'
- 'DevOps':
- 'Intro to DevOps': 'devops/index.md'
- 'Verify':
- 'Intro': 'devops/verify/index.md'
- 'Virtual Environments':
- 'Intro': 'devops/verify/virtual-env/index.md'
- 'Test Suites': 'devops/verify/virtual-env/test-suites/index.md'
- 'Virtual Machines': 'devops/verify/virtual-env/virtual-machines/index.md'
- 'Secure':
- 'PGP Keys and Keybase': 'devops/secure/pgp-keys/keybase.md'
- 'Team Members Using Keybase': 'directory/keybase-users.md'
- 'GitLab':
- 'GitLab What?': 'the-gitlab-way/index.md/#gitlab-what'
- 'Migrating from GitHub': 'the-gitlab-way/movingtogitlab/github.md'
- 'Triage Operations':
- 'Index': 'the-gitlab-way/triage-ops/index.md'
- 'GitLab Runners':
- 'Managing Artifacts': 'the-gitlab-way/artifacts-management/index.md'
- 'Life at the Pins Team':
- 'README': 'life-at-the-pins/index.md'
- 'Censorship 101':
- 'Handling Spoilers': 'life-at-the-pins/censorship-101/handling-spoilers.md'
- 'Red Flagging Naughty Words': 'life-at-the-pins/censorship-101/red-flagging-naughty-words.md'
- 'Directory':
- 'Team Member Codenames': 'directory/codenames.md'
- 'List of Team and Community Members': 'directory/team-members.md'
- 'Community Hub':
- 'Index': 'community-hub/index.md'
- 'Telegram Community Network Federation':
- 'Index': 'community-hub/network-federation/index.md'
- 'FAQs': 'community-hub/faqs/network-federation.md'
- 'Federation Ban Reasons': 'community-hub/network-federation/fedban-reasons.md'
- 'Contacting Support': 'community-hub/network-federation/support.md'
- 'Collection of Community-Asked Questions': 'community-hub/faq/index.md'
- 'Minecraft Servers':
- 'Official Servers': 'minecraft-servers/index.md#official-servers'
- 'Community-managed Servers': 'minecraft-servers/index.md#community-managed-servers'
- 'Servers Managed by the Pins': 'minecraft-servers/index.md#servers-managed-by-the-pins'
- 'Limitations on Provider-side': 'minecraft-servers/index.md#limitations'
- 'Server Rules': 'minecraft-servers/rules.md'
- 'In other Languages':
- 'Available Translations': 'select-language.md'
- 'Fork to localize': "https://gitlab.com/MadeByThePinsTeam-DevLabs/Official-Handbook/-/forks/new"
# Markdown extensions and other plugins
# For Markdown extensions for Python, see https://python-markdown.github.io/extensions/ for the full list.
markdown_extensions:
- pyembed.markdown
- markdown.extensions.admonition
- markdown.extensions.attr_list
- markdown.extensions.codehilite:
guess_lang: false
- markdown.extensions.def_list
- markdown.extensions.footnotes
- markdown.extensions.meta
- markdown.extensions.toc:
permalink: true
- pymdownx.arithmatex
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
# - pymdownx.highlight:
# linenums_style: pymdownx-inline
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.magiclink:
repo_url_shorthand: true
provider: GitHub
user: MadeByThePinsHub
repo: official-team-handbook
labels: {
'pull': 'Merge Request'
}
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.snippets:
check_paths: true
- pymdownx.superfences
- pymdownx.tabbed
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
# Mkdocs Plugins
plugins:
- search:
separator: '[\s\-\.]+'
lang:
- en
- redirects:
redirect_maps:
'remix': "https://gitlab.com/MadeByThePinsTeam-DevLabs/official-handbook/-/forks/new"
'remix-on-crowin': 'https://crowdin.com'
# redirect old links to new, working ones
# avoid multiple redirects as it hurts performance!
'codenames.md': 'directory/codenames.md'
'team-members.md': 'directory/team-members.md'
# Some extras
extra:
social:
- icon: fontawesome/brands/github-alt
link: 'https://github.com/MadeByThePinsHub'
- icon: fontawesome/brands/twitter
link: 'https://twitter.com/ThePinsTeam'
- icon: fontawesome/brands/gitlab
link: 'https://gitlab.com/MadeByThePinsTeam-DevLabs'
- icon: fontawesome/brands/telegram
link: 'https://telegram.dog/UpdatesFromThePins'
## Edit link for the 'develop' branch. Use available files for different stuff.
edit_uri: edit/develop/handbook-src