From c6f138a3862c77b84f210892ef8c6c7cfda770c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Paj=C4=85k?= Date: Thu, 17 Nov 2022 17:09:41 +0100 Subject: [PATCH 1/3] Add OpenTelemetry webpage to examples (#1312) --- userguide/content/en/docs/Examples/_index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/userguide/content/en/docs/Examples/_index.md b/userguide/content/en/docs/Examples/_index.md index 76a6315653..e23891fa99 100644 --- a/userguide/content/en/docs/Examples/_index.md +++ b/userguide/content/en/docs/Examples/_index.md @@ -29,6 +29,7 @@ Example sites that have low to no customization: | [Selenium](https://www.selenium.dev/) | https://github.com/SeleniumHQ/seleniumhq.github.io | | [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 | ## Customized Docsy examples From 1c9e12564d6c47bb97f226f67e4bcd5f48ab7691 Mon Sep 17 00:00:00 2001 From: LisaFC Date: Thu, 17 Nov 2022 16:17:25 +0000 Subject: [PATCH 2/3] Updated to better "mostly docs" example --- userguide/content/en/docs/Examples/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/userguide/content/en/docs/Examples/_index.md b/userguide/content/en/docs/Examples/_index.md index e23891fa99..604d435428 100644 --- a/userguide/content/en/docs/Examples/_index.md +++ b/userguide/content/en/docs/Examples/_index.md @@ -39,7 +39,7 @@ Example sites that include a moderate to high amount of customization: |---|---| | [Knative](https://knative.dev) | https://github.com/knative/docs and https://github.com/knative/website | | [Apache Airflow](https://airflow.apache.org/) | https://github.com/apache/airflow-site/ | -| [Docsy Just Docs](https://docsyjustdocs.netlify.com/) | https://github.com/LisaFC/justdocs | +| [Docsy Mostly Docs](https://mostlydocs.netlify.app/) | https://github.com/gwatts/mostlydocs/ | | [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 | 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 3/3] 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 |