-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
74 lines (65 loc) · 1.88 KB
/
Copy pathmkdocs.yml
File metadata and controls
74 lines (65 loc) · 1.88 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
# Project information
site_name: Ravage | Faux Rogue
site_url: https://thefauxrogue.com/
site_author: Faux Rogue
site_description: ""
# Copyright
copyright: Copyright © 2020 - 2023, Faux Rogue
# Theme
theme:
name: readthedocs
prev_next_buttons_location: none
sticky_navigation: false
# Styling
extra_css:
- "style/release_notes.css"
- "style/common.css"
- "style/content.css"
- "style/copyright.css"
- "style/index.css"
- "style/mobile.css"
- "style/remove.css"
- "style/sidebar.css"
# Extensions
markdown_extensions:
- toc:
permalink: "#"
# Navigation
nav:
- Getting Started: index.md
- Installation: common/installation.md
- Performance: common/performance.md
- Release Notes: common/release_notes.md
- Support/Community: common/support.md
- Interface:
- Control Panel: panels/control.md
- Layer Stack: panels/stack_layer.md
- Filter Stack: panels/stack_fltr.md
- Mask Stack: panels/stack_mask.md
- Vector Stack: panels/stack_vector.md
- Bake Settings: panels/settings_bake.md
- Material Settings: panels/settings_material.md
- Quick Access Panels: panels/quick.md
- Preferences:
- General: preferences/general.md
- Assets: preferences/assets.md
- Keymaps: preferences/keymaps.md
- Operators:
- Bake: operator/bake.md
- Brush: operator/brush.md
- Channel: operator/channel.md
- Common: operator/common.md
- Filter: operator/fltr.md
- Image: operator/image.md
- Layer: operator/layer.md
- Library: operator/library.md
- Mask: operator/mask.md
- Material: operator/material.md
- Modal: operator/modal.md
- Node: operator/node.md
- Panel: operator/panel.md
- Panel Tabs: operator/panel_tabs.md
- Preview: operator/preview.md
- Vector: operator/vector.md
- About:
- Copyright: about/copyright.md