quarto-dev / quarto-dev/quarto-cli
Add a link to switch between main and prerelease doc sites
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 6k
- Forks
- 458
- Avg merge
- 1d 9h
- Merged PRs (30d)
- 41
Description
It might be nice if there was an easy way to switch between the main and prerelease documentation sites. E.g. in the navbar on quarto.org:
Similarly on prelease.quarto.org:
Even better would be some JS that sniffs out the current path, so that, e.g. if you were at https://quarto.org/docs/reference/formats/html.html#format-options, switching would drop you at https://prerelease.quarto.org/docs/reference/formats/html.html#format-options
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the navbar templates or configuration used by quarto.org and prerelease.quarto.org; no file paths are identified in the issue. Check how each site currently renders navigation, then verify that switching sites preserves the current documentation path and anchor where possible.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- documentation, web-dev
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100