urfave / cli

A simple, fast, and fun package for building command line apps in Go

Home Page:https://cli.urfave.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use mkdocs `mike` for multi-version docs

meatballhat opened this issue · comments

Checklist

  • Did you perform a search about this feature? Here's the GitHub guide about searching.

What problem does this solve?

This would remove the need for multiple major version documentation trees within each major maintenance branch.

Solution description

Rework the docs to use the mkdocs mike tool as described here.

Describe alternatives you've considered

Hosting documentation at readthedocs would include support for something similar. We could not switch to mike and continue the in-tree multiple dirs approach.