generated from ibm-client-engineering/solution-template-quarto
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
115 lines (106 loc) · 4.06 KB
/
_quarto.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
107
108
109
110
111
112
project:
type: website
output-dir: docs
language:
search-text-placeholder: Search
website:
title: IBM Quantum Safe Encryption
favicon: images/bee.png
page-navigation: true
search:
type: textbox
show-item-context: true
location: navbar
navbar:
pinned: true
logo: images/IBMlogo.png
right:
- icon: github
menu:
- text: Check us out on Github
href: https://github.com/ibm-client-engineering
- text: Look at this repo on Github
href: https://github.com/ibm-client-engineering/solution-journal-quantum-safe
- icon: linkedin
menu:
- text: Share on your LinkedIn
href: http://linkedin.com/post
- text: IBM LinkedIn
href: https://www.linkedin.com/company/ibm/
sidebar:
- title: "Contents"
style: docked
collapse-level: 1
search: false
contents:
- href: index.qmd
text: Problem Definition
- href: overview.qmd
text: Overview
# - section: Solution Overview
# contents:
# - text: Prepare
# href: src/solution_overview/prepare.qmd
# - text: Environment
# href: src/solution_overview/environment.qmd
# - text: Troubleshooting
# href: src/solution_overview/troubleshooting.qmd
- section: QSR
contents:
- section: Adaptive Proxy
contents:
- text: Installation
href: src/qsr/adaptive_proxy/01_installation.qmd
- text: Configuration
href: src/qsr/adaptive_proxy/02_configuration.qmd
- section: Performance Test Harness
contents:
- text: Installation
href: src/qsr/performance_test_harness/01_installation.qmd
- text: Usage
href: src/qsr/performance_test_harness/02_usage.qmd
- section: QSE
contents:
- text: Installation
href: src/qse/01_installation.qmd
- text: Scanning
href: src/qse/02_scanning.qmd
- section: Guardium Insights
contents:
- section: EC2
contents:
- text: Prerequisites
href: src/guardium_insights/ec2/01-prereqs.qmd
- text: Preparation
href: src/guardium_insights/ec2/02-preparation.qmd
# - text: UPI Installation
# href: src/guardium_insights/ec2/03-upi_install.qmd
- section: EKS
contents:
- text: Prerequisites
href: src/guardium_insights/eks/01_pre-reqs.qmd
- text: EKS Cluster Build
href: src/guardium_insights/eks/02_cluster-build.qmd
- text: Guardium Insights Installation
href: src/guardium_insights/03_gi-install.qmd
- text: Optional Services
href: src/guardium_insights/04_optional_services.qmd
# - section: Implementation Methodology
# contents:
# - text: Step One
# href: src/implementation_methodology/stepone-imp.qmd
# - text: Step Two
# href: src/implementation_methodology/steptwo-imp.qmd
# - text: Step Three
# href: src/implementation_methodology/stepthree-imp.qmd
- text: Key Takeaways
href: src/key-takeaway.qmd
page-footer:
background: black
left:
<div class ="listitem"><a href="https://ibm.com" rel="noopener noreferrer" class="footerLogo"><img src="https://www.ibm.com/brand/experience-guides/developer/8f4e3cc2b5d52354a6d43c8edba1e3c9/02_8-bar-reverse.svg" alt="IBM Logo" class="footer__logo themedComponent_node_modules-@docusaurus-theme-common-lib-components-ThemedComponent-styles-module themedComponent--light_node_modules-@docusaurus-theme-common-lib-components-ThemedComponent-styles-module" width="250" height="250"></a></div>
format:
html:
theme: src/custom.scss
toc: true
toc-location: right