citkane / typedoc-plugin-versions

Semantic versioning with select dropdown for Typedoc documentation sets
https://citkane.github.io/typedoc-plugin-versions/
MIT License
4 stars 7 forks source link

feat: make version option stronger #19

Open ZLY201 opened 2 years ago

ZLY201 commented 2 years ago

I would like to have custom version jump links instead of being automatically inferred by plugins.

For example:

{
 "version": {
    "4.1.5": "https://xxx.github.io/v4.1.5/index.html"
  }
}

And then if I swich the version it will redirect to the path I configured.