Skip to content
This repository was archived by the owner on Apr 17, 2025. It is now read-only.

Commit 51a504a

Browse files
author
Robert Guske
committed
major updates on website and documentation for v0.8
Closes: #1074 Closes: #1108 Closes: #1132 Signed-off-by: Robert Guske <rguske@vmware.com>
1 parent f1ad96d commit 51a504a

38 files changed

+2685
-2320
lines changed

docs/_config.yml

-3
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,6 @@ footer_social_links:
3434
Twitter:
3535
fa_icon: fab fa-twitter
3636
url: https://twitter.com/VMWEventBroker
37-
Slack:
38-
fa_icon: fab fa-slack
39-
url: https://vmwarecode.slack.com/archives/CQLT9B5AA
4037
Email:
4138
fa_icon: fas fa-envelope
4239
url: mail:dl-veba@vmware.com

docs/_data/default.yml

+19-16
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,18 @@ toc:
77
- page: Architecture
88
id: intro-architecture
99
url: /kb/architecture
10-
- page: VMware Event Router
11-
id: intro-event-router
12-
url: /kb/event-router
10+
- page: VMware Tanzu Sources for Knative
11+
id: intro-tanzu-sources
12+
url: /kb/tanzu-sources
1313
- page: Functions
1414
id: intro-functions
1515
url: /kb/functions
1616

1717
- title: Install
1818
subfolderitems:
19-
- page: VEBA (Knative)
20-
id: install-knative
21-
url: /kb/install-knative
19+
- page: VMware Event Broker Appliance
20+
id: install-veba
21+
url: /kb/install-veba
2222

2323
- title: Use
2424
subfolderitems:
@@ -43,9 +43,6 @@ toc:
4343
- page: Build Functions
4444
id: contribute-functions
4545
url: /kb/contribute-functions
46-
- page: Build Event Router
47-
id: contribute-eventrouter
48-
url: /kb/contribute-eventrouter
4946
- page: Build Appliance
5047
id: contribute-appliance
5148
url: /kb/contribute-appliance
@@ -57,22 +54,28 @@ toc:
5754
subfolderitems:
5855
- page: Deploy VEBA to Kubernetes
5956
id: advanced-deploy-k8s
60-
url: /kb/event-router#deployment
61-
- page: Deploy Event Router to Kind
57+
url: /kb/tanzu-sources#installation-tanzu-sources-for-knative
58+
- page: Deploy Tanzu Sources with KinD
6259
id: site-resources
63-
url: /kb/deploy-event-router-kind
64-
- page: In-depth Function Tutorial
60+
url: /kb/deploy-tanzu-sources-kind
61+
- page: Function Tutorial - Intro
6562
id: function-tutorial-intro
6663
url: /kb/function-tutorial-intro
67-
- page: Replace TLS Certificates on VEBA
64+
- page: Function Tutorial - Deploy
65+
id: function-tutorial-deploy
66+
url: kb/function-tutorial-deploy
67+
- page: Function Tutorial - Modify & Test
68+
id: function-tutorial-modtest
69+
url: /kb/function-tutorial-modtest
70+
- page: Certificate Management for VEBA
6871
id: advanced-certificates
6972
url: /kb/advanced-certificates
7073
- page: Using Private Container Registry with VEBA
7174
id: private-registry
7275
url: /kb/private-registry
73-
- page: Monitoring VEBA with vROps
76+
- page: Monitoring VEBA with Aria Operations
7477
id: site-resources
75-
external_url: https://rguske.github.io/post/monitoring-the-vmware-event-broker-appliance-with-vrealize-operations-manager/
78+
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
7679

7780
- title: Troubleshoot
7881
subfolderitems:

docs/_data/team.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ members:
1313
website: https://www.williamlam.com/
1414
twitter: lamw
1515
github: lamw
16+
- name: Robert Guske
17+
img: https://avatars1.githubusercontent.com/u/31652019?v=4
18+
website: https://rguske.github.io/
19+
twitter: vmw_rguske
20+
github: rguske
1621
- name: Frankie Gold
1722
img: https://avatars1.githubusercontent.com/u/17328443?v=4
1823
twitter: codegold79
@@ -27,11 +32,6 @@ members:
2732
website: http://www.patrickkremer.com/
2833
twitter: kremerpatrick
2934
github: kremerpatrick
30-
- name: Robert Guske
31-
img: https://avatars1.githubusercontent.com/u/31652019?v=4
32-
website: https://rguske.github.io/
33-
twitter: vmw_rguske
34-
github: rguske
3535
- name: Vladimir Velikov
3636
img: https://avatars3.githubusercontent.com/u/46163850?v=4
3737
website: https://pluginsblog.com/

docs/index.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@
3636
secondary_ctas:
3737
cta1:
3838
title: Appliance for VMware vSphere
39-
url: /kb/install-knative
39+
url: /kb/install-veba
4040
content: Deploy VEBA directly onto vSphere by using the ready-to-run appliance (OVA).
4141
cta2:
4242
title: Installation on Kubernetes with Knative
43-
url: /kb/event-router#deployment
44-
content: Deploy VEBA to an existing Kubernetes Knative installation with Helm.
43+
url: /kb/tanzu-sources#deployment
44+
content: Deploy VEBA to an existing Kubernetes Knative installation using the Tanzu Sources for Knative.
4545
cta3:
4646
title: Explore our documentation to help you get started quickly
4747
url: /kb

0 commit comments

Comments
 (0)