Add link to blog page in documentation
planned
Joshua Chen
planned
Yes, you have to interlink pages between different plugins using URL slugs, not Markdown links. It's due to our modular architecture and a plugin doesn't know the other plugin's routes. It's certainly something we'd like to improve on.
Massoud Maboudi
Joshua Chen: Yes, that would be much easier if we can handle it without the workaround I mentioned earlier.
Massoud Maboudi
I found it myself.
addressing is exactly like referring to a document.
BUT
if you use date as address (means you don't use slug) you should convert the date dash to slash like below:
blog/2020-12-13-hello-world
to
blog/2020/12/13/hello-world
----------
Also, if you use slug or not, don't use .md for the end of the url :
WRONG -> blog/2020/12/13/hello-world.md
CORRECT -> blog/2020/12/13/hello-world