-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathmkdocs.yml
More file actions
100 lines (91 loc) · 3.37 KB
/
Copy pathmkdocs.yml
File metadata and controls
100 lines (91 loc) · 3.37 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
site_name: Poly Hammer
site_description: Comprehensive documentation for Poly Hammer's tools and platform.
site_url: "https://docs.polyhammer.com"
site_dir: site
repo_url: "https://github.com/poly-hammer/poly-hammer-docs"
watch:
- overrides
nav:
- Home: index.md
- Poly Hammer Portal:
- Blender Extension Repo: poly-hammer-portal/blender-extension-repo.md
# BEGIN EXTERNAL DOCS
- Character DNA Addon:
- Quick Start: character-dna-addon/index.md
- Terminology: character-dna-addon/terminology.md
- Helpful Resources: character-dna-addon/helpful-resources.md
- Unreal Configuration: character-dna-addon/unreal-configuration.md
- Textures: character-dna-addon/textures.md
- User Interface:
- Import: character-dna-addon/user-interface/import.md
- Face Board: character-dna-addon/user-interface/face-board.md
- Utilities: character-dna-addon/user-interface/utilities.md
- View Options: character-dna-addon/user-interface/view-options.md
- Rig Logic: character-dna-addon/user-interface/rig-logic.md
- Shape Keys: character-dna-addon/user-interface/shape-keys.md
- Output: character-dna-addon/user-interface/output.md
- Workflows:
- Face Form Wrap: character-dna-addon/workflows/face-form-wrap.md
- Contributing:
- Development: character-dna-addon/contributing/development.md
- Documentation: character-dna-addon/contributing/documentation.md
- Testing: character-dna-addon/contributing/testing.md
- Character Control Rig Addon:
- Home: character-control-rig-addon/index.md
- Getting Started: character-control-rig-addon/getting-started.md
- Core Concepts: character-control-rig-addon/concepts.md
- Guides:
- Adjusting the Metarig: character-control-rig-addon/guides/adjusting-the-metarig.md
- Export Body Animation: character-control-rig-addon/guides/export-body-animation.md
- Export Face Board Animation: character-control-rig-addon/guides/export-face-board-animation.md
- Import FK Animation: character-control-rig-addon/guides/import-body-fk-animation.md
- Import Face Board Animation: character-control-rig-addon/guides/import-face-board-animation.md
- Multi-Character Scenes: character-control-rig-addon/guides/multi-character-scenes.md
- Reference:
- Operators: character-control-rig-addon/reference/operators.md
- Properties: character-control-rig-addon/reference/properties.md
- Bone Mappings: character-control-rig-addon/reference/bone-mappings.md
- Contributing:
- Development: character-control-rig-addon/contributing/development.md
# END EXTERNAL DOCS
theme:
name: shadcn
custom_dir: overrides
icon: assets/poly-hammer-icon-light.svg
favicon: assets/favicon.ico
show_title: true
topbar_sections: false
katex_options: {}
pygments_style:
light: shadcn-light
dark: github-dark
hooks:
- scripts/hooks.py
plugins:
- search
extra:
analytics:
id: !ENV GA_ID
extra_css:
- stylesheets/extra.css
extra_javascript:
- js/theme-icon.js
- js/particles-init.js
- js/glowing-cursor.js
markdown_extensions:
- admonition
- codehilite
- fenced_code
- footnotes
- attr_list
- pymdownx.tabbed
- pymdownx.arithmatex:
generic: true
- pymdownx.details
- pymdownx.tilde
- pymdownx.mark
- pymdownx.keys
- pymdownx.caret
- pymdownx.smartsymbols
- pymdownx.tasklist
- pymdownx.magiclink