diff --git a/docs/src/components/runSnippet.js b/docs/src/components/runSnippet.js index 2727bb4633..b813a0df64 100644 --- a/docs/src/components/runSnippet.js +++ b/docs/src/components/runSnippet.js @@ -25,7 +25,6 @@ const emojis = [ "🎈", "🎁", "🤖", - "👻", "🥳", ]; diff --git a/docs/src/pages/index.js b/docs/src/pages/index.js index 4bb862c187..599f35c6b1 100644 --- a/docs/src/pages/index.js +++ b/docs/src/pages/index.js @@ -102,7 +102,7 @@ const Index = (props) => {

-

+

OPA is now maintained by Styra and a large community of contributors.

diff --git a/docs/static/_redirects b/docs/static/_redirects index ee558bd155..28250ea13c 100644 --- a/docs/static/_redirects +++ b/docs/static/_redirects @@ -10,6 +10,14 @@ /docs/latest/kubernetes-introduction/ /docs/kubernetes/ /docs/latest/envoy-introduction/ /docs/kubernetes/ +# ----------------------------------------------------------------------------- +# Redirects for legacy usage external resources +# ----------------------------------------------------------------------------- + +/bundles/helm-kubernetes-quickstart /external-resources/bundles/helm-kubernetes-quickstart 301! +/img/logos/opa-horizontal-color.png /external-resources/opa-horizontal-color.png 301! +/img/logos/opa-no-text-color.png /external-resources/opa-no-text-color.png 301! + # ----------------------------------------------------------------------------- # Redirects relating to client behavior # ----------------------------------------------------------------------------- @@ -18,6 +26,10 @@ # another path. /manifest.json /site.webmanifest 301! +# clients still seem to request the precomposed icon even though we make +# no reference to it. We can use the same as the normal icon. +/apple-touch-icon-precomposed.png /apple-touch-icon.png 301! + # ----------------------------------------------------------------------------- # Redirects relating to spam traffic # ----------------------------------------------------------------------------- diff --git a/docs/static/external-resources/README.md b/docs/static/external-resources/README.md new file mode 100644 index 0000000000..0ef4cbd979 --- /dev/null +++ b/docs/static/external-resources/README.md @@ -0,0 +1,7 @@ +# external-resources + +This folder contains a number of resources that are referenced elsewhere on the +internet in locations we do not control. + +When adding a file here, please make sure to add a redirect in the `_redirects` +file to ensure that the file is accessible at the same URL as it was before. diff --git a/docs/static/external-resources/bundles/helm-kubernetes-quickstart b/docs/static/external-resources/bundles/helm-kubernetes-quickstart new file mode 100644 index 0000000000..79ff82b1aa Binary files /dev/null and b/docs/static/external-resources/bundles/helm-kubernetes-quickstart differ diff --git a/docs/static/external-resources/opa-horizontal-color.png b/docs/static/external-resources/opa-horizontal-color.png new file mode 100644 index 0000000000..3dc330cefa Binary files /dev/null and b/docs/static/external-resources/opa-horizontal-color.png differ diff --git a/docs/static/external-resources/opa-no-text-color.png b/docs/static/external-resources/opa-no-text-color.png new file mode 100644 index 0000000000..fcbb49ba71 Binary files /dev/null and b/docs/static/external-resources/opa-no-text-color.png differ diff --git a/docs/static/favicon.png b/docs/static/favicon.png new file mode 100644 index 0000000000..e8e3a322bc Binary files /dev/null and b/docs/static/favicon.png differ