-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
44 lines (44 loc) · 1.16 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
site_name: DWS
site_description: 'DataWorkflowServices'
docs_dir: docs/
repo_name: 'DataWorkflowServices/DataWorkflowServices.github.io'
repo_url: https://github.com/DataWorkflowServices/DataWorkflowServices.github.io
copyright: '© Copyright 2023 Hewlett Packard Enterprise Development LP'
nav:
- Home: index.md
- 'User Guides':
- guides/index.md
- 'DWS on CSM': 'guides/dws-on-csm/readme.md'
- 'Workflow Errors': 'guides/errors/readme.md'
- 'Repo Admin Guides':
- 'Create a Release': 'repo-guides/create-a-release/readme.md'
theme:
name: 'material'
custom_dir: overrides
features:
- content.code.copy
- navigation.instant
- navigation.tracking
- navigation.tabs
- navigation.top
- navigation.footer
- toc.follow
- search.suggest
- search.highlight
- search.share
plugins:
- search:
separator: '[\s\-,:!=\[\]()"/]+|(?!\b)(?=[A-Z][a-z])|\.(?!\d)|&[lg]t;'
- macros
- section-index
extra:
version:
provider: mike
default: latest
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.details
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences