[Feature/Request] - Update the docs/render job to render only on a release-cut instead of push to main #1600
kquinsland
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
|
Publishing the docs to gh pages only at releases would fix it. Sorry about that. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
or, ideally, add a header to the docs site that allows browsing by version.
I just spent the better part of two hours trying to get the
/mcpcomponent working on an instance of0.16.9that I have deployed.The docs say this:
But what the docs don't say is that this feature has yet to land in a stable release. For users of
0.16.9... the quote from the docs above is ... wrong.At least make the docs page default to the current release and not
main!I am not very familiar with how
nuxtworks / it does not appear to support versions out of the box but it might be possible to get something similar by doing this:And then a basic / static "using the docs, browsing by version..." note so it's relatively straight-forward for people to discover that the docs can be browsed by tag/version
Beta Was this translation helpful? Give feedback.
All reactions