D7615 introduced the releasepage that embeds the release notes markdown into the page. In order to do so, it renamed all the documentation files processed to add the jekyll front matter, which in turn broke all the link conversion because the permalink no longer match the file.
This diff reverses this behavior so the processed files remains with their original name as expected by the jekyll-relative-links plugin, and rename the unprocessed original instead. These original files can be embedded using their *.orig.md name where needed (only in the release page for now) and let alone all the other docs.
Details
Details
- Reviewers
PiRK - Group Reviewers
Restricted Project - Commits
- rABCWEB09aff1b54439: [WEBSITE] Unbreaks the markdown links in the documentation
./scripts/fetch_documentation.sh bundle exec jekyll serve
Navigate to "Developers=>Contributing" and check in the page that the link to the developer notes is now working as expected.
Check the release page is untouched.
Diff Detail
Diff Detail
- Repository
- rABCWEB Bitcoin ABC Website
- Lint
Lint Not Applicable - Unit
Tests Not Applicable