-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathmkdocs.yml
More file actions
98 lines (89 loc) · 3.47 KB
/
mkdocs.yml
File metadata and controls
98 lines (89 loc) · 3.47 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
site_name: Dreamfinity | Гайды
site_url: https://guides.dreamfinity.org
docs_dir: guides
site_author: <Georgii Imeshkenov aka @Veritaris, georgiiimeshkenov@gmail.com>
nav:
- Главная страница: index.md
- Arcanefactory:
- "\"Гайд по привату\" от Hallowt": claim/legacy/index.md
- "\"Гайд по созданию и отладке генератора из Draconic Evolution\" от FCORETOP": draconic_reactor/index.md
- Automatonica:
- "\"Гайд по привату с помощью Open Parties and Claims\" от IFlyingTea": claim/modern/index.md
- Mageweave:
- "\"Гайд по привату\" от Hallowt": claim/legacy/index.md
- "\"Hardcore Ender Expansion (HEE)\" от Not_a_Happy_Cat": Mageweave/hardcore_ender_expansion_by_not_a_happy_cat/index.md
- "\"Witchery\" от Not_a_Happy_Cat": Mageweave/witchery_by_not_a_happy_cat/index.md
- Spacecross:
- "\"Пивоварение и немножко о роме\" от Andy_Erypan": Spacecross/based_guide_about_a_ic2_beer/index.md
- "\"Материя из Matter Overdrive или генерация ресурсов\" от rrr_game": Spacecross/matter_from_MO_or_resource_generation_by_rrrgame/index.md
- "\"Наниты и все с ними связанное\" от Sugato": Spacecross/nanites_and_everything_related_to_them_by_sugato/index.md
- Technocracy:
- "\"Гайд по привату\" от Hallowt": claim/legacy/index.md
- Гайд о гайде: how_to_contribute/index.md
- Правила Проекта: rules/index.md
- FAQ: FAQ/index.md
- Решение проблем с лаунчером: SolvingLauncherProblems/index.md
- DSGL:
- Main page: DSGL/docs/index.md
- Quickstart: DSGL/docs/quickstart.md
- Core concepts:
- State and reactivity: DSGL/docs/state-reactivity.md
- Custom components: DSGL/docs/custom-components.md
- Hot-reload agent setup: DSGL/docs/hot-reload-agent.md
- Cookbook: DSGL/docs/cookbook.md
- Troubleshooting: DSGL/docs/troubleshooting.md
- Status and limitations: DSGL/docs/status-limitations.md
- Architecture overview: DSGL/docs/architecture.md
- Project structure: DSGL/docs/project-structure.md
- Reference:
- Elements overview: DSGL/docs/elements-overview.md
- Styling: DSGL/docs/styling.md
- Layout model: DSGL/docs/layout-model.md
- Hooks: DSGL/docs/hooks.md
plugins:
- search:
lang:
- ru
- en
- glightbox:
theme:
name: material
custom_dir: theme
logo: assets/logo.svg
favicon: assets/favicon.svg
language: ru
features:
- navigation.top
- navigation.path
# - toc.integrate
# - navigation.sections
# - navigation.tabs
- search.suggest
- content.code.select
- content.code.copy
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: dreamfinity
accent: dreamfinity
toggle:
icon: material/brightness-7
name: Темная тема
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: dreamfinity
accent: dreamfinity
toggle:
icon: material/brightness-4
name: Светлая тема
markdown_extensions:
- toc:
permalink: true
- admonition
- pymdownx.details
- pymdownx.superfences
- def_list
- pymdownx.tasklist:
custom_checkbox: true
- attr_list
- md_in_html