-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yaml
More file actions
52 lines (50 loc) · 1.21 KB
/
mkdocs.yaml
File metadata and controls
52 lines (50 loc) · 1.21 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
site_name: AssetFetch
markdown_extensions:
- def_list
- tables
- attr_list
- md_in_html
- admonition
- pymdownx.details
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- toc:
permalink: true
toc_depth: 0
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
repo_url: https://github.com/AssetFetch/web
repo_name: AssetFetch/web
theme:
name: material
palette:
scheme: assetfetch
logo: media/icon_cube.svg
favicon: media/icon_cube.svg
features:
- navigation.footer
icon:
repo: fontawesome/brands/github
nav:
- "Start": index.md
- "How It Works": "how-it-works.md"
- "For Artists":
- "Blender": for-artists/blender.md
- "For Providers": for-providers.md
#- "For Client Developers": for-client-devs.md
- "Specification":
- "Latest Draft": spec/heads/main.md
- v0.4: spec/tags/0.4.md
- v0.3: spec/tags/0.3.md
- v0.2: spec/tags/0.2.md
- v0.1: spec/tags/0.1.md
extra_css:
- stylesheets/theme.css