-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
mkdocs.yml
40 lines (39 loc) · 1.09 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
# yaml-language-server: $schema=https://squidfunk.github.io/mkdocs-material/schema.json
site_name: LCAx
site_author: Christian Kongsgaard
site_description: "The goal for LCAx is to make an open, machine and human-readable data format for exchanging LCA results, EPD's and assemblies."
site_url: "https://lcax.kongsgaard.eu"
theme:
name: material
custom_dir: 'docs/overrides'
palette:
- scheme: chrkong
font:
text: Rubik
markdown_extensions:
- mdx_include:
base_path: docs
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
repo_url: https://github.com/ocni-dtu/lcax
nav:
- LCAx: index.md
- Data Structure: data_structure.md
- Schemas: schemas.md
- Usage: usage.md
- Examples: examples.md
- Changes: CHANGELOG.md
extra:
generator: false
social:
- icon: octicons/globe-24
link: https://kongsgaard.eu
name: Christian Kongsgaard ApS
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/in/christian-kongsgaard/
analytics:
provider: custom
extra_css:
- stylesheets/extra.css
copyright: Christian Kongsgaard ApS