-
Notifications
You must be signed in to change notification settings - Fork 29
/
mkdocs.yml
53 lines (53 loc) · 1.21 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
site_name: Numalogic - Collection of operational time series ML models and tools
repo_url: https://github.com/numaproj/numalogic
edit_uri: edit/main/docs/
strict: true
theme:
name: material
favicon: assets/numaproj.svg
font:
text: Roboto
code: Roboto Mono
logo: assets/logo.png
palette:
- scheme: default
primary: blue
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
- scheme: slate
toggle:
icon: material/toggle-switch
name: Switch to light mode
features:
- navigation.tabs
- navigation.tabs.sticky
- navigation.top
extra:
analytics:
provider: google
property: G-9D7BFBLNPB
markdown_extensions:
- codehilite
- admonition
- pymdownx.superfences
- pymdownx.details
- toc:
permalink: true
nav:
- Home: README.md
- Getting Started:
- quick-start.md
- User Guide:
- data-generator.md
- Core Concepts:
- Training:
- autoencoders.md
- forecasting.md
- inference.md
- Addons:
- pre-processing.md
- post-processing.md
- Model Registry:
- ml-flow.md
- Numaproj: https://numaproj.io