mirror of
https://gitlab.waag.org/make/fablab/interns/2025/sam.git
synced 2025-08-02 11:24:56 +00:00
53 lines
1.0 KiB
YAML
53 lines
1.0 KiB
YAML
site_name: Fab Academy docs page - Sam
|
|
site_url: https://pages.gitlab.io/mkdocs
|
|
site_dir: public
|
|
repo_url: https://gitlab.waag.org/make/fablab/interns/2025/sam/
|
|
theme:
|
|
name: material
|
|
palette:
|
|
scheme: slate
|
|
features:
|
|
- search.suggest
|
|
- search.highlight
|
|
- toc.follow
|
|
icon:
|
|
repo: fontawesome/brands/gitlab
|
|
|
|
|
|
plugins:
|
|
- search
|
|
|
|
markdown_extensions:
|
|
- toc:
|
|
permalink: true
|
|
- tables
|
|
- pymdownx.highlight:
|
|
anchor_linenums: true
|
|
line_spans: __span
|
|
- pymdownx.superfences:
|
|
custom_fences:
|
|
- name: mermaid
|
|
class: mermaid
|
|
format: !!python/name:pymdownx.superfences.fence_code_format
|
|
- admonition
|
|
- pymdownx.details
|
|
- pymdownx.tasklist:
|
|
custom_checkbox: true
|
|
- pymdownx.arithmatex:
|
|
generic: true
|
|
- pymdownx.betterem
|
|
- pymdownx.keys
|
|
- def_list
|
|
|
|
|
|
|
|
extra_javascript:
|
|
- javascripts/katex.js
|
|
- https://unpkg.com/katex@0/dist/katex.min.js
|
|
- https://unpkg.com/katex@0/dist/contrib/auto-render.min.js
|
|
|
|
extra_css:
|
|
- https://unpkg.com/katex@0/dist/katex.min.css
|
|
|
|
|