-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
54 lines (47 loc) · 1.11 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
site_name: Flaskriver
site_description: Combining the lightweight web-framework Flask with the online-ML library River to make deploying online-ML models to the web easier and quicker.
site_author: Sebastian Wette
site_url: https://flaskriver.ml
copyright: Copyright © 2022
repo_name: sebiwtt/flaskriver
repo_url: https://github.com/sebiwtt/flaskriver
edit_uri: ""
theme:
name: material
custom_dir: docs/overrides
language: en
palette:
primary: light green
accent: lime
font:
text: Roboto Mono
code: Roboto Mono
logo: img/logo.svg
favicon: img/logo.svg
features:
- navigation.tabs
- navigation.instant
- navigation.indexes
extra:
analytics:
provider: google
property: UA-63302552-3
social:
- icon: fontawesome/brands/github-alt
link: https://github.com/sebiwtt/flaskriver
markdown_extensions:
- admonition
- footnotes
- toc:
permalink: true
toc_depth: "1-3"
- pymdownx.details
- pymdownx.arithmatex:
generic: true
- pymdownx.highlight
- pymdownx.superfences
plugins:
- search
- awesome-pages
extra_css:
- css/style.css