forked from Inbibo/adonisfx_docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
115 lines (109 loc) · 3.15 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
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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
site_name: Adonis
theme:
# Note: other themes available: mkdocs, readthedocs
name: material
features:
- navigation.footer
- navigation.indexes
- navigation.tabs
- navigation.top
- navigation.tracking
- navigation.path
- toc.integrate
- search.suggest
- search.highlight
- content.tabs.link
- content.code.annotation
- content.code.copy
- content.tabs.link
- content.tooltips
language: en
logo: /images/adn_logo_small.svg
favicon: /images/adn_logo_small.svg
palette:
scheme: slate
primary: light blue
accent: deep purple
extra_css:
- /stylesheets/extra.css
use_directory_urls: false
extra:
social:
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/company/inbibo-ltd/
- icon: fontawesome/brands/youtube
link: https://www.youtube.com/@inbibo9227/featured
- icon: fontawesome/brands/facebook
link: https://www.facebook.com/people/Inbibo/100064064923495/
plugins:
- mkdocs-video:
is_video: True
video_muted: True
video_controls: True
css_style:
width: "75%"
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- def_list
- pymdownx.tasklist:
custom_checkbox: true
- admonition
- pymdownx.arithmatex:
generic: true
- footnotes
- pymdownx.details
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.mark
- pymdownx.critic
- pymdownx.caret
- pymdownx.keys
- pymdownx.tilde
- abbr
- attr_list
- md_in_html
- pymdownx.tabbed:
alternate_style: true
slugify: !!python/object/apply:pymdownx.slugs.slugify
kwds:
case: lower
- attr_list
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.arithmatex:
generic: true
extra_javascript:
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
copyright: |
© 2024 <a href="https://www.inbibo.co.uk/" target="_blank" rel="noopener">Inbibo LTD</a>
# Page tree
nav:
- Introduction: index.md
- Terminology: terminology.md
- Installation: installation.md
- Licensing: licensing.md
- Documentation:
- documentation/index.md
- Maya:
- 1.0.0:
- documentation/maya/1.0.0/index.md
- UI Overview : documentation/maya/1.0.0/ui_overview.md
- A simple Setup : documentation/maya/1.0.0/simple_setup.md
- Locators : documentation/maya/1.0.0/locators.md
- Sensors : documentation/maya/1.0.0/sensors.md
- AdnSimshape : documentation/maya/1.0.0/simshape.md
- AdnSkin : documentation/maya/1.0.0/skin.md
- AdnRibbonMuscle : documentation/maya/1.0.0/ribbon.md
- AdnVolumetricMuscle : documentation/maya/1.0.0/volumetric.md
- Houdini:
- 1.0.0:
- documentation/houdini/1.0.0/index.md
- Release Notes: release_notes.md