-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathmkdocs.yml
115 lines (109 loc) · 4.33 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
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
site_name: SS220 Developer Documentation
repo_url: https://github.com/SerbiaStrong-220/space-station-14
repo_name: SerbiaStrong-220/space-station-14
copyright: Copyright © 2023 SS220. Written and maintained by SS220 developers.
theme:
name: material
language: ru
palette:
# Palette toggle for dark mode
- scheme: slate
toggle:
icon: material/brightness-4
name: Switch to light mode
- scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
features:
- search.suggest
- search.highlight
- search.share
- navigation.footer
- navigation.sections
plugins:
- search
- git-revision-date-localized:
enable_creation_date: true
fallback_to_build_date: true
- git-authors
extra:
social:
- icon: fontawesome/brands/discord
link: https://discord.gg/ss220
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- md_in_html
nav:
- Главная: index.md
- Сборка и запуск локального сервера: localhost.md
- Диздоки:
- Исследователи с Сиерры(Infinity):
- disdocs/sierra/index.md
- disdocs/sierra/backstory-gen.md
- disdocs/sierra/planet-gen.md
- Маппинг:
- Обучение:
- mapping/general.md
- mapping/controls.md
- mapping/starting.md
- Полезные статьи:
- mapping/faq.md
- mapping/testing.md
- mapping/render.md
- mapping/vv.md
- mapping/decalling.md
- mapping/atmos.md
- mapping/engineering.md
- mapping/parallaxes.md
- mapping/dangeouns.md
- Моя первая станция:
- mapping/1station/loremispum.md # заглушка
# - Этап 1 - Проектирование:
# - mapping/1station/part1/idea.md # Идея, вдохновение
# - mapping/1station/part1/schematic.md # Чертежи
# - mapping/1station/part1/dd.md # Дизайн-Документ
# - Этап 2 - Маппинг:
# - mapping/1station/part2/preparation.md
# - Отделы:
# - mapping/1station/part2/general.md # Общее
# - mapping/1station/part2/service.md # Сервис
# - mapping/1station/part2/medical.md # Мед
# - mapping/1station/part2/eng.md # Инженерный
# - mapping/1station/part2/rnd.md # Научный
# - mapping/1station/part2/security.md # Охранный
# - mapping/1station/part2/dia.md # ДВД
# - mapping/1station/part2/command.md # Командный
# - mapping/1station/part2/techs.md # Технические/Секретки
# - Этап 3 - Инфраструктура:
# - mapping/1station/part3/lights.md # свет
# - mapping/1station/part3/energetic.md # всё об электричестве
# - mapping/1station/part3/atmos.md # всё об атмосе
# - mapping/1station/part3/utilisation.md # всё о трубах мусора
# - mapping/1station/part3/mailPosts.md # всё о почте
# - mapping/1station/part3/cameras.md # всё о камерах
# - mapping/1station/part3/warppoints.md # всё о маяках и варпах
# - mapping/1station/part3/wallmounts.md # настенные предметы
# - mapping/1station/part3/spawners.md # всё о спавнерах
# - Этап 4 - Релизная подготовка:
# - mapping/1station/part4/prototype-station.md #
# - mapping/1station/part4/worktest.md #
# - mapping/1station/part4/parallaxes.md #
# - mapping/1station/part4/camera-viewable-maps.md #
# - Наши работы:
# - Открытые диздоки:
# - mapping/dd/frankenstein.md
# - mapping/dd/axioma.md
# - mapping/dd/eclipse.md
# - mapping/dd/donuts.md
# - mapping/dd/frankenstein.md
- Разработка:
- development/dev-introduction.md
- development/ecs.md
- development/prototypes.md
- development/localisation.md
- development/basic-networking.md
- development/creating-simple-system.md
- development/ss220-guidelines.md