This repository was archived by the owner on Jun 28, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
120 lines (112 loc) · 3.54 KB
/
mkdocs.yml
File metadata and controls
120 lines (112 loc) · 3.54 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
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
# Project information
site_name: ReDeathmatch
site_url: https://ReDeathmatch.github.io/
site_author: wopox1337@ya.ru (Sergey Shorokhov)
site_description: >-
Enables deathmatch style (CSDM) gameplay in Counter-Strike 1.6 (respawning, gun selection, spawn protection, etc).
# Repository
repo_url: https://github.com/ReDeathmatch/ReDeathmatch_AMXX
repo_name: ReDeathmatch/ReDeathmatch_AMXX
# Copyright
copyright: Copyright © 2022 - 2024 Sergey Shorokhov
# Configuration
theme:
name: material
custom_dir: docs/overrides
palette:
# Palette toggle for light mode
- scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- scheme: slate
toggle:
icon: material/brightness-4
name: Switch to light mode
font:
text: Montserrat
code: JetBrains Mono
icon:
repo: fontawesome/brands/github
logo: fontawesome/solid/gun
features:
- announce.dismiss
- content.action.edit
- content.action.view
- content.code.annotate
- content.code.copy
- content.tooltips
- navigation.sections
- navigation.tabs
- navigation.path
- navigation.footer
- navigation.top
- navigation.tracking
- navigation.indexes
# - navigation.instant
# - navigation.instant.prefetch
# - navigation.instant.progress
- header.autohide
- content.action.edit
- content.action.view
- search.highlight
- search.share
- search.suggest
- toc.follow
- toc.integrate
favicon: assets/favicon.png
extra:
alternate:
- name: 🇺🇸 English
link: ''
lang: en
- name: 🇷🇺 Русский
link: ru/
lang: ru
analytics:
provider: google
property: G-5RGR2LDNKC
plugins:
- blog
- search
- rss
nav:
- 'Overview': 'index.md'
- 'Getting started':
- 'en/Getting-started/index.md'
- 'en/Getting-started/alternatives.md'
- 'en/Getting-started/requirements.md'
- 'en/Getting-started/installation.md'
- 'Customizing':
- 'en/Customizing/index.md'
- 'en/Customizing/commands.md'
- 'en/Customizing/convars.md'
- 'en/Customizing/plugins.md'
- 'Respawn system':
- 'About': 'en/Customizing/Spawn-system/index.md'
- 'Format description': 'en/Customizing/Spawn-system/systems-compare.md'
- 'Convertation': 'en/Customizing/Spawn-system/convertation.md'
- 'Working with documentation': 'en/Work-with-documentation.md'
- '🇷🇺 RU':
- 'Обзор': 'ru/index.md'
- 'Приступим!':
- 'Приступим!': 'ru/Getting-started/index.md'
- 'Альтернативы': 'ru/Getting-started/alternatives.md'
- 'Требования': 'ru/Getting-started/requirements.md'
- 'Установка': 'ru/Getting-started/installation.md'
- 'Конфигурация':
- 'Конфигурация': 'ru/Customizing/index.md'
- 'Команды': 'ru/Customizing/commands.md'
- 'Консольные переменные': 'ru/Customizing/convars.md'
- 'Набор плагинов': 'ru/Customizing/plugins.md'
- 'Система спавнов':
- 'Введение': 'ru/Customizing/Spawn-system/index.md'
- 'Описание форматов': 'ru/Customizing/Spawn-system/systems-compare.md'
- 'Конвертирование': 'ru/Customizing/Spawn-system/convertation.md'
- 'Работа с документацией': 'ru/Work-with-documentation.md'
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- footnotes