mirror of
https://github.com/SAP/jenkins-library.git
synced 2024-12-14 11:03:09 +02:00
a23f3e82fe
MkDocs 0.17 features theme customization options [1] which are picked up supported with mkdocs-material 2.0.1 [2] and later. These are now the minimum required versions to compile our gh-pages documentation. [1] http://www.mkdocs.org/about/release-notes/#major-additions-to-version-0170 [2] https://github.com/squidfunk/mkdocs-material/releases/tag/2.0.0
40 lines
1.1 KiB
YAML
40 lines
1.1 KiB
YAML
site_name: Jenkins 2.0 Pipelines
|
|
pages:
|
|
- Home: index.md
|
|
- 'Library steps':
|
|
- commonPipelineEnvironment: steps/commonPipelineEnvironment.md
|
|
- handlePipelineStepErrors: steps/handlePipelineStepErrors.md
|
|
- toolValidate: steps/toolValidate.md
|
|
- mtaBuild: steps/mtaBuild.md
|
|
- neoDeploy: steps/neoDeploy.md
|
|
- setupCommonPipelineEnvironment: steps/setupCommonPipelineEnvironment.md
|
|
- 'Library scripts':
|
|
- FileUtils: scripts/fileUtils.md
|
|
- Utils: scripts/utils.md
|
|
- Version: scripts/version.md
|
|
- 'Required Plugins': jenkins/requiredPlugins.md
|
|
|
|
theme:
|
|
name: 'material'
|
|
palette:
|
|
primary: 'teal'
|
|
accent: 'purple'
|
|
logo: 'images/piper_head_white.png'
|
|
favicon: 'images/favicon.ico'
|
|
extra:
|
|
font:
|
|
text: 'Slabo 13px'
|
|
code: 'Ubuntu Mono'
|
|
markdown_extensions:
|
|
- admonition
|
|
- codehilite(guess_lang=false)
|
|
- toc(permalink=true)
|
|
- footnotes
|
|
- pymdownx.superfences
|
|
extra_css:
|
|
- 'css/extra.css'
|
|
edit_uri: edit/master/documentation/docs
|
|
docs_dir: docs
|
|
site_dir: docs-gen
|
|
repo_url: https://github.com/SAP/jenkins-library
|