-
Notifications
You must be signed in to change notification settings - Fork 30
/
mkdocs.yml
98 lines (98 loc) · 2.68 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
---
site_name: libigl
site_url: 'https://libigl.github.io/'
repo_name: 'libigl/libigl'
repo_url: 'https://github.com/libigl/libigl'
edit_uri: '../libigl.github.io/edit/docs/docs/'
site_description: "Simple C++ geometry processing library"
# strict: true
docs_dir: 'docs'
remote_branch: 'master'
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/libigl'
repo_url: 'https://github.com/libigl/libigl/tree/main'
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
- pymdownx.extra
plugins:
- search
- macros:
verbose: true
- redirects:
redirect_maps:
'RELEASE_HISTORY.md': 'changelog.md'
'LICENSE.md': 'license.md'
'CONTRIBUTING.md': 'bug-report.md'
'upgrade-v2-to-v3.md': 'changelog.md'
nav:
- Home: index.md
- Tutorial: tutorial.md
- Python Bindings: python-bindings.md
- Compilation:
- Example Project: example-project.md
- Static Library: static-library.md
- External Dependencies: third-party.md
- Contributing:
- Style Guidelines: style-guidelines.md
- Bug Report: bug-report.md
- Creating a Pull Request: before-submitting-pull-request.md
- Unit Tests: unit-tests.md
- Misc:
- Matlab-libigl Cheatsheet: matlab-to-eigen.md
- Coding Tips: coding-guidelines.md
- File Formats:
- Index: file-formats/index.md
- bf: file-formats/bf.md
- dmat: file-formats/dmat.md
- rbr: file-formats/rbr.md
- tgf: file-formats/tgf.md
- xml: file-formats/xml.md
- Building the Website: website.md
- Rewritten History: rewritten-history.md
- FAQ: faq.md
- About:
- Changelog: changelog.md
- License: license.md
- Detailed Documentation: dox/index.html