Closed Aprillion closed 3 years ago
Good point. I prefer your first suggestion. Thanks!
:tada: This issue has been resolved in version 4.0.1 :tada:
The release is available on:
npm package (@latest dist-tag)
Your semantic-release bot :package::rocket:
Problem description:
Each workshop has an "edit docs" button that points to the original Kent's repository, for simplified PR creation if a user will notice a typo or other problem with the exercise MD file.
However, a new section was recently added for "Your Notes" => encouraging users to write their own notes in the MD file inside own git repo:
This combination was confusing for me, I thought the Edit button will navigate to the MD file in my editor, e.g. with some version of
file:///...
(which is blocked by browsers for security reason) orvscode://...
(which would need some setup like in https://github.com/shengyou/vscode-handler).Suggested solutions:
edit docs (in the original repo, e.g. to fix typos)
)