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

Generate page index and provide method for relative access #2

Open
ethanblake4 opened this issue Jul 20, 2021 · 0 comments
Open

Generate page index and provide method for relative access #2

ethanblake4 opened this issue Jul 20, 2021 · 0 comments

Comments

@ethanblake4
Copy link
Owner

ethanblake4 commented Jul 20, 2021

For docs we need to generate a tree structure of all the pages that is accessible by Jinja. The leaves should have the page metadata like title and URL. We also need to be able to define the order of the pages.

We also need to provide relative access; requirements currently are only the next and previous page relative to the current one, but if it's easy to provide generalized relative access then we can do that.

We need a way to define the 'root' of this relative access list so that we don't end up falling off the entire Docs page via a Previous link on the first docs page or a Next link on the last docs page.

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

No branches or pull requests

1 participant