-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmkdocs.yml
More file actions
39 lines (37 loc) · 861 Bytes
/
mkdocs.yml
File metadata and controls
39 lines (37 loc) · 861 Bytes
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
site_name: icanexplain
repo_name: carbonfact/icanexplain
repo_url: https://github.com/carbonfact/icanexplain
nav:
- Introduction:
- index.md
- installation.md
- Examples:
- examples/iowa-whiskey-sales.md # total
- examples/fashion-brand-co2e.md # rate
- examples/simple-revenue-funnel.md # funnel
- examples/ibis.md
theme:
name: material
font:
text: Noto Sans Mono
features:
- navigation.tabs
- tables
- content.code.copy
palette:
primary: black
icon:
logo: material/chart-tree
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- toc:
permalink: true
permalink_title: null
- pymdownx.arithmatex:
generic: true