Open
Description
The internal links in the docs sections are hardcoded as a mapping between a keyword and a slug to link to. All matches of each keyword in the the rendered markdown text are then replaced by the link.
This in future should be loaded in from a separate JSON and also populated with more values since there are only 2 mappings so far.