Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion docs/src/components/runSnippet.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ const emojis = [
"🎈",
"🎁",
"🤖",
"👻",
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's add some more some day 😉

"🥳",
];

Expand Down
2 changes: 1 addition & 1 deletion docs/src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ const Index = (props) => {
</a>
</p>

<p style={{ textAlign: "center", fontSize: "0.8rem", color: "#555", marginTop: "1rem" }}>
<p style={{ textAlign: "center", fontSize: "0.8rem", color: "#555", margin: "1rem auto", maxWidth: "80%" }}>
OPA is now maintained by Styra and a large community of contributors.
</p>

Expand Down
12 changes: 12 additions & 0 deletions docs/static/_redirects
Original file line number Diff line number Diff line change
Expand Up @@ -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
# -----------------------------------------------------------------------------
Expand All @@ -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
# -----------------------------------------------------------------------------
Expand Down
7 changes: 7 additions & 0 deletions docs/static/external-resources/README.md
Original file line number Diff line number Diff line change
@@ -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.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/static/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading