Improve i18n link references in docs
- Dominant language
- MDX
- Stars
- 146
- Forks
- 230
- Avg merge
- 15h 37m
- Merged PRs (30d)
- 11
Description
At the moment it's a very hard work to keep the prefixes (`/`, `/de`, `/es`, `/fr`, etc) and id references (`#x86_64-microarchitecture-level-support`, `#x86_64-mikroarchitektur-level-unterstützung`, `#soporte-de-nivel-de-microarquitectura-x86_64`, `#support-du-niveau-de-microarchitecture-x86_64`, etc) in sync across translations.
It would be good to figure out a way to minimize the risk of forgetting to update them when updating either by using relative paths instead of absolute and by using English heading id's everywhere instead of localized ones.
- https://docs.astro.build/en/guides/markdown-content/#heading-ids
- https://docs.astro.build/en/guides/internationalization/#create-links
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.