-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
100 lines (94 loc) · 2.51 KB
/
mkdocs.yml
File metadata and controls
100 lines (94 loc) · 2.51 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
site_name: MoLab
repo_url: https://github.com/JasonNero/MoLab
site_url: https://JasonNero.github.io/MoLab
site_description: Motion Lab - Human Motion Generation and Inbetweening
site_author: Jason Schuehlein
edit_uri: edit/main/docs/
repo_name: JasonNero/MoLab
copyright: Maintained by <a href="https://github.com/JasonNero">Jason Schuehlein</a>.
nav:
- Home: index.md
- Getting Started:
- Installation: getting-started/installation.md
- First Steps: getting-started/first-steps.md
- User Guide:
- Inference Parameters: usage/inference-parameters.md
- MoLab Sequencer: usage/sequencer.md
- MoLab Maya Plugin: usage/maya-plugin.md
- API Reference:
- Inference Worker: api-reference/inference-worker.md
- WebSocket Worker: api-reference/websocket-worker.md
- Backend: api-reference/backend.md
- API Usage Example: api-reference/api-example.md
- Concept: concept.md
- Deployment Guide: deployment.md
plugins:
- search
- include-markdown
- gh-admonitions
- mkdocstrings:
handlers:
python:
options:
docstring_style: "google"
theme:
name: material
feature:
tabs: true
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: white
accent: deep orange
toggle:
icon: material/brightness-7
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: black
accent: deep orange
toggle:
icon: material/brightness-4
name: Switch to light mode
icon:
repo: fontawesome/brands/github
features:
- navigation.path
- navigation.instant
- navigation.instant.prefetch
- navigation.instant.progress
- navigation.sections
- navigation.indexes
- navigation.tracking
- content.code.annotate
- toc.follow
- navigation.footer
- navigation.top
- content.code.copy
- content.tabs.link
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/JasonNero/MoLab
markdown_extensions:
- toc:
permalink: true
anchorlink: true
anchorlink_class: "toclink"
- pymdownx.arithmatex:
generic: true
- admonition
- md_in_html
- pymdownx.tabbed:
alternate_style: true
- pymdownx.snippets:
- pymdownx.magiclink:
- attr_list:
- pymdownx.inlinehilite:
- pymdownx.superfences:
- markdown.extensions.attr_list:
- pymdownx.keys:
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.highlight:
anchor_linenums: true