forked from OSUKED/ElexonDataPortal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
55 lines (48 loc) · 1.35 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
site_name: Elexon Data Portal
repo_url: https://github.com/OSUKED/ElexonDataPortal
edit_uri: ""
repo_name: ElexonDataPortal
theme:
name: material
icon:
repo: fontawesome/brands/git-alt
features:
- header.autohide
- navigation.tabs
- navigation.instant
- search.suggest
palette:
primary: black
extra:
generator: false
plugins:
- search
markdown_extensions:
- attr_list
extra_css:
- https://unpkg.com/[email protected]/dist/leaflet.css
- https://code.jquery.com/ui/1.9.2/themes/base/jquery-ui.css
- css/map.css
extra_javascript:
- https://unpkg.com/[email protected]/dist/leaflet.js
- https://cdn.jsdelivr.net/npm/redoc/bundles/redoc.standalone.js
- https://code.jquery.com/jquery-1.9.1.min.js
- https://code.jquery.com/ui/1.9.2/jquery-ui.js
- https://cdnjs.cloudflare.com/ajax/libs/jqueryui-touch-punch/0.2.2/jquery.ui.touch-punch.min.js
- js/map.js
- js/SliderControl.js
nav:
- Home:
- Welcome: index.md
- Quick-Start: 08-quick-start.md
- Visualisations: visualisations.md
- API: api.md
- Development:
- Utilities: 01-utils.md
- OpenAPI Spec: 02-spec-gen.md
- Raw Methods: 03-raw-methods.md
- Endpoint Types: 04-client-prep.md
- Orchestrator: 05-orchestrator.md
- Client Generation: 06-client-gen.md
- Rebuilding: 07-cli-rebuild.md
- Map Generation: 09-map-gen.md