question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Determine where prerelease docs go

See original GitHub issue

With the new documentation site, we push to the latest branch with each release. This causes the docs to show up at /docs/latest/ (instead of /docs/head/).

When we do a prerelease, where do we want those docs to go? Maybe /docs/next/ so that /docs/latest/ preserves the docs for the latest official release?

This will need to be updated in Makefile.js.

Issue Analytics

  • State:open
  • Created a year ago
  • Comments:10 (10 by maintainers)

github_iconTop GitHub Comments

1reaction
nzakascommented, Jun 29, 2022

This will involve two steps:

  1. Makefile.js needs to be updated to push to the “next” branch during prerelease instead of “latest”.
  2. We need to update the docs site to use pathPrefix of “/docs/next/“ when deployed from the “next” branch. We also need the drop down to be updated to include “NEXT” beneath “HEAD”.
1reaction
snitin315commented, Jun 28, 2022

@Gautam-Arora24 go ahead.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Go Modules Reference - The Go Programming Language
A version identifies an immutable snapshot of a module, which may be either a release or a pre-release. Each version starts with the...
Read more >
Managing releases in a repository - GitHub Docs
To the right of the list of files, click Releases. Releases section in right-hand sidebar. Click Draft a new release. Releases draft button....
Read more >
Pre-Release Testing - Joomla! Documentation
Pre-Release Testing ... Project test releases before they go out. ... See Installing Joomla locally and Setting up your workstation for Joomla development....
Read more >
Semantic Versioning 2.0.0 | Semantic Versioning
Additional labels for pre-release and build metadata are available as ... the more likely you are to find yourself, one day, in this...
Read more >
Find and evaluate NuGet packages - Microsoft Learn
Prerelease packages · In the Package Manager Console, use the -IncludePrerelease switch with the Find-Package , Get-Package , Install-Package , ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found