You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Basically we'll need more than "slugPreprocessor", what we want is to have full control and create fixed ids, so that changing text does not break anchor links.
This is particularly important for i18n as translating a md title can lead to broken links on a localized site.
So I think we should find a way to explicitly define the ids instead of having id generation options. This also means that we'll have to check all existing RN website anchor links and apply the fixed id to the target.
@slorber I think that this issue should not be a blocker for the migration. We have the page live with non-optimal content anchors for few months, before the slugPreprocessor feature. I we can try to fix this after the migration, I can also try to help with some tasks in Docusaurus repo to make it happen quicker 🙂
Description
RN website still need this functionality:
The text was updated successfully, but these errors were encountered: