1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2025-09-16 09:26:22 +02:00

chore(docs): improve step documentation (#3162)

* chore(docs): improve step documentation

* chore: fix test

* chore: add note box

* use latest mkdocs imgage

* add extensions and fix config
This commit is contained in:
Oliver Nocon
2021-10-11 15:22:24 +02:00
committed by GitHub
parent ca50cc895e
commit 60a114d738
8 changed files with 133 additions and 33 deletions

View File

@@ -178,10 +178,15 @@ extra:
code: 'Ubuntu Mono'
markdown_extensions:
- admonition
- codehilite(guess_lang=false)
- toc(permalink=true)
- attr_list
- codehilite:
guess_lang: false
- toc:
permalink: true
- footnotes
- pymdownx.superfences
- pymdownx.tabbed
- pymdownx.details
extra_css:
- 'css/extra.css'
edit_uri: edit/master/documentation/docs