-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
40 lines (37 loc) · 955 Bytes
/
mkdocs.yml
File metadata and controls
40 lines (37 loc) · 955 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
40
site_name: DARTH Documentation
site_url: https://unsw-ceem.github.io/DARTH-docs/
use_directory_urls: true
docs_dir: docs
site_dir: site
nav:
- Overview: index.md
- Data Summary: tables_summary.md
- Datasets:
- Ausgrid 300 Homes Solar Data: ausgrid300.md
- Solar Analytics Solar Data 2019 Dataset: solar_analytics_2019.md
- PV Bushfire Data: pv_bushfire.md
- Victorian Consumers Data: victorian_consumers.md
- EDP (Energy Data Platform): edp.md
- BOM (Bureau of Meteorology): bom.md
- Access:
- Access via Web Downloader : accessweb.md
- Access via SSH and Scripts : accessssh.md
theme:
name: material
custom_dir: overrides
palette:
- scheme: default
primary: indigo
accent: blue
features:
- navigation.sections
- content.code.annotate
- search.highlight
markdown_extensions:
- toc:
permalink: true
- tables
- admonition
- footnotes
- codehilite
- attr_list