50 lines
1.2 KiB
YAML
50 lines
1.2 KiB
YAML
site_name: SLS 2.0 Operations Management
|
|
site_description: SLS 2.0 Operations Management
|
|
site_author: Felix Armborst
|
|
# based on CERN PS-MPC site by A. Huschauer
|
|
site_url: https://sls.gitpages.psi.ch/
|
|
|
|
repo_name: GitLab
|
|
repo_url: https://git.psi.ch/sls/sls.gitpages.psi.ch
|
|
edit_uri: 'blob/master/docs'
|
|
|
|
|
|
markdown_extensions:
|
|
- pymdownx.arithmatex
|
|
- pymdownx.extra
|
|
- pymdownx.magiclink
|
|
- pymdownx.tilde
|
|
- pymdownx.tasklist
|
|
- pymdownx.smartsymbols
|
|
- pymdownx.mark
|
|
- pymdownx.details
|
|
- pymdownx.superfences
|
|
- admonition
|
|
- tables
|
|
- attr_list
|
|
- md_in_html
|
|
|
|
|
|
docs_dir: docs
|
|
|
|
extra_css:
|
|
- '_stylesheets/extra.css'
|
|
|
|
theme:
|
|
name: 'material'
|
|
logo: _images/LogoPSI.png
|
|
custom_dir: 'theme'
|
|
|
|
extra_javascript:
|
|
- 'https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-MML-AM_CHTML'
|
|
|
|
nav:
|
|
- 'General information': index.md
|
|
- 'Mandate': mandate/index.md
|
|
- 'MDM minutes': mdm/minutes/index.md
|
|
- 'UOM minutes': uom/minutes/index.md
|
|
# - 'Topics for meetings': topics/index.md
|
|
# - 'Rota for meetings': rota/index.md
|
|
# - 'Actions': actions/index.md
|
|
# - 'Ad-hoc meetings': adhoc/index.md
|