Skip to content

Commit

Permalink
relocate the files
Browse files Browse the repository at this point in the history
Signed-off-by: gang.liu <gang.liu@daocloud.io>
  • Loading branch information
izturn committed Nov 3, 2023
1 parent 04ad35e commit a636894
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 41 deletions.
36 changes: 0 additions & 36 deletions site/content/ECOSYSTEM.md

This file was deleted.

10 changes: 5 additions & 5 deletions site/content/ADOPTERS.md → site/content/resources/adopters.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]!

<a href="https://knative.dev" target="_blank"><img alt="knative.dev" src="../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" target="_blank"><img alt="vmware.com" src="../img/adopters/VMware-logo-grey.jpg" height="50"></a>
<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://flyte.org/" target="_blank"><img alt="flyte.com" src="../img/adopters/flyte.png" 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://gojek.io/" target="_blank"><img alt="gojek.io" src="../img/adopters/gojek.svg" 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>
<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

0 comments on commit a636894

Please sign in to comment.