docs: Update all engine source code Markdown comment symbol links to {@apilink}
#3132
Labels
chore
Maintenance tasks, like upgrading libraries or release tasks
docs
Relating to documentation in any way
good first issue
good for people new to open source and Excalibur
help wanted
asking for help from the community, may require a certain platform or skill set to implement
We need to go around and fix up all the Markdown symbol links in the engine source code so they get rendered properly in the docs API site.
Steps to Reproduce
On API pages, links between API symbols used to be done using the legacy symbol markup:
These should all be switched to
{@apilink symbol | text}
links (docs).You can refer to
src\engine\Actions\ActionContext.ts
for an example that works.Expected Result
The links should work.
Example:
Actual Result
The links are rendered in plaintext.
Example:
The text was updated successfully, but these errors were encountered: