-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
106 lines (100 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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
site_name: SCI Document
site_url: https://gustaavv.github.io/SecureCloudInspector
repo_url: https://github.com/gustaavv/SecureCloudInspector
site_author: Gustaavv
copyright: Copyright © 2024 Gustaavv
nav:
- Home:
- index.md
- License: license.md
- Getting Started:
- Prerequisite: gettingStarted/prerequisite.md
- Encryption Overview: gettingStarted/encryptionOverview.md
- Concepts: gettingStarted/concepts.md
- Hello, SCI: gettingStarted/helloSCI.md
- User Guide:
- Desktop: userGuide/desktop.md
- Cli: userGuide/cli.md
- Config Location: userGuide/configLocation.md
- Architecture:
- Design Thinking: architecture/designThinking.md
- Encryption Mechanism: architecture/encryptionMechanism.md
- Developer Guide:
- Roadmap: developerGuide/roadmap.md
- How to Contribute?: developerGuide/contribute.md
- Others:
- others/index.md
theme:
logo: icon.svg
name: material
font:
code: JetBrains Mono
palette:
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: green
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: black
toggle:
icon: material/brightness-4
name: Switch to light mode
features:
- navigation.instant
- navigation.instant.progress
- navigation.tracking
- navigation.tabs
- navigation.top
- search.suggest
- search.highlight
- search.share
- header.autohide
- navigation.footer
- content.code.copy
- content.code.select
- content.tabs.link
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/gustaavv/SecureCloudInspector
markdown_extensions:
- attr_list
- md_in_html
- footnotes
- toc:
permalink: true
toc_depth: 3
- tables
- pymdownx.arithmatex:
generic: true
- pymdownx.betterem
- pymdownx.caret
- pymdownx.mark
- pymdownx.tilde
- pymdownx.keys
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- admonition
- pymdownx.details
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.snippets
- pymdownx.tabbed:
alternate_style: true
- tables
extra_javascript:
- javascripts/mathjax.js
- https://unpkg.com/mathjax@3/es5/tex-mml-chtml.js