forked from redkit-resources/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.en.yml
More file actions
77 lines (67 loc) · 2.83 KB
/
mkdocs.en.yml
File metadata and controls
77 lines (67 loc) · 2.83 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
site_name: REDkit Open Documentation
site_url: https://redkit-resources.github.io/docs/
repo_name: redkit-resources/docs
repo_url: https://github.com/redkit-resources/docs
edit_uri: edit/main/docs/en
copyright: Supported by REDkit RU community
INHERIT: mkdocs.common.yml
theme:
language: en
palette:
- media: "(prefers-color-scheme)"
toggle:
icon: material/brightness-auto
name: Light theme
- media: "(prefers-color-scheme: light)"
scheme: default
primary: teal
accent: deep purple
toggle:
icon: material/weather-night
name: Dark theme
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: deep purple
accent: teal
toggle:
icon: material/weather-sunny
name: System theme
nav:
- Getting Started:
- Welcome: en/index.md
- Contribution Guide: en/contribute.md
- Changelog: en/changelog.md
- Credits: en/credits.md
- Community Documentation:
- Home: en/unnoficial_docs/index.md
- Basics:
Home: en/unnoficial_docs/base/index.md
Behaviors:
- General Information: en/unnoficial_docs/base/behavior/behavior.md
World:
- World Basics: en/unnoficial_docs/base/world/world.md
Loading screens: unnoficial_docs/base/loading_screens.md
- Guides:
- Home: en/unnoficial_docs/guides/index.md
- Create NPC Animation: en/unnoficial_docs/guides/create_animation_for_npc.md
- Create USM video: en/unnoficial_docs/guides/create_usm_video.md
- New medallion in hud: en/unnoficial_docs/guides/create_new_hud_medallion.md
- Useful Features:
- Home: en/unnoficial_docs/useful_features/index.md
- Useful Shortcuts: en/unnoficial_docs/useful_features/shortcuts.md
- Copy Info from Object Properties: en/unnoficial_docs/useful_features/copy_info_from_objects_prop.md
- Customizing Script Studio: en/unnoficial_docs/useful_features/setup_script_studio.md
- Bugs and Solutions:
- Home: en/unnoficial_docs/bugs/index.md
- Stitches on textures: en/unnoficial_docs/bugs/uv_bug.md
- References:
- Home: en/unnoficial_docs/references/index.md
- World:
- World Parameters: en/unnoficial_docs/references/world/world_params.md
- Umbra: en/unnoficial_docs/references/world/umbra.md
- Pathlib Parameters: en/unnoficial_docs/references/world/pathlib.md
- Shadow Parameters: en/unnoficial_docs/references/world/shadow_params.md
- Environment Parameters: en/unnoficial_docs/references/world/env_params.md
- Geometry Parameters: en/unnoficial_docs/references/world/merged_geometry_params.md
- File Extensions: en/unnoficial_docs/references/file_extensions.md
- Parameter Data Types: en/unnoficial_docs/references/data_types.md