Skip to content

Redirect the docs site root to the latest docs #435

Description

@cassidyjames

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentation

    Type

    No type

    Fields

    Priority

    None yet

    Projects

    Status
    Backlog

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions