forked from edgexfoundry/edgex-global-pipelines
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
52 lines (51 loc) · 1.54 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
site_name: EdgeX Global Pipelines Documentation
docs_dir: ./docs_src
site_dir: ./docs/html
site_description: 'Documentation for EdgeX Global Pipelines'
site_author: 'EdgeX DevOps Team'
site_url: 'https://edgexfoundry.github.io/edgex-global-pipelines/'
repo_url: 'https://github.com/edgexfoundry/edgex-global-pipelines'
repo_name: 'edgex/edgex-global-pipelines'
copyright: 'Copyright © 2021 EdgeX Foundry'
strict: true
theme:
name: 'material'
logo: 'assets/logo_edgex_white.png'
favicon: 'assets/logo_edgex.png'
analytics:
gtag: 'G-38531ZZHBN'
features:
- tabs
nav:
- Introduction:
- 'index.md'
- Pipelines:
- './libraries/edgeXBuildCApp.md'
- './libraries/edgeXBuildDocker.md'
- './libraries/edgeXBuildGoApp.md'
- './libraries/edgeXBuildGoParallel.md'
- './libraries/edgeXBuildGoMod.md'
- Tutorials:
- './tutorials/index.md'
- './tutorials/docker-build-strategy.md'
- './tutorials/manual-bump.md'
- './tutorials/pr-commit-for-testing.md'
- './tutorials/unit-testing-best-practices.md'
markdown_extensions:
- codehilite
- admonition
- pymdownx.tabbed
- pymdownx.superfences
- pymdownx.mark
- attr_list
extra:
social:
- icon: 'fontawesome/brands/github-alt'
link: 'https://github.com/edgexfoundry'
- icon: 'fontawesome/brands/twitter'
link: 'https://twitter.com/edgexfoundry'
- icon: 'fontawesome/brands/linkedin'
link: 'https://www.linkedin.com/company/edgexfoundry'
extra_css:
- assets\stylesheets\version-select.css
- assets\stylesheets\branding.css