Skip to content

Commit

Permalink
Merge pull request #1 from ibm-client-engineering/ross-updates
Browse files Browse the repository at this point in the history
Ross updates
  • Loading branch information
kramerro-ibm authored and GitHub Enterprise committed Jan 17, 2025
2 parents fa13910 + 8a0bb2e commit 4157d99
Show file tree
Hide file tree
Showing 78 changed files with 7,690 additions and 16 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/.quarto/
/_site
/docs/*
.DS_Store

!docs/docsfile
_quarto_internal_scss_error.scss
12 changes: 12 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,18 @@ jobs:
local_dir: build
on:
branch: main
- stage: sync to public
if: type != pull_request
before_install:
- export GITHUB_PUB_URI=$(echo $GITHUB_PUBLIC | sed "s/\/github.com\//\/$PUBLIC_TOKEN\@github.com\//")
- export GITHUB_ENTERPRISE=$(echo $GITHUB_PUBLIC | sed "s/\/github.com\//\/$GITHUB_TOKEN\@github.ibm.com\//")
- git clone $GITHUB_ENTERPRISE /tmp/repo
- cd /tmp/repo
script:
- git remote set-url origin $GITHUB_PUB_URI
- git push origin main --force


stages:
- build and deploy pages
- sync to public
78 changes: 62 additions & 16 deletions _quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ language:
search-text-placeholder: Search

website:
title: Solutions Hub
title: IBM Quantum Safe Encryption
favicon: images/bee.png
page-navigation: true
search:
Expand All @@ -18,7 +18,11 @@ website:
logo: images/IBMlogo.png
right:
- icon: github
href: https://github.com/ibm-client-engineering
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
Expand All @@ -33,22 +37,64 @@ website:
contents:
- href: index.qmd
text: Problem Definition
- section: Solution Overview
- 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:
- 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: Implementation Methodology
- 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: 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: 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

Expand Down
Binary file added images/QSRAP-config1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/QSRAP-config2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/QSRAP-config3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/QSRAP-config4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/QSRAP-config5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/QSRPTH1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/WindowsPath01.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/WindowsPath02.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/WindowsPath03.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/WindowsPath04.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/WindowsPath04a.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/WindowsPath05.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/WindowsPath06.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/WindowsPath07.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/docimages/openshift_console.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/docimages/openshift_start_trial.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/docimages/openshift_try_it.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/docimages/openshiftdiagram.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/docimages/redhat_login.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/docimages/redhat_register.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/extension1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/extension2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/guardium_login01.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/guardium_login02.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/guardium_login03.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/guardium_login04.png
Binary file added images/ibm-logo-svgrepo-com.png
Binary file added images/macos-installer01.png
Binary file added images/macos-qse-cli-optional-params.png
Binary file added images/macos-qse-cli-required-params.png
Binary file added images/macos-qse-service1.png
Binary file added images/macos-qse-service2.png
Binary file added images/macos-qse-service3.png
Binary file added images/pth-dashboard.png
Binary file added images/qse-download.png
Binary file added images/scan-results-directory.png
Binary file added images/scan-results-json.png
Binary file added images/scanning1.png
Binary file added images/scanning2.png
Binary file added images/scanning3.png
Binary file added images/scanning4.png
Binary file added images/scanning5.png
Binary file added images/scanning6.png
Binary file added images/scanning7.png
Binary file added images/vs-code-find-project.png
Binary file added images/vs-code-open-project.png
Binary file added images/vs-code-quantum-safe-dashboard-tab.png
Binary file added images/vs-code-quantum-safe-dashboard-view.png
Binary file added images/vs-code-quantum-safe-explorer.png
Binary file added images/webui01.png
Binary file added images/windows-installer01.png
Binary file added images/windows-installer02.png
Binary file added images/windows-installer03.png
Binary file added images/windows-jdk01.png
Binary file added images/windows-qse-service1.png
Binary file added images/windows-qse-service2.png
Binary file added images/windows-qse-service3.png
Binary file added images/windows-qse-service4.png
Binary file added images/windows-qse1.png
Binary file added images/windows-qse2.png
Loading

0 comments on commit 4157d99

Please sign in to comment.