-
Notifications
You must be signed in to change notification settings - Fork 12
/
mkdocs-dev.yml
82 lines (75 loc) · 2.12 KB
/
mkdocs-dev.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
site_name: AAW Dev Docs
site_url: https://statcan.github.io/aaw/en/
site_description: Developer Docs
copyright: Copyright © 2020 Statistics Canada
docs_dir: docs/dev
site_dir: site/dev
repo_name: StatCan/aaw
repo_url: https://github.com/StatCan/aaw
edit_uri: edit/master/docs/dev
#theme:
# name: material
# features:
# - content.tabs.link
# - content.code.copy
# - navigation.tabs
# - navigation.tabs.sticky
# language: en
# show_sidebar: true
#logo: images/statcan.png
theme:
name: material
palette:
primary: yellow
accent: blue
nav:
- Features:
- Getting Started: getting-started/index.md
- Overview: features/index.md
- Object Storage:
- S3Proxy and S3 Explorer: features/object-storage/s3proxy.md
- Blob CSI: features/object-storage/blobcsi.md
- Cloud Main Connectivity: features/cloud-main-connectivity/cloud-main-connectivity.md
- Data Virtualization: features/data-virtualization/trino.md
- RBAC:
- Non-Employee RBAC: features/rbac/non-employee-rbac.md
- Source Control: features/source-control/gitea.md
- Netapp (Filer) Mounting: features/netapp-mounting/overview.md
- Resources:
- Overview: resources/index.md
- Developer Tools: developer-tools.md
- Networking: resources/networking.md
markdown_extensions:
- def_list
- pymdownx.tasklist:
custom_checkbox: true
- toc:
baselevel: 1
permalink: true
- attr_list
- admonition
- codehilite
- mdx_truly_sane_lists
- pymdownx.details
- pymdownx.arithmatex:
generic: true
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- md_in_html
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
extra:
social:
- icon: fontawesome/brands/github-alt
link: https://github.com/StatCan/aaw
- icon: fontawesome/brands/slack
link: https://statcan-aaw.slack.com