Use of permalinks and UUID to allow page movement without breaking links
S
Steven K
It'd be great if each page/doc had a unique internal ID that could be used for internal linking like some page which upon generation would be expanded to the full path of that page. This type of functionality would allow one to easily re-organize the site without needing to manually update all the internal links.
O
Olav R.B.
If Docusaurus did like Hugo with Front Matter attribute "url", this could maybe be possible?
https://gohugo.io/content-management/urls/#url
Mikey O'Toole
I agree that this would be useful and allow reorganisation/movement of docs pages without updating links.
Ideally a solution to this would be plugin-aware - allowing crosslinking between docs plugin instances AND crosslinking to blog plugin instances.