Closed
Description
Steps to Reproduce
- Click the
Documentation
menu option - Notice you're over at https://coder.com/docs
Expected
We have somewhere that we can link to (what TBD)✔️- This link is updated to point to that placeholder for v2 docs (or the real docs themselves)
Spec
- We will just link to
/docs
directory of this very repository - We will add an environment variable in webpack, something like
CODER_VERSION
or similar. If the environment variable is set, use that. Otherwise usemain
as the default. See Environment Plugin:Lines 10 to 18 in 4efde58
- The link can then be
https://github.com/coder/coder/tree/<CODER_VERSION>/docs