forked from bcgov/digital-journeys
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
57 lines (53 loc) · 1.51 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
site_name: 'PSA Digital Journeys'
site_url: https://digital-journeys-dev.apps.silver.devops.gov.bc.ca
site_description: >-
Web application to support PSA Digital Journeys
repo_name: bcgov/digital-journeys
repo_url: https://github.com/bcgov/digital-journeys
edit_uri: ""
theme:
name: 'material'
features:
- search.suggest
- search.highlight
- navigation.instant
- navigation.tabs
- navigation.tabs.sticky
- navigation.indexes
- toc.integrate
palette:
- scheme: default
primary: blue
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
- scheme: slate
primary: red
accent: red
toggle:
icon: material/toggle-switch
name: Switch to light mode
font:
text: Roboto
code: Roboto Mono
plugins:
- search
- macros
markdown_extensions:
- attr_list
- admonition
# Enable pmydown extensions https://facelessuser.github.io/pymdown-extensions/
- pymdownx.tabbed # Enable formatted tabs
- pymdownx.highlight # Highlight code blocks
- pymdownx.inlinehilite # Higlight inline code blocks
- pymdownx.superfences
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
nav:
- index.md
- Forms: forms.md
- Workflows: workflows.md
- Upgrading: upgrading.md
- Listeners: https://github.com/AOT-Technologies/forms-flow-ai/blob/master/forms-flow-bpm/starter-examples/listeners/listeners-readme.md