Commit Graph

4 Commits

Author SHA1 Message Date
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
ThinkChaos d7749daf68 Remove documentation from index 2024-01-18 16:22:19 -05:00
ThinkChaos a65bb21710
Manual fix for index
`cp -a v0.23/* .`
2024-01-08 20:07:32 -05:00
89bd8eed08 Deployed 2c108da with MkDocs version: 1.4.2 2023-03-07 16:26:08 +00:00