With some of the longer headers/headings, it can create long or illegible anchors in the url (see examples). Used VitePress' custom anchors feature to shorten longer ones or ones with symbols.
For future reference, this can be done by doing the following:
## Really long example header that would create an enormous anchor
<!-- => -->
## Really long example header that would create an enormous anchor {#example-header}
With some of the longer headers/headings, it can create long or illegible anchors in the url (see examples). Used VitePress' custom anchors feature to shorten longer ones or ones with symbols.
Examples
/extras/faq#does-x-mod-require-everybody-to-have-it-installed
=>/extras/faq#require-all-to-install
/modding/initial-setup#decompiler-highly-recommended-near-essential
=>/modding/initial-setup#decompiler
/advanced-modding/networking#c-events
=>/advanced-modding/networking#csharp-events
For future reference, this can be done by doing the following: