-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathmkdocs.yml
More file actions
31 lines (31 loc) · 851 Bytes
/
mkdocs.yml
File metadata and controls
31 lines (31 loc) · 851 Bytes
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
site_name: UnityNeuroSpeech Docs
site_url: https://hardcodedev777.github.io/UnityNeuroSpeech
theme:
name: material
logo: media/logo.png
favicon: media/favicon.png
palette:
scheme: slate
primary: black
features:
- navigation.tabs
- navigation.sections
- search.highlight
- search.suggest
- header.autohide
nav:
- Getting started: index.md
- Unity:
- Steps to make it work: unity/steps-to-make-it-work.md
- Agent API: unity/agent-api.md
- Useful Tools: unity/useful-tools.md
repo_url: https://github.com/HardCodeDev777/UnityNeuroSpeech
copyright: Copyright © 2025 HardCodeDev
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/HardCodeDev777/UnityNeuroSpeech
markdown_extensions:
- pymdownx.highlight
- pymdownx.superfences
- pymdownx.inlinehilite