-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
66 lines (66 loc) · 1.56 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
site_name: PRISM Score Command Documentation
theme:
name: material
palette:
# primary: teal
accent: red
font:
code: JetBrains Mono
icon:
logo: material/calculator-variant
favicon: material/calculator-variant
features:
- navigation.instant
- toc.follow
- navigation.tabs
- navigation.tabs.sticky
- navigation.sections
- navigation.top
- content.code.annotate
edit_uri: ""
plugins:
- search
nav:
- Home: 'index.md'
- Documentation: 'details.md'
- About:
- 'Release Notes': about/release-notes.md
- 'License': about/license.md
# - 'Command Certification': about/certification_pdf.md
repo_url: https://github.com/razvanazamfirei/prism-score
copyright: Copyright © 2022 - 2023 Razvan Azamfirei
extra:
social:
- icon: fontawesome/brands/twitter
link: https://twitter.com/razvanazamfirei
- icon: fontawesome/brands/github
link: https://github.com/razvanazamfirei
generator: false
analytics:
provider: google
property: G-QVMW49HZ58
version:
provider: mike
default: latest
markdown_extensions:
- abbr
- admonition
- attr_list
- tables
- footnotes
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.highlight:
anchor_linenums: true
linenums: true
auto_title: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.caret
- pymdownx.mark
- pymdownx.tilde
extra_css:
- stylesheets/extra.css