-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmkdocs.yml
88 lines (87 loc) · 2.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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
site_name: The deal.II Finite Element Library
site_url: https://www.dealii.org/
repo_name: dealii/dealii
repo_url: https://github.com/dealii/dealii
plugins: []
hooks:
- hook_create_symlinks.py
nav:
- Home: index.md
- About:
- about/index.md
- News: about/news.md
- Getting Help:
- getting_help/index.md
- FAQ: https://github.com/dealii/dealii/wiki/Frequently-Asked-Questions
- Wiki: https://github.com/dealii/dealii/wiki
- Contact: getting_help/contact.md
- Community:
- community/index.md
- Team: community/team.md
- Publications: community/publications.md
- Best papers: community/best_paper_award.md
- Funding: about/funding.md
- Current Release (9.6):
- current_release/index.md
- Download: current_release/download.md
- README: https://www.dealii.org/current/readme.html
- Documentation: https://dealii.org/current/doxygen/deal.II
- Tutorials: https://www.dealii.org/current/doxygen/deal.II/Tutorial.html
- current_release/older_releases.md
- Development:
- development/index.md
- GitHub repository: https://github.com/dealii/dealii
- README: https://www.dealii.org/developer/readme.html
- Documentation: https://dealii.org/developer/doxygen/deal.II
- Tutorials: https://www.dealii.org/developer/doxygen/deal.II/Tutorial.html
- CDash: https://cdash.dealii.org/index.php?project=deal.II
- Performance tests: https://dealii.org/performance_tests/graphs/
- Gallery & Applications:
- gallery_applications/index.md
- Image Gallery: gallery_applications/gallery.md
- Code Gallery: gallery_applications/code_gallery.md
- gallery_applications/applications.md
markdown_extensions:
- attr_list
- md_in_html
- markdown_include.include:
base_path: docs
- admonition
- pymdownx.blocks.html
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
theme:
name: material
features:
- navigation.tabs
- navigation.sections
- navigation.expand
- navigation.top
- navigation.indexes
- navigation.path
- header.autohide
- toc.integrate
- toc.follow
- content.code.copy
font:
text: Roboto
code: Roboto Mono
icon:
repo: fontawesome/brands/github
logo: assets/clover57.png
favicon: assets/favicon.png
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: blue grey
extra:
homepage: https://www.dealii.org
social:
- icon: fontawesome/brands/github
link: https://github.com/dealii/dealii
generator: false
extra_css:
- stylesheets/extra.css
copyright: Copyright © 2023 - 2024 by the deal.II authors