-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
69 lines (63 loc) · 1.59 KB
/
mkdocs.yml
File metadata and controls
69 lines (63 loc) · 1.59 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
site_name: Noodlings Scripting API
site_description: Scripting API for Noodlings Multi-Timescale Affective Agents
site_author: Caitlyn Meeks
site_url: https://noodlings.ai/scripting-api/
repo_url: https://github.com/caitlynmeeks/Noodlings
repo_name: caitlynmeeks/Noodlings
theme:
name: material
palette:
# Dark coffee shop palette - MUCH darker
scheme: slate
primary: black
accent: grey
font:
text: Roboto
code: Roboto Mono
features:
- navigation.tabs
- navigation.sections
- navigation.expand
- navigation.indexes
- navigation.top
- search.suggest
- search.highlight
- content.code.copy
extra_css:
- stylesheets/extra.css
nav:
- Home: index.md
- Quick Start: quick-start.md
- MUSH API:
- ModelsAPI: api/models-api.md
- AgentsAPI: api/agents-api.md
- FacetAssemblyProxy: api/facet-assembly-proxy.md
- FacetProxy: api/facet-proxy.md
- Studio API:
- NeuralAPI: api/neural-api.md
- NeuralNetworkProxy: api/neural-network-proxy.md
- Reference:
- Complete API: api-reference.md
- Examples: examples.md
- Node Types: node-types.md
- Troubleshooting: troubleshooting.md
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- admonition
- pymdownx.details
- pymdownx.tabbed:
alternate_style: true
- attr_list
- md_in_html
- toc:
permalink: true
plugins:
- search
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/caitlynmeeks/Noodlings