Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hmm, that's strange, why does this need to be an absolute link? The relative link does seem to work ok (see preview) but it links to
https://coder.com/docs/code-server/v3.11.0/ci/helm-chart/README
(missing the .md extension)I don't know if something else is going on here 🤔
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @jawnsy - From what I can tell, content located in
ci
is not rendered on coder.com.Adding the
.md
extension doesn't fix this, try this link:https://coder.com/docs/code-server/v3.11.0/ci/helm-chart/README.md
I think it needs to be an absolute link unless we also intend on hosting
ci/helm-chart/README.md
on coder.com/docs from what I see.We seem to only host the
docs/
directory (see docs/manifest.json):https://github.com/cdr/code-server/blob/main/docs/manifest.json
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah I think @BrunoQuaresma knows more about this but at least we can fix this issue for now, get people to the right docs and then improve later if needed!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, if we want to add it to the docs page, we have to move it to live inside of the docs folder.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sweet! made a followup issue: #3877