Hi,
as far as I can see at the moment theres no way to add custom help pages to the panel for editors. I know the docs at getkirby.com and like them. But for not so “nerdy” people, i.e. clients, and for the fact that most sites add custom tags, templates etc. it would be great to have a way to integrate custom docs to the panel.
This is how I can think of a way it should work / look like:
In site/
add a folder help/
or docs/
in which lives a kind of kirby page e.g.
site/
help/
1-intro/
default.de.txt
default.en.txt
2-adding-pages/
default.de.txt
default.en.txt
3-adding-content/
1-text/
default.de.txt
default.en.txt
2-images-and-files/
default.de.txt
default.en.txt
example.pdf
image.jpg
default.de.txt
default.en.txt
and the text files look like the common kirby markdown files. This could also support a multi language version of the docs, depending on the language of the user.
This section could be accessible by a link “help/docs” in the menu (like “users” or “site options”). This lnk would lead to a view where the left column of the panel shows the navigation for the docs and the right column the docs.
What du you think about that?