Skip to content

Commit

Permalink
Add ecosystem page to site (#5537)
Browse files Browse the repository at this point in the history
Moves ADOPTERS file to the site as well

Signed-off-by: gang.liu <gang.liu@daocloud.io>
  • Loading branch information
izturn authored Nov 6, 2023
1 parent f337be3 commit eb71e5c
Show file tree
Hide file tree
Showing 8 changed files with 41 additions and 6 deletions.
16 changes: 10 additions & 6 deletions ADOPTERS.md → site/content/resources/adopters.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,21 @@
# Contour Adopters
---
title: Contour Adopters
layout: page
---

If you're using Contour and want to add your organization to this list, please
[submit a pull request][1]!

<a href="https://knative.dev" border="0" target="_blank"><img alt="knative.dev" src="site/img/adopters/knative.svg" height="50"></a>
<a href="https://knative.dev" target="_blank"><img alt="knative.dev" src="../../img/adopters/knative.svg" height="50"></a>

<a href="https://www.vmware.com" border="0" target="_blank"><img alt="vmware.com" src="site/img/adopters/VMware-logo-grey.jpg" height="50"></a>

<a href="https://flyte.org/" border="0" target="_blank"><img alt="flyte.com" src="site/img/adopters/flyte.png" height="50"></a>&nbsp; &nbsp; &nbsp;
<a href="https://www.vmware.com" target="_blank"><img alt="vmware.com" src="../../img/adopters/VMware-logo-grey.jpg" height="50"></a>

<a href="https://gojek.io/" border="0" target="_blank"><img alt="gojek.io" src="site/img/adopters/gojek.svg" height="50"></a>
<a href="https://flyte.org/" target="_blank"><img alt="flyte.com" src="../../img/adopters/flyte.png" height="50"></a>

<a href="https://daocloud.io/" border="0" target="_blank"><img alt="daocloud.io" src="site/img/adopters/daocloud.png" height="50"></a>
<a href="https://gojek.io/" target="_blank"><img alt="gojek.io" src="../../img/adopters/gojek.svg" height="50"></a>

<a href="https://daocloud.io/" target="_blank"><img alt="daocloud.io" src="../../img/adopters/daocloud.png" height="50"></a>

## Success Stories

Expand Down
27 changes: 27 additions & 0 deletions site/content/resources/ecosystem.md
Original file line number Diff line number Diff line change
@@ -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
4 changes: 4 additions & 0 deletions site/data/docs/main-toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Binary file removed site/img/adopters/VMware-logo-grey.jpg
Binary file not shown.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes

0 comments on commit eb71e5c

Please sign in to comment.