-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
129 lines (122 loc) · 3.39 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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
# Project information
site_name: Airlink by EnAccess
site_url: https://airlinkdocs.enaccess.org/
site_description: >-
This is the documentation for the Airlink by EnAccess
# Repository
repo_name: EnAccess/Airlink-docs
repo_url: https://github.com/EnAccess/Airlink-docs
edit_uri: edit/main/docs/
# Configuration
theme:
name: material
icon:
repo: fontawesome/brands/github
palette:
# schema: enaccess
primary: custom
accent: custom
logo: assets/EnAccess_Logo_Digital_Inverse.svg
features:
- content.action.edit
- content.action.view
# Disabled to prevent automatic inlining
# - content.code.annotate
- content.code.copy
- content.tabs.link
- navigation.footer
- navigation.indexes
- navigation.sections
- navigation.tabs
- navigation.tracking
- search.highlight
- search.share
- search.suggest
- toc.follow
# I find this has a weird look and feel, but can be enabled.
# - toc.integrate
# Customization
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/EnAccess
- icon: fontawesome/brands/twitter
link: https://twitter.com/enaccessfdn
analytics:
provider: google
property: G-PTQ3NKJGK5
consent:
title: Cookie consent
description: >-
We use cookies to recognize your repeated visits and preferences, as well
as to measure the effectiveness of our documentation and whether users
find what they're searching for. With your consent, you're helping us to
make our documentation better.
extra_css:
- stylesheets/extra.css
# Extensions
markdown_extensions:
- abbr
- admonition
- attr_list
- def_list
- footnotes
- md_in_html
- toc:
permalink: true
- pymdownx.arithmatex:
generic: true
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.details
- pymdownx.emoji:
emoji_generator: !!python/name:materialx.emoji.to_svg
emoji_index: !!python/name:materialx.emoji.twemoji
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
extend_pygments_lang:
- name: php-inline
lang: php
options:
startinline: true
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.magiclink:
repo_url_shorthand: true
user: EnAccess
repo: OpenSmartMeter
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist
- pymdownx.tilde
# Extra stuff
extra_javascript:
- javascripts/mathjax.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
# Page tree
nav:
- Home: index.md
- Use Cases:
- Use Case - Manufacturer: Use Cases/Use Case - Device Manufacturer.md
- Use Case - NGO: Use Cases/Use Case - NGO.md
- Use Case - PAYGO: Use Cases/Use Case - Paygo Entrepreneur.md
- AirLink App:
- Home: AirLink App.md
- AirLink Devices:
- Home: AirLink Devices.md
- Range Testing Results: AirLink Devices/Range Testing Results.md
- AirLink Server:
- Home: AirLink Server.md
- Quick-start guide: Quick-start guide.md
- Connecting to Solaris or Angaza: Connecting to Solaris or Angaza.md