diff --git a/site/content/ECOSYSTEM.md b/site/content/ECOSYSTEM.md deleted file mode 100644 index f802097f120..00000000000 --- a/site/content/ECOSYSTEM.md +++ /dev/null @@ -1,36 +0,0 @@ ---- -title: Contour Ecosystem -layout: page ---- - -This is a list of Contour related resources. If you have a suggestion on what to add, please don't hesitate to [submit a pull request][2]! - -## Help - -### Creating issue - -- [Contour/issues][1] - - -## Related Projects - -### Plugins - -- [rollouts-plugin-trafficrouter-contour][3]: The Argo Rollouts plugin implementing the Contour HTTPProxy traffic control in progressive delivery scenarios. - -### Documents - -- [Open Service Mesh][4]: OSM takes a simple approach for users to uniformly manage, secure, and get out-of-the box observability features for highly dynamic microservice environments. - -- [Linkerd][5]: Linkerd is a service mesh for Kubernetes. It makes running services easier and safer by giving you runtime debugging, observability, reliability, and security—all without requiring any changes to your code. - -- [Knative][6]: Knative is a platform-agnostic solution for running serverless deployments. - - - -[1]: https://github.com/projectcontour/contour/issues -[2]: https://github.com/projectcontour/contour/pulls -[3]: https://github.com/argoproj-labs/rollouts-plugin-trafficrouter-contour -[4]: https://release-v1-2.docs.openservicemesh.io/docs/demos/ingress_contour/ -[5]: https://linkerd.io/2.13/tasks/using-ingress/#contour -[6]: https://knative.dev/docs/install/yaml-install/serving/install-serving-with-yaml/#install-a-networking-layer diff --git a/site/content/ADOPTERS.md b/site/content/resources/adopters.md similarity index 92% rename from site/content/ADOPTERS.md rename to site/content/resources/adopters.md index bde13880fb8..73d51a232c3 100644 --- a/site/content/ADOPTERS.md +++ b/site/content/resources/adopters.md @@ -6,16 +6,16 @@ layout: page If you're using Contour and want to add your organization to this list, please [submit a pull request][1]! -knative.dev +knative.dev -vmware.com +vmware.com -flyte.com +flyte.com -gojek.io +gojek.io -daocloud.io +daocloud.io ## Success Stories diff --git a/site/content/resources/ecosystem.md b/site/content/resources/ecosystem.md new file mode 100644 index 00000000000..f2dcead78bd --- /dev/null +++ b/site/content/resources/ecosystem.md @@ -0,0 +1,27 @@ +--- +title: Contour Ecosystem +layout: page +--- + +This is a list of Contour related resources. If you have a suggestion on what to add, please don't hesitate to [submit a pull request][1]! + +## Related Projects + +### Plugins + +- [Argo Rollouts][2]: The Argo Rollouts plugin implementing the Contour HTTPProxy traffic control in progressive delivery scenarios. + +### Documents + +- [Open Service Mesh][3]: OSM takes a simple approach for users to uniformly manage, secure, and get out-of-the box observability features for highly dynamic microservice environments. + +- [Linkerd][4]: Linkerd is a service mesh for Kubernetes. It makes running services easier and safer by giving you runtime debugging, observability, reliability, and security—all without requiring any changes to your code. + +- [Knative][5]: Knative is a platform-agnostic solution for running serverless deployments. + + +[1]: https://github.com/projectcontour/contour/pulls +[2]: https://github.com/argoproj-labs/rollouts-plugin-trafficrouter-contour +[3]: https://release-v1-2.docs.openservicemesh.io/docs/demos/ingress_contour/ +[4]: https://linkerd.io/2.13/tasks/using-ingress/#contour +[5]: https://knative.dev/docs/install/yaml-install/serving/install-serving-with-yaml/#install-a-networking-layer diff --git a/site/data/docs/main-toc.yml b/site/data/docs/main-toc.yml index 0f4cdaeb833..920070276ce 100644 --- a/site/data/docs/main-toc.yml +++ b/site/data/docs/main-toc.yml @@ -129,6 +129,10 @@ toc: link: /resources/faq - page: Tagging link: /resources/tagging + - page: Adopters + link: /resources/adopters + - page: Ecosystem + link: /resources/ecosystem - title: Security subfolderitems: - page: Threat Model and Security Posture