-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
72 lines (72 loc) · 1.77 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
site_name: Keystone
theme:
name: material
font:
text: Roboto
code: Roboto Mono
features:
- content.code.copy
- search.suggest
- navigation.tabs
- navigation.sections
- navigation.top
- content.code.annotate
- content.code.copy
- content.tabs.link
extra_css:
- assets/css/full_width_tables.css
plugins:
- mkdocstrings:
handlers:
python:
options:
allow_inspection: false
show_bases: false
show_source: false
- monorepo
- search
markdown_extensions:
- abbr
- admonition
- attr_list
- def_list
- footnotes
- md_in_html
- pymdownx.arithmatex:
generic: true
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.emoji:
emoji_generator: !!python/name:material.extensions.emoji.to_svg
emoji_index: !!python/name:material.extensions.emoji.twemoji
- pymdownx.keys
- pymdownx.mark
- pymdownx.snippets
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
- tables
- toc:
permalink: true
extra:
generator: false
extra_javascript:
- assets/js/mathjax.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://unpkg.com/mathjax@3/es5/tex-mml-chtml.js
nav:
- Keystone:
- Introduction: index.md
- Architecture: architecture.md
- Keystone-API: '!include docs/submodules/keystone-api/mkdocs.yml'
- Keystone-Web: '!include docs/submodules/keystone-web/mkdocs.yml'
- API Client: '!include docs/submodules/keystone-python-client/mkdocs.yml'
copyright: Copyright © 2024 Better HPC