-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yml
46 lines (40 loc) · 1.46 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
site_name: "cp2k-basis"
site_description: "Parser for CP2K basis sets and GTH pseudopotentials, and a webserver to find matching basis and pseudo for your calculations."
site_url: "https://pierre-24.github.io/cp2k-basis/"
repo_url: "https://github.com/pierre-24/cp2k-basis"
edit_uri: "blob/dev/docs/"
repo_name: "pierre-24/cp2k-basis"
nav:
- Home: index.md
- About: about.md
- For the users:
- On basis sets and GTH pseudopotentials in CP2K: users/basis_sets_and_pseudos.md
- How to use the web interface?: users/webserver.md
- REST API reference: users/api.md
- For the developers:
- Install and contribute: developers/install.md
- Content of the library: developers/library_content.md
- Build, use and improve the library: developers/library_build.md
- Library file format: developers/library_file_format.md
- Basis sets and pseudopotentials files format in CP2K: developers/bs_and_pseudo_file_format.md
theme:
name: material
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.arithmatex:
generic: true
- pymdownx.highlight
- pymdownx.superfences
- pymdownx.snippets:
check_paths: true
- toc:
permalink: "¤"
plugins:
- search
- mkdocstrings
extra_css:
- https://cdn.jsdelivr.net/npm/[email protected]/dist/katex.min.css
extra_javascript:
- https://cdn.jsdelivr.net/npm/[email protected]/dist/katex.min.js
- do-katex.js