-
-
Notifications
You must be signed in to change notification settings - Fork 402
/
mkdocs.yml
29 lines (27 loc) · 868 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
27
28
29
site_name: CodeInterpreterAPI - Documentation
site_author: Shroominic
site_url: https://shroominic.github.io/codeinterpreter-api/
repo_name: shroominic/codeinterpreter-api
repo_url: https://github.com/shroominic/codeinterpreter-api/
nav:
- 'Getting Started':
- 'Welcome': 'index.md'
- 'Installation': 'installation.md'
- 'Usage': 'usage.md'
- 'Settings': 'settings.md'
- 'Code Interpreter':
- 'Overview': 'concepts_overview.md'
- 'Session': 'code_interpreter_session.md'
- 'CodeBox': 'codebox.md'
- 'File': 'file.md'
- 'Request': 'user_request.md'
- 'Response': 'code_interpreter_response.md'
- 'Deployment': 'deploy.md'
- 'Examples':
- 'Bitcoin Chart': 'bitcoin_chart.md'
- 'Iris Dataset': 'iris_dataset.md'
- 'Streamlit Webapp': 'streamlit_webapp.md'
theme:
name: material
palette:
scheme: slate