-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmkdocs.yml
More file actions
68 lines (56 loc) · 1.69 KB
/
mkdocs.yml
File metadata and controls
68 lines (56 loc) · 1.69 KB
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
site_name: Utilitarian Docs
site_description: 'Utilitarian Documentation'
site_author: 'Henrik Palmlund Wahlgren'
nav:
- Home: index.md
- Architecture:
- Overview: architecture.md
- Components: components.md
- Automatic Meter Readings:
- AMR in Utilitarian: amr.md
- Execution Environments:
- Overview: execution_environments/execution_environments.md
- Generic LIS200: execution_environments/generic_lis200.md
- Generic Corus: execution_environments/generic_corus.md
- Time in Utilitarian: time.md
- Protocols: protocols.md
- On Premise:
- Installation: installation.md
- Component Configuration: component_settings.md
- Setup using Docker Compose: docker_compose.md
- Use HTTPS: using_https_on_api.md
- Async Workers: async_workers.md
- Messaging: amr_um.md
- Upgrading: upgrade_instructions.md
- Utilitarian API Reference:
- v1.3.0: api_docs/v_1_3_0.html
- v1.2.0: api_docs/v_1_2_0.html
- v1.1.0: api_docs/v_1_1_0.html
- v1.0.0: api_docs/v_1_0_0.html
- About Utilitarian: pwit.md
- Open Source: open_source.md
theme:
palette:
primary: 'white'
name: 'material'
logo: 'images/u9n_badge_on_light.svg'
favicon: 'images/favicon.ico'
# font:
# text: 'Open Sans'
# repo_name: 'pwitab/utilitarian-api-docs'
# repo_url: 'https://github.com/pwitab/utilitarian-api-docs'
edit_uri: '' # disable the edit feature.
# Copyright
copyright: 'Copyright © 2019 Palmlund Wahlgren Innovative Technology AB'
extra:
social:
- type: 'github'
link: 'https://github.com/pwitab'
# Extensions
markdown_extensions:
- admonition
- codehilite:
guess_lang: false
- toc:
permalink: '#'
- def_list