-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
40 lines (36 loc) · 1.24 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
site_name: Convect Documentation
theme:
favicon: https://i2.wp.com/convect.ai/wp-content/uploads/2021/08/cropped-logo-e1629758098785.png?fit=192,192&ssl=1
name: 'material'
palette:
primary: indigo
repo_url: https://github.com/convect-ai/docs
site_url: https://convect.ai
edit_uri: ""
site_description: 'Documentation for Convect APIs'
markdown_extensions:
- codehilite
- pymdownx.tabbed
- pymdownx.superfences
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- admonition
- mdx_include:
base_path: docs/examples/
extra_javascript:
- https://unpkg.com/mermaid@8.4.4/dist/mermaid.min.js
nav:
- 'Overview': index.md
- 'Automated forecasting':
- 'Overview': forecast/overview.md
- 'Prepare the data': forecast/data-prepare.md
- 'Running the forecast': forecast/run-forecast.md
- 'Evaluating the model': forecast/run-backtest.md
- 'Supply-Demand planning':
- 'Overview': flowopt/overview.md
- 'Prepare the data': flowopt/data-prepare.md
- 'Tutorials':
- 'M5 forecasting': tutorials/m5.md
- 'Custom forecasting pipeline': tutorials/custom-pipeline.md
- 'API references': https://forecast.convect.ai/api/schema/redoc/