Hi 
First of all, you might want to upgrade to 1.7.2 which was released yesterday.
Besides that, there are two ways to achieve your goal. One way would be to create note when free url mode is enabled, using CMD_ALLOW_FREEURL
and set it to true
for the moment you are doing that. Not this will allow any user (and if enabled, even guests) to create any page name they want. Therefore it’s definitely not recommended for public instances. But for a moment where you prepare some pages, it might be a good way to go.
Alternatively, you can write a markdownfile and place it in the /hedgedoc/public/docs/
directory, the same way described in the docs for “terms of service” and alike: https://docs.hedgedoc.org/guides/providing-terms/
This document will be read-only but can be updated by changing the mounted file.
I hope that answers your question.