-
Notifications
You must be signed in to change notification settings - Fork 5
/
mkdocs.yml
60 lines (58 loc) · 2.17 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
site_name: ITSLanguage API
repo_url: https://github.com/itslanguage/itslanguage-docs/
copyright: 2013-2019
nav:
- Home:
- "ITSLanguage Speech API": "index.md"
- REST API basics:
- "Authentication": "api/authentication.md"
- "Cross Origin Resource Sharing": "api/cors.md"
- "Data representation": "api/data_representation.md"
- "JSON-P Callbacks": "api/jsonp.md"
- "Pagination": "api/pagination.md"
- "Parameters": "api/parameters.md"
- "Request and response format": "api/request_response_format.md"
- "Security":
- "Roles": "api/roles.md"
- "Permissions": "api/permissions.md"
- "SSL": "api/ssl.md"
- "Error handling": "api/errors.md"
- "Filters": "api/filters.md"
- "URLs": "api/urls.md"
- REST API:
- "OAuth2": "api/oauth2.md"
- "Organisations": "api/organisations.md"
- "Challenges":
- "Speech": "api/speech_challenges.md"
- "Pronunciation": "api/pronunciation_challenges.md"
- "Choice": "api/choice_challenges.md"
- "Progress": "api/progress.md"
- "Speech Recordings": "api/speech_recordings.md"
- "Speech Feedback": "api/feedback.md"
- "Speech Analysis": "api/analyses.md"
- "Speech Recognition": "api/recognitions.md"
- "Category": "api/categories.md"
- "Tenants": "api/tenants.md"
- "Groups": "api/groups.md"
- "Profiles": "api/profiles.md"
- "Assignments": "api/assignments.md"
- "Annotations": "api/annotations.md"
- "Recordings": "api/recordings.md"
- Users:
- "Users": "api/users.md"
- "Basic authentication": "api/basicauths.md"
- "Email authentication": "api/emailauth.md"
- Websocket API:
- "WAMP": "websocket/wamp.md"
- "Speech Feedback": "websocket/feedback.md"
- "Speech Recording": "websocket/speech_recording.md"
- "Pronunciation Analyses": "websocket/pronunciation_analyses.md"
- "Choice Recognitions": "websocket/choice_recognitions.md"
- "Audio": "websocket/audio.md"
theme: readthedocs
use_directory_urls: false
strict: true
markdown_extensions:
- toc:
anchorlink: True
- admonition