-
Notifications
You must be signed in to change notification settings - Fork 13
/
mkdocs.yml
49 lines (49 loc) · 1.7 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
# Repository
repo_name: intel-secl/intel-secl
repo_url: https://raghav19.github.io/docs
site_name: Intel® SecL-DC
nav:
- Home: 'index.md'
- Quick Start Guide:
- Foundational & Workload:
- Pre-reqs: quick-start-guide/foundational_workload/pre-reqs.md
- Build: quick-start-guide/foundational_workload/build.md
- Deploy: quick-start-guide/foundational_workload/deploy.md
- Workflows: quick-start-guide/foundational_workload/workflows.md
- Appendix: quick-start-guide/foundational_workload/appendix.md
- Secure Key Caching:
- Pre-reqs: quick-start-guide/secure_key_caching/pre-reqs.md
- Build: quick-start-guide/secure_key_caching/build.md
- Deploy: quick-start-guide/secure_key_caching/deploy.md
- Workflows: quick-start-guide/secure_key_caching/workflows.md
- Appendix: quick-start-guide/secure_key_caching/appendix.md
- Product Guide:
- Foundational & Workload: product-guide/Product Guide - Intel® Security Libraries - Datacenter Foundational Security.md
- Secure Key Caching: product-guide/Product Guide - Intel® Security Libraries - Secure Key Caching.md
theme:
name: material
font:
code: Fira Code
text: Palantino
palette:
- scheme: default
primary: blue
accent: blue
logo: images/isecl-logo.png
favicon: images/isecl-logo.png
icon:
repo: fontawesome/brands/github
features:
- navigation.tabs
- navigation.tabs.sticky
- navigation.instant
- toc.integrate
markdown_extensions:
- pymdownx.superfences
- pymdownx.details
- pymdownx.smartsymbols
- pymdownx.magiclink
- markdown.extensions.tables
plugins:
- search
- mkdocs-nav-enhancements