60 lines
1.3 KiB
YAML
60 lines
1.3 KiB
YAML
site_name: VEL-Connect Docs
|
|
site_url: https://docs.velconnect.ugavel.com
|
|
repo_url: https://github.com/velaboratory/VEL-Connect
|
|
repo_name: velaboratory/VEL-Connect
|
|
edit_uri: edit/main/docs_website/docs
|
|
|
|
theme:
|
|
name: material
|
|
features:
|
|
- content.action.edit
|
|
- navigation.instant
|
|
# - navigation.sections
|
|
- navigation.expand
|
|
- navigation.path
|
|
- navigation.indexes
|
|
- toc.follow
|
|
- toc.integrate
|
|
- content.code.copy
|
|
|
|
palette:
|
|
scheme: slate
|
|
primary: custom
|
|
accent: red
|
|
# background: custom
|
|
font: false
|
|
# text: Oswald
|
|
# text: Merriweather
|
|
# text: Merriweather Sans
|
|
logo: assets/vel_logo_3d.png
|
|
favicon: assets/vel_logo_3d_square.png
|
|
|
|
plugins:
|
|
- search:
|
|
# - social:
|
|
# cards_layout_options:
|
|
# font_family: Oswald
|
|
- git-revision-date-localized:
|
|
enable_creation_date: true
|
|
|
|
markdown_extensions:
|
|
- attr_list
|
|
- md_in_html
|
|
- pymdownx.emoji:
|
|
emoji_index: !!python/name:material.extensions.emoji.twemoji
|
|
emoji_generator: !!python/name:material.extensions.emoji.to_svg
|
|
- pymdownx.superfences
|
|
- pymdownx.tabbed:
|
|
alternate_style: true
|
|
- admonition
|
|
- pymdownx.details
|
|
- pymdownx.highlight:
|
|
anchor_linenums: true
|
|
line_spans: __span
|
|
pygments_lang_class: true
|
|
- pymdownx.inlinehilite
|
|
- pymdownx.snippets
|
|
|
|
extra_css:
|
|
- stylesheets/extra.css
|