-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathmkdocs.yml
89 lines (82 loc) · 2.89 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
site_name: StatCan Orchard Core Documentation
site_url: https://statcan.github.io/StatCan.OrchardCore/
repo_url: https://github.com/statcan/statcan.orchardcore
edit_uri: edit/master/docs/en/
repo_name: StatCan/StatCan.OrchardCore
docs_dir: 'docs/en'
theme:
name: "material"
lanaguge: en
features:
- navigation.instant
- navigation.tabs
palette:
primary: deep purple
markdown_extensions:
- markdown.extensions.admonition
- markdown.extensions.codehilite
- markdown.extensions.def_list
- markdown.extensions.footnotes
- markdown.extensions.meta
- mdx_truly_sane_lists:
nested_indent: 2
truly_sane: True
- pymdownx.b64
- pymdownx.caret
- pymdownx.details
- pymdownx.emoji
- pymdownx.magiclink
- pymdownx.smartsymbols
- pymdownx.snippets:
check_paths: true
- pymdownx.superfences
- pymdownx.tabbed
- pymdownx.tasklist
- pymdownx.tilde
- toc:
permalink: true
# - markdown.extensions.nl2br
plugins:
- search
- git-revision-date-localized
- exclude:
glob:
# Excluding the large node folder with all its MD files. We can't exclude everything apart from docs because there are links to e.g. C# files too.
- "*node_modules*"
# Page tree
nav:
- Home: index.md
- Development:
- Getting Started: development/getting-started.md
- Solution Templates: development/solution-templates.md
- Localization: development/localization.md
- Assets: development/assets.md
- Contributing:
- Committing: development/committing.md
- Testing: development/testing.md
- Reference:
- Applications: reference/applications.md
- Application Modules:
- Hackathon App: reference/modules/Hackathon.md
- Scheduling App: reference/modules/Scheduling.md
- Liquid: reference/Liquid.md
- Logging: reference/Logging.md
- Scripting: reference/Scripting.md
- Workflows: reference/Workflows.md
- Modules:
- Configuration: reference/modules/Configuration.md
- ContentFields: reference/modules/ContentFields.md
- EmailTemplates: reference/modules/EmailTemplates.md
- GCCollab: reference/modules/GCCollab.md
- GitHub: reference/modules/GitHub.md
- GraphQL: reference/modules/GraphQL.md
- LocalizedText: reference/modules/LocalizedText.md
- Matomo: reference/modules/Matomo.md
- VueForms: reference/modules/VueForms.md
- Themes:
- DigitalAdmin: reference/themes/DigitalAdmin.md
- PortalTheme: reference/themes/PortalTheme.md
- VuetifyTheme: reference/themes/VuetifyTheme.md
- Support:
- Contact: contact.md
copyright: 'Copyright © Her Majesty the Queen in Right of Canada, as represented by the Minister of Statistics Canada, 2020'