-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yml
executable file
·56 lines (51 loc) · 1.13 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
# mkdocs.yml
theme:
logo: https://labo.obs-mip.fr/wp-content-labo/uploads/sites/19/2015/10/theia_fond-clair1.png
name: "material"
icon:
repo: fontawesome/brands/github
features:
- content.code.annotate
- navigation.tabs
- toc.follow
plugins:
- search
- gen-files:
scripts:
- doc/gen_ref_pages.py
- mkdocstrings:
watch:
- theia_picker/
- literate-nav:
nav_file: SUMMARY.md
- section-index
- mermaid2
nav:
- API: reference/
- Home: index.md
# Customization
extra:
feature:
tabs: true
social:
- icon: fontawesome/brands/github
link: https://github.com/remicres/theia-picker
markdown_extensions:
- toc:
permalink: true
title: On this page
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences:
# make exceptions to highlighting of code:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:mermaid2.fence_mermaid
# rest of the navigation..
site_name: THEIA-Picker
repo_url: https://github.com/remicres/theia-picker
repo_name: theia-picker
docs_dir: doc/