Skip to content

Add a documentation version selector  #31

Open
@SuperFola

Description

@SuperFola

We can handle multiple versions for the documentation on the website but we have no way to jump around.

Python has this selector:
Capture d’écran 2022-12-20 à 09 07 13

We could easily add one too, by generating a JSON structure to store the current version (latest) and the available ones, upon generating a new version:

{
  "latest": "v4.5.6",
  "all": ["v.1.2.3", "v2.3.4", "..."]
}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions