Skip to content

Commit

Permalink
docs: move Design docs under "Get Involved" (envoyproxy#2857)
Browse files Browse the repository at this point in the history
* docs: move Design docs under "Get Involved"

* design docs are more relevant to internal contributors than external
  users

Signed-off-by: Arko Dasgupta <[email protected]>

* fix links

Signed-off-by: Arko Dasgupta <[email protected]>

---------

Signed-off-by: Arko Dasgupta <[email protected]>
  • Loading branch information
arkodg authored and Xunzhuo committed Mar 13, 2024
1 parent e77e053 commit cf0c524
Show file tree
Hide file tree
Showing 26 changed files with 5 additions and 5 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion site/content/en/latest/user/security/basic-auth.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ kubectl delete secret/example-cert

Checkout the [Developer Guide](../../../contributions/develop/) to get involved in the project.

[SecurityPolicy]: ../../../design/security-policy/
[SecurityPolicy]: ../../contributions/design/security-policy/
[http Basic authentication]: https://tools.ietf.org/html/rfc2617
[Gateway]: https://gateway-api.sigs.k8s.io/api-types/gateway
[HTTPRoute]: https://gateway-api.sigs.k8s.io/api-types/httproute
Expand Down
2 changes: 1 addition & 1 deletion site/content/en/latest/user/security/cors.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ kubectl delete securitypolicy/cors-example

Checkout the [Developer Guide](../../../contributions/develop/) to get involved in the project.

[SecurityPolicy]: ../../../design/security-policy/
[SecurityPolicy]: ../../contributions/design/security-policy/
[cors]: https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS
[Gateway]: https://gateway-api.sigs.k8s.io/api-types/gateway
[HTTPRoute]: https://gateway-api.sigs.k8s.io/api-types/httproute
Expand Down
2 changes: 1 addition & 1 deletion site/content/en/latest/user/security/jwt-authentication.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ kubectl delete securitypolicy/jwt-example

Checkout the [Developer Guide](../../../contributions/develop/) to get involved in the project.

[SecurityPolicy]: ../../../design/security-policy/
[SecurityPolicy]: ../../contributions/design/security-policy/
[jwt]: https://tools.ietf.org/html/rfc7519
[jwks]: https://tools.ietf.org/html/rfc7517
[Gateway]: https://gateway-api.sigs.k8s.io/api-types/gateway
Expand Down
2 changes: 1 addition & 1 deletion site/content/en/latest/user/security/oidc.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,6 @@ Checkout the [Developer Guide](../../../contributions/develop/) to get involved

[oidc]: https://openid.net/connect/
[google-oidc]: https://developers.google.com/identity/protocols/oauth2/openid-connect
[SecurityPolicy]: ../../../design/security-policy/
[SecurityPolicy]: ../../contributions/design/security-policy/
[Gateway]: https://gateway-api.sigs.k8s.io/api-types/gateway
[HTTPRoute]: https://gateway-api.sigs.k8s.io/api-types/httproute
2 changes: 1 addition & 1 deletion site/content/en/latest/user/traffic/gatewayapi-support.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ these types of cross-namespace references. Envoy Gateway supports the following
namespace.
- Allowing a Gateway's [SecretObjectReference][] to reference a secret in a different namespace.

[system design]: ../../../design/system-design/
[system design]: ../../contributions/design/system-design/
[Gateway API]: https://gateway-api.sigs.k8s.io/
[GatewayClass]: https://gateway-api.sigs.k8s.io/reference/spec/#gateway.networking.k8s.io/v1.GatewayClass
[parameters reference]: https://gateway-api.sigs.k8s.io/reference/spec/#gateway.networking.k8s.io/v1.ParametersReference
Expand Down

0 comments on commit cf0c524

Please sign in to comment.