-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathmkdocs.yml
64 lines (60 loc) · 1.94 KB
/
mkdocs.yml
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
site_name: Zen UV 4.5.2 for Blender
site_description: Zen UV for Blender Documentation
nav:
- Getting Started:
- Introduction: index.md
- Learning Videos: youtube_videos.md
- Upgrade Zen UV 3 to Zen UV 4 FAQ: zenuv3_to_zenuv4.md
- Installation and Update: installation.md
- User Interface: user_interface.md
- Tutorial:
- tutorial.md
- Emergency Light:
- Emergency Light (EN): tutorial/emergency_light/emergency_light_eng.md
- Emergency Light (UA): tutorial/emergency_light/emergency_light_ukr.md
- Emergency Light (RU): tutorial/emergency_light/emergency_light_rus.md
- Modules:
- Advanced UV Maps: adv_uv-maps.md
- Seam Groups: seam_groups.md
- Unwrap: unwrap.md
- Select: select.md
- Transform: transform.md
- Stack: stack.md
- Texel Density: texel_density.md
- UV Checker: checker.md
- Pack: pack.md
- Preferences: preferences.md
- Transform Tool: transform_tool.md
- Sticky UV Editor: sticky_uv_editor.md
- Favourites: favourites.md
- Trim Sheets:
- trimsheet.md
- Trim Sheet Management: trimsheet_creation.md
- trimsheet_operators.md
- trimsheet_hotspot.md
- Additional:
- Addon Preferences: addon_prefs.md
- user_script.md
- Help: help.md
- FAQs: troubleshooting.md
- Changelog: changelg.md
- Credits: credits.md
- Our Add-ons: our_addons.md
- Recommended Add-ons: recommended_addons.md
docs_dir: mkdocs
site_dir: docs
theme:
name: readthedocs
navigation_depth: 8
analytics:
gtag: 'G-7XHJ910WF8'
plugins:
- glightbox
- search
markdown_extensions:
- smarty
- admonition
- attr_list
- toc:
permalink:
copyright: <p>Copyright © 2024 <a href="https://zenmasters.team/">Zen Masters</a></p>