Hi folks,
I would like to give all sections a URL-prefix á la www.example.com/<PREFIX>/introduction
. It’s possible to give individual sections a custom URL with permalinks.
But this would mean that I have to specify this for every new content type again and again. But I’m not able which new sections will be created by users.
Some would say that I just have to change the baseurl. But this isn’t really what I want. Currently, my baseurl is www.example.com
and the landing page should appear under this url.
Now, I want to link to www.example.com/docs/
in the menu (docs is the prefix). And under docs I would like to find all other content. E.g. I’ve a section named introduction
and I want to access it under www.example.com/docs/introduction
.