-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
94 lines (88 loc) · 2.97 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
---
site_name: Data Liberation Engineering
site_url: https://docs.catalyst.coop
site_description: A top level documentation index for Catalyst Cooperative (TEST).
repo_name: catalyst-cooperative/catalyst-cooperative.github.io
repo_url: https://github.com/catalyst-cooperative/catalyst-cooperative.github.io
edit_uri: edit/main/docs/
copyright: '<a href="https://creativecommons.org/licenses/by/4.0/">CC-BY-4.0</a> © 2024 Catalyst Cooperative'
theme:
name: material
logo: assets/pole-cat.png
features:
- content.action.edit
- content.action.view
- search.suggest
icon:
repo: fontawesome/brands/git-alt
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: green
accent: yellow
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: green
accent: yellow
toggle:
icon: material/brightness-4
name: Switch to light mode
plugins:
- search
- tags
- git-committers:
repository: catalyst-cooperative/catalyst-cooperative.github.io
branch: main
- git-revision-date-localized
nav:
- Introduction: index.md
- Evaluating Open Data:
- Curation: evaluating-energy-data/curation.md
- Licensing: evaluating-energy-data/licensing.md
- Format: evaluating-energy-data/data-formats.md
- Level of Structure: evaluating-energy-data/level-of-structure.md
- Structural Attributes: evaluating-energy-data/structural-attributes.md
- Linkability: evaluating-energy-data/linkability.md
- Data Sources: data-sources.md
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/catalyst-cooperative
name: Catalyst Cooperative on GitHub
- icon: fontawesome/brands/bluesky
link: https://bsky.app/profile/catalyst.coop
name: Catalyst Cooperative on BlueSky
- icon: fontawesome/brands/mastodon
link: https://mastodon.energy/@CatalystCoop
name: Catalyst Cooperative on Mastodon
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/company/catalyst-cooperative
name: Catalyst Cooperative on LinkedIn
- icon: fontawesome/brands/kaggle
link: https://www.kaggle.com/catalystcooperative
name: Catalyst Cooperative on Kaggle
# - icon: fontawesome/solid/face-smile-beam
# link: https://www.huggingface.co/catalyst-cooperative
# name: Catalyst Cooperative on Hugging Face
- icon: fontawesome/brands/x-twitter
link: https://twitter.com/CatalystCoop
name: Catalyst Cooperative on Twitter
analytics:
provider: google
property: G-EXWBBTVMWK
markdown_extensions:
- mdx_truly_sane_lists
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- toc:
permalink: "#"
- mdx_gh_links