-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
50 lines (45 loc) · 1.28 KB
/
mkdocs.yml
File metadata and controls
50 lines (45 loc) · 1.28 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
site_name: Text Forge Docs
site_url: https://text-forge.github.com/docs
repo_url: https://github.com/text-forge/text-forge
repo_name: GitHub
edit_uri: blob/Main/docs
site_description: Online documentation for Text Forge
site_author: Text Forge
copyright: MIT License | Copyright (c) 2025 Mahan Khalili and contributors
plugins:
- search
- mkdocstrings:
handlers:
# See: https://mkdocstrings.github.io/python/usage/
python:
options:
docstring_style: sphinx
markdown_extensions:
- admonition
nav:
- Home: index.md
- Introduction:
- Introduction: introduction.md
- Setup: setup.md
- Guides:
- Templates: templates.md
- Menus: menus.md
- Themes: themes.md
- Architecture:
- Data Driven UI: data_driven_ui.md
- Object Oriented Design: object_oriented_design.md
- Modes: modes.md
- Action Scripts: action_scripts.md
- Developer Guides:
- Contributing Guide: contributing.md
- Open In Godot (Build): build.md
- Project Structure: structure.md
- Create Action Scripts: create_action_scripts.md
- Mode Development: mode_development.md
theme:
name: readthedocs
highlightjs: true
hljs_languages:
- gdscript
prev_next_buttons_location: both
draft_docs: drafts/