https://roostorg.github.io/osprey/ is a bare directory listing generated with tree:
|
(cd _gh-pages && tree -d -L 1 -H . -T "Osprey Documentation" -o index.html --noreport) |
The actual docs live under /latest/, but the root is the natural URL to guess or link, and today it greets people with a file-browser page. A small landing page that redirects to /latest/ while still listing available versions would fix it.
This lives in .github/workflows/mdbook.yml, which is maintainer-restricted—hence an issue rather than a PR. Related: Coop carries a near-identical mdbook.yml; a shared versioned-docs action would keep the two from drifting and give one place to fix this.
https://roostorg.github.io/osprey/ is a bare directory listing generated with
tree:osprey/.github/workflows/mdbook.yml
Line 117 in 958900a
The actual docs live under
/latest/, but the root is the natural URL to guess or link, and today it greets people with a file-browser page. A small landing page that redirects to/latest/while still listing available versions would fix it.This lives in
.github/workflows/mdbook.yml, which is maintainer-restricted—hence an issue rather than a PR. Related: Coop carries a near-identicalmdbook.yml; a shared versioned-docs action would keep the two from drifting and give one place to fix this.