i18n-Launch: Links to Block Pages
See original GitHub issueCurrently, links to block pages do not exist. This issue is multi-part:
Repository Readme
The README.md
file currently contains the links to the old block pages. These links should be updated (ideally to new block links, but for now a link to the superblock is fine).
These old links will also need to be redirected, possibly.
** Resolved in #41045 **
Block Views
The old block view pages need to be removed from the client. These would be files such as: https://github.com/freeCodeCamp/freeCodeCamp/blob/main/client/src/pages/learn/coding-interview-prep/data-structures/index.md
@ojeytonwilliams can you confirm if removing these files will cause any issues with the parser?
Block Links
As a nice to have, we could implement block-links as anchors: so https://www.freecodecamp.org/learn/javascript-algorithms-and-data-structures#basic-javascript
would auto-scroll to the correct block on the superBlock view.
** Resolved in #41042 **
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (5 by maintainers)
The parser only touches .md files in the curriculum/challenges folder, so it will not be affected.
Indirectly. I’ll comment there too.