1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2024-12-14 11:03:09 +02:00
sap-jenkins-library/documentation/mkdocs.yml

41 lines
1.2 KiB
YAML
Raw Normal View History

2017-07-11 15:12:03 +02:00
site_name: Jenkins 2.0 Pipelines
pages:
- Home: index.md
- 'Library steps':
- commonPipelineEnvironment: steps/commonPipelineEnvironment.md
- handlePipelineStepErrors: steps/handlePipelineStepErrors.md
- pipelineExecute: steps/pipelineExecute.md
2017-07-11 15:12:03 +02:00
- 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'
2017-07-11 15:12:03 +02:00
palette:
primary: 'teal'
accent: 'purple'
logo: 'images/piper_head_white.png'
favicon: 'images/favicon.ico'
extra:
2017-07-11 15:12:03 +02:00
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