This repository was archived by the owner on Sep 9, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
73 lines (67 loc) · 1.93 KB
/
mkdocs.yml
File metadata and controls
73 lines (67 loc) · 1.93 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
site_name: Tivoli Cloud VR Docs
site_description: Documentation for Tivoli Cloud VR
site_author: Tivoli Cloud VR
site_url: https://tivolicloud.github.io/docs
repo_name: tivolicloud/docs
repo_url: https://github.com/tivolicloud/docs
copyright: "Copyright © 2020 Tivoli Cloud VR, Inc."
nav:
- index.md
- changelog.md
- ""
- API Reference: "https://tivolicloud.github.io/apidocs"
- Legacy Docs: "https://tivolicloud.github.io/legacydocs"
- ""
- Blender Tools:
- blender-tools/changelog.md
- blender-tools/export-a-world.md
- ""
- Worlds:
- worlds/uploading-assets.md
- worlds/host-a-world-advanced.md
- ""
- Avatars:
- Unity Avatar Exporter:
- avatars/unity-avatar-exporter/get-started.md
- avatars/unity-avatar-exporter/changelog.md
- avatars/avatar-standards.md
- ""
- Models:
- models/custom-materials.md
- ""
- Scripts:
- scripts/get-started.md
- ""
- Shaders:
- shaders/shader-api-reference.md
theme:
name: material
language: en
palette:
primary: pink
accent: pink
font:
text: Roboto
code: Roboto Mono
logo: /docs/assets/logo.svg
favicon: /docs/assets/favicon.png
extra_css:
- /docs/assets/custom.css
extra_javascript:
- /docs/assets/custom.js
markdown_extensions:
- admonition # block-styled side content like warnings
- toc: # table of content
permalink: true
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.highlight # code highlighting
- pymdownx.inlinehilite # code highlighting
- pymdownx.superfences # code highlighting
- pymdownx.snippets # code highlighting
plugins:
- search
- git-revision-date-localized
- minify:
minify_html: true