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
Say I have a file My Guide.md that I include in a custom category. I have to name it thus to that I get My Guide in the menu of the resulting doc.
(Side note: Instead of using the file name, use the first headline as page title?)
Now, linking to this guide should be as easy as writing
[this guide](My Guide)
or maybe
[this guide](My Guide.md).
Instead, we currently have to do
[this guide](my-guide.html)
This requires us to know exactly how slugs work (and possibly how folders are organized, if paths are more complicated). It's also not robust against changes in slugging.
The text was updated successfully, but these errors were encountered:
Say I have a file
My Guide.md
that I include in a custom category. I have to name it thus to that I getMy Guide
in the menu of the resulting doc.(Side note: Instead of using the file name, use the first headline as page title?)
Now, linking to this guide should be as easy as writing
or maybe
Instead, we currently have to do
This requires us to know exactly how slugs work (and possibly how folders are organized, if paths are more complicated). It's also not robust against changes in slugging.
The text was updated successfully, but these errors were encountered: