blocky/prometheus_grafana
ThinkChaos b0f7a78180 Make index pages redirect to `latest/`
Rough steps, committing just the needed files in the end:
```sh
mike deploy --update-aliases --alias-type=redirect latest index
find index -name '*.html' -exec sed -i 's:\.\./latest:latest:g' {} +
for f in index/{,*/,*/*/}*.html; do git mv "$f" "${f#index/}"; done
```
2024-01-18 16:22:19 -05:00
..
index.html Make index pages redirect to `latest/` 2024-01-18 16:22:19 -05:00