From f0a06ef1562763767e7e34a77e50f8be6db492d4 Mon Sep 17 00:00:00 2001 From: copy rogers <40619032+rogerogers@users.noreply.github.com> Date: Fri, 18 Nov 2022 20:17:34 +0800 Subject: [PATCH] Add etcd, CloudWeGo and Dapr website to examples (#1315) Signed-off-by: rogerogers Signed-off-by: rogerogers --- userguide/content/en/docs/Examples/_index.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/userguide/content/en/docs/Examples/_index.md b/userguide/content/en/docs/Examples/_index.md index 604d435428..894663aafc 100644 --- a/userguide/content/en/docs/Examples/_index.md +++ b/userguide/content/en/docs/Examples/_index.md @@ -30,6 +30,8 @@ Example sites that have low to no customization: | [fission.io](https://fission.io/) | https://github.com/fission/fission.io | | [Stroom](https://gchq.github.io/stroom-docs) | https://github.com/gchq/stroom-docs | | [OpenTelemetry](https://opentelemetry.io) | https://github.com/open-telemetry/opentelemetry.io | +| [CloudWeGo](https://www.cloudwego.io/) | https://github.com/cloudwego/cloudwego.github.io | +| [etcd](https://etcd.io/) | https://github.com/etcd-io/website | ## Customized Docsy examples @@ -43,3 +45,4 @@ Example sites that include a moderate to high amount of customization: | [Thunderhead Engineering Product Support](https://support.thunderheadeng.com/) | https://gitlab.com/tecidev/support (private) | | [Kubernetes](https://kubernetes.io) | https://github.com/kubernetes/website | | [XLT](https://xltdoc.xceptance.com/) | https://github.com/Xceptance/xlt-documentation | +| [Dapr](https://docs.dapr.io/) | https://github.com/dapr/docs |