-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
35 lines (31 loc) · 929 Bytes
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
site_name: ACMESky Docs
site_author: Luca Bassi, Gabriele Genovese, Jacopo Rimediotti
repo_name: gabrielegenovese/acmesky
repo_url: https://github.com/gabrielegenovese/acmesky
theme:
logo: assets/airplane.svg
favicon: assets/airplane.svg
name: material
palette:
primary: deep purple
scheme: slate
markdown_extensions:
- attr_list
- md_in_html
- pymdownx.arithmatex: # latex math in markdown
generic: true
extra_javascript:
- javascripts/katex.js
- javascripts/katex.min.js
- javascripts/auto-render.min.js
extra_css:
- stylesheets/katex.min.css
- stylesheets/extra.css
plugins:
- search
- glightbox # image zoom
- inline-svg #include svg
- kroki # import bpmn schema
- render_swagger: # render swagger in documentation
allow_arbitrary_locations: true
css: https://acmesky-expuss2000-d511ae4437280f0ac43140f188bc34fa077888571f00.gitlab.io/stylesheets/swagger-ui.css