-
Notifications
You must be signed in to change notification settings - Fork 3
/
mkdocs.yml
26 lines (24 loc) · 863 Bytes
/
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
extra_css:
- https://assets.readthedocs.org/static/css/badge_only.css
- https://assets.readthedocs.org/static/css/readthedocs-doc-embed.css
extra_javascript:
- readthedocs-data.js
- https://assets.readthedocs.org/static/core/js/readthedocs-doc-embed.js
- https://assets.readthedocs.org/static/javascript/readthedocs-analytics.js
google_analytics: null
site_name: PythonVoiceCodingPlugin
site_author: mpourmpoulis
site_url: https://pythonvoicecodingplugin.readthedocs.io
docs_dir: doc
repo_url: https://github.com/mpourmpoulis/PythonVoiceCodingPlugin
edit_uri: tree/master/doc
theme:
name: readthedocs
nav:
- User Guide: README.md
- Argument queries: SelectArgument.md
- Big ROI queries: SelectBigROI.md
- SubIndexing: SubIndexing.md
- Operations: Operations.md
- Collections: CollectionQueries.md
- Installation: Installation.md