Skip to content
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

Allow for arbitrary pages #480

Closed

Conversation

camdenmoors
Copy link
Collaborator

@camdenmoors camdenmoors commented Jun 17, 2020

Closes #380
This makes it so users can put custom pages in app/views/arbitrary/ to have their page show up on the navbar.

This makes it so users can put custom pages in ``app/views/arbitrary/`` to have their page show up on the navbar.
@rbclark
Copy link
Contributor

rbclark commented Jun 17, 2020

For this one I was thinking more of a new "Pages" table in the database that lets you create a markdown page using the admin panel. Requiring users to create files on the filesystem would be a bit messy and won't really work well in Docker since it would require persistent storage.

@camdenmoors camdenmoors marked this pull request as draft June 17, 2020 20:05
@rbclark rbclark closed this Jun 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support for arbitrary pages
2 participants