dotnet / dotnet/docfx

Support For "latest" Route

Open
#5,856 2 comments 0 reactions 0 assignees View on GitHub
versioning
Dominant language
C#
Stars
4.4k
Forks
890
Avg merge
2h 11m
Merged PRs (30d)
10

Description

I understand that this isn't a forum, but is there support in docfx to mark a version of documentation with a "latest" tag?

For instance, something like
```
https://mysweetwebsite.awesome/docs/latest/pages/gettingstarted/myfristapp.html
```
would really be an alias for,
```
https://mysweetwebsite.awesome/docs/v1.0.8/pages/gettingstarted/myfristapp.html
```
where `v1.0.8` was the highest version in the docfx.json configuration found across all metadata tags.

If not, I'd like to submit this as a feature request.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.