3 Commits

Author SHA1 Message Date
Charlie Egan ad783515e7 docs: Restore old referenced bundles (#7629)
Noticed one of these referenced in the envoy readme.

Signed-off-by: Charlie Egan <charlie@styra.com>
2025-05-27 12:30:52 +00:00
Jernej Porenta 22d26dfe30 docs: fix helm-kubernetes-quickstart bundle (#7606)
With the refactoring of the webpage static files location, new
`helm-kubernetes-quickstart` bundle became corrupt and previous,
non-working bundle was deployed.

This change replaces currently deployed bundle, which is causing the
following error with `opa eval -b helm-kubernetes-quickstart 'data'`

```
loading error: bundle helm-kubernetes-quickstart: bundle load failed
on manifest decode: invalid character '\\x00' looking for beginning
of value
```

This change also fixes the failing e2e pipeline in `opa/kube-mgmt` helm
chart, which depends on the location (and source) of this bundle.

Signed-off-by: Jernej Porenta <jernej.porenta@3fs.si>
2025-05-21 09:15:56 +01:00
Charlie Egan 864db09ec1 docs: Various minor website fixes (#7596)
Contains the following fixes:

* docs: Website max width for hp paragraph

* docs: Remove ghost from the run snippet icons

This is confusing as it might be associated with something going wrong.

* docs: Use /apple-touch-icon.png for precomposed

* docs: Add a png favicon

Clients still seem to be requesting this.

* docs: Add in external resources for legacy content

---------

Signed-off-by: Charlie Egan <charlie@styra.com>
2025-05-19 13:15:35 +00:00