-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ui] add a docs ui route #124
Comments
Should we handle this in markdown? I think it will save a lot of trouble. Cf. markdown would require an additional dependency, whereas we have everything we need for HTML right now.... But it's harder to write and lint than markdown, and we would probably need to install an html lint or something like that to write a validator route. |
[ui] [docs] find a way to handle images in docs |
[api] [admin] admin route for docs management |
This is a little tough. I think we might need to save docs as an app config. That would mean setting a DOCUMENTATION_ENABLED bool and DOCUMENTATION_TEXT Markup string.
We can add a link with the title = "Read site documentation" and using the following bootstrap icon: https://icons.getbootstrap.com/icons/book/. Alternatively, we can write the Docs text with the Source | Privacy text at the bottom right of the footer.
The text was updated successfully, but these errors were encountered: