rapids/mkdocs.yml

56 lines
1.4 KiB
YAML
Raw Normal View History

2020-10-30 20:48:05 +01:00
site_name: RAPIDS
# theme: 'material'
markdown_extensions:
- toc:
permalink: True
- admonition
- smarty
- wikilinks
- codehilite:
linenums: True
# - urlize # requires: pip install git+https://github.com/r0wb0t/markdown-urlize.git
- pymdownx.arithmatex
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.highlight
- pymdownx.inlinehilite
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tabbed
- pymdownx.tasklist:
custom_checkbox: True
- pymdownx.tilde
- attr_list
site_favicon: material/air-filter
extra:
social:
- icon: fontawesome/brands/twitter
link: 'https://twitter.com/julio_ui'
repo_name: 'carissalow/rapids'
repo_url: 'https://github.com/carissalow/rapids'
copyright: 'Released under AGPL'
theme:
name: material
palette:
primary: blue
icon:
logo: material/air-filter
pages:
- Home: 'index.md'
2020-11-04 20:11:46 +01:00
- File Structure: file-structure.md
2020-10-30 20:48:05 +01:00
- Setup:
- Installation: 'setup/installation.md'
2020-11-04 19:27:58 +01:00
- Initial Configuration: setup/configuration.md
- Execution: setup/execution.md
- Example Workflows:
2020-11-04 22:41:39 +01:00
- Minimal: workflow-examples/minimal.md
- Frequently Asked Questions: faq.md