Skip to content

Commit

Permalink
major updates on website and documentation for v0.8
Browse files Browse the repository at this point in the history
Closes: vmware-samples#1074

Closes: vmware-samples#1108

Closes: vmware-samples#1132
Signed-off-by: Robert Guske <[email protected]>
  • Loading branch information
Robert Guske committed Jan 22, 2024
1 parent f1ad96d commit 9642789
Show file tree
Hide file tree
Showing 37 changed files with 2,690 additions and 2,310 deletions.
6 changes: 3 additions & 3 deletions docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ footer_social_links:
Twitter:
fa_icon: fab fa-twitter
url: https://twitter.com/VMWEventBroker
Slack:
fa_icon: fab fa-slack
url: https://vmwarecode.slack.com/archives/CQLT9B5AA
# Slack:
# fa_icon: fab fa-slack
# url: https://vmwarecode.slack.com/archives/CQLT9B5AA
Email:
fa_icon: fas fa-envelope
url: mail:[email protected]
Expand Down
35 changes: 19 additions & 16 deletions docs/_data/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,18 @@ toc:
- page: Architecture
id: intro-architecture
url: /kb/architecture
- page: VMware Event Router
id: intro-event-router
url: /kb/event-router
- page: VMware Tanzu Sources for Knative
id: intro-tanzu-sources
url: /kb/tanzu-sources
- page: Functions
id: intro-functions
url: /kb/functions

- title: Install
subfolderitems:
- page: VEBA (Knative)
id: install-knative
url: /kb/install-knative
- page: VMware Event Broker Appliance
id: install-veba
url: /kb/install-veba

- title: Use
subfolderitems:
Expand All @@ -43,9 +43,6 @@ toc:
- page: Build Functions
id: contribute-functions
url: /kb/contribute-functions
- page: Build Event Router
id: contribute-eventrouter
url: /kb/contribute-eventrouter
- page: Build Appliance
id: contribute-appliance
url: /kb/contribute-appliance
Expand All @@ -57,22 +54,28 @@ toc:
subfolderitems:
- page: Deploy VEBA to Kubernetes
id: advanced-deploy-k8s
url: /kb/event-router#deployment
- page: Deploy Event Router to Kind
url: /kb/tanzu-sources#installation-tanzu-sources-for-knative
- page: Deploy Tanzu Sources with KinD
id: site-resources
url: /kb/deploy-event-router-kind
- page: In-depth Function Tutorial
url: /kb/deploy-tanzu-sources-kind
- page: Function Tutorial - Intro
id: function-tutorial-intro
url: /kb/function-tutorial-intro
- page: Replace TLS Certificates on VEBA
- page: Function Tutorial - Deploy
id: function-tutorial-deploy
url: kb/function-tutorial-deploy
- page: Function Tutorial - Modify & Test
id: function-tutorial-modtest
url: /kb/function-tutorial-modtest
- page: Certificate Management for VEBA
id: advanced-certificates
url: /kb/advanced-certificates
- page: Using Private Container Registry with VEBA
id: private-registry
url: /kb/private-registry
- page: Monitoring VEBA with vROps
- page: Monitoring VEBA with Aria Operations
id: site-resources
external_url: https://rguske.github.io/post/monitoring-the-vmware-event-broker-appliance-with-vrealize-operations-manager/
external_url: https://docs.vmware.com/en/VMware-vRealize-Operations-Management-Pack-for-Kubernetes/1.8/management-pack-for-kubernetes/GUID-4ED07321-A5C9-46D6-8EB0-2661D853C0E9.html

- title: Troubleshoot
subfolderitems:
Expand Down
10 changes: 5 additions & 5 deletions docs/_data/team.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ members:
website: https://www.williamlam.com/
twitter: lamw
github: lamw
- name: Robert Guske
img: https://avatars1.githubusercontent.com/u/31652019?v=4
website: https://rguske.github.io/
twitter: vmw_rguske
github: rguske
- name: Frankie Gold
img: https://avatars1.githubusercontent.com/u/17328443?v=4
twitter: codegold79
Expand All @@ -27,11 +32,6 @@ members:
website: http://www.patrickkremer.com/
twitter: kremerpatrick
github: kremerpatrick
- name: Robert Guske
img: https://avatars1.githubusercontent.com/u/31652019?v=4
website: https://rguske.github.io/
twitter: vmw_rguske
github: rguske
- name: Vladimir Velikov
img: https://avatars3.githubusercontent.com/u/46163850?v=4
website: https://pluginsblog.com/
Expand Down
6 changes: 3 additions & 3 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@
secondary_ctas:
cta1:
title: Appliance for VMware vSphere
url: /kb/install-knative
url: /kb/install-veba
content: Deploy VEBA directly onto vSphere by using the ready-to-run appliance (OVA).
cta2:
title: Installation on Kubernetes with Knative
url: /kb/event-router#deployment
content: Deploy VEBA to an existing Kubernetes Knative installation with Helm.
url: /kb/tanzu-sources#deployment
content: Deploy VEBA to an existing Kubernetes Knative installation using the Tanzu Sources for Knative.
cta3:
title: Explore our documentation to help you get started quickly
url: /kb
Expand Down
Loading

0 comments on commit 9642789

Please sign in to comment.