-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
107 lines (103 loc) · 3.32 KB
/
mkdocs.yml
File metadata and controls
107 lines (103 loc) · 3.32 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
site_name: TaleNode Documentation
site_description: Node-based dialogue editor for game developers
site_url: https://talenode.readthedocs.io
repo_url: https://github.com/fognil/TaleNode
repo_name: TaleNode
theme:
name: material
palette:
- scheme: slate
primary: black
accent: amber
toggle:
icon: material/brightness-4
name: Switch to light mode
- scheme: default
primary: black
accent: amber
toggle:
icon: material/brightness-7
name: Switch to dark mode
font:
text: Inter
code: JetBrains Mono
logo: assets/logo.png
favicon: assets/logo.png
icon:
repo: fontawesome/brands/github
features:
- navigation.instant
- navigation.tabs
- navigation.tabs.sticky
- navigation.sections
- navigation.top
- search.suggest
- search.highlight
- content.code.copy
- content.tabs.link
extra_css:
- css/custom.css
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.tabbed:
alternate_style: true
- pymdownx.keys
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- attr_list
- md_in_html
- tables
- toc:
permalink: true
nav:
- Home: index.md
- Getting Started:
- Installation: getting-started/installation.md
- Quick Start: getting-started/quickstart.md
- User Guide:
- Canvas & Navigation: user-guide/canvas.md
- Nodes: user-guide/nodes.md
- Connections & Wiring: user-guide/connections.md
- SubGraph & Nested Dialogues: user-guide/subgraphs.md
- Inspector Panel: user-guide/inspector.md
- Variables: user-guide/variables.md
- Characters: user-guide/characters.md
- NPC Relationships: user-guide/relationships.md
- Bark Dialogue: user-guide/bark-dialogue.md
- Quests: user-guide/quests.md
- Node Groups: user-guide/groups.md
- Bookmarks & Tags: user-guide/bookmarks-tags.md
- Comments & Review: user-guide/comments-review.md
- Version History: user-guide/version-history.md
- Templates: user-guide/templates.md
- Script Editor: user-guide/script-editor.md
- Analytics: user-guide/analytics.md
- Validation: user-guide/validation.md
- Playtest Mode: user-guide/playtest.md
- Localization: user-guide/localization.md
- Auto-Translation: user-guide/auto-translation.md
- Voice Synthesis: user-guide/voice-synthesis.md
- Collaboration: user-guide/collaboration.md
- AI Writing Assistant: user-guide/ai-writing.md
- World Database: user-guide/world-database.md
- Timeline / Cutscene: user-guide/timeline.md
- Extensions: user-guide/extensions.md
- Import Formats: user-guide/import.md
- Dock & Panel Layout: user-guide/dock-layout.md
- Settings: user-guide/settings.md
- File Operations: user-guide/file-operations.md
- Export & Integration:
- JSON Export Format: export/json-format.md
- Plugin Export: export/plugin-export.md
- Engine Integration: export/integration-guide.md
- Unity Editor Tools: export/unity-editor.md
- Reference:
- Keyboard Shortcuts: reference/keyboard-shortcuts.md
- Node Reference: reference/node-reference.md
- FAQ: reference/faq.md