-
Notifications
You must be signed in to change notification settings - Fork 30
/
mkdocs.yml
executable file
·71 lines (70 loc) · 1.73 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
---
site_name: Directional
site_url: 'https://avaxman.github.io/Directional/'
repo_name: 'Directional'
repo_url: 'https://github.com/avaxman/Directional.git'
edit_uri: '../avaxman.github.io/edit/docs/docs/'
site_description: "Directional-Field Processing Library"
# strict: true
docs_dir: 'docs'
remote_branch: 'gh-pages'
theme:
name: material
favicon: 'favicon.ico'
logo: 'logo.png'
palette:
primary: 'light blue'
accent: 'blue'
extra:
social:
- icon: fontawesome/brands/github-alt
link: 'https://github.com/avaxman'
extra_javascript:
- 'https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-MML-AM_CHTML'
extra_css:
- 'css/style.css'
- 'css/pygments.css'
markdown_extensions:
- codehilite:
guess_lang: false
- footnotes
- admonition
- toc:
permalink: true
- markdown.extensions.smarty
- markdown.extensions.toc:
permalink: true
- markdown.extensions.wikilinks:
base_url: https://github.com/libigl/libigl/tree/main
- pymdownx.arithmatex
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.inlinehilite
- pymdownx.magiclink:
repo_url_shorthand: true
repo_url_shortener: true
user: libigl
repo: libigl
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
plugins:
- search
- macros:
verbose: true
extra_javascript:
- 'https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-MML-AM_CHTML'
extra_css:
- 'css/style.css'
nav:
- Home: index.md
- Tutorial: tutorial.md
- File Formats: file_formats.md
- Website: website.md
- Release History: RELEASE_HISTORY.md