-
Notifications
You must be signed in to change notification settings - Fork 90
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
multiple pages? #1
Comments
Yes most likely. I'm already developing new features and enhancements. |
Multi page support will be awesome. Thanks for great work . |
It would be awesome if multi-page support included GitHub wiki pages as well. |
+1 for this. Any ETA? If it helps I would be willing to throw in a donation for this. |
Here's my thought on this: You could "mount" pages. Definitely would be in the documentup.json config, maybe like so: {
"mount": [
"/api": "/docs/api.md",
"/man-pages": "/docs/man.md"
]
} Thoughts? The only reason this isn't "automatic" (eg: visiting /something would look for |
+1 |
+1 looks awesome |
The "mount" option looks good! I take it the "value" side (/docs/api.md) would correspond to the path within the Github repo? Might also need a way to mount the sidebar to a specific file or something too? |
Yes, need to think about this. Also have to keep almost the same UX for repos that don't have multiple pages of docs. |
+1 |
If anybody is still watching this: technically you can now point to subpages and it will render them. Not sure how well though, still a work in progress. |
Is there an example of adding sub-page links to the navigation menu? |
This looks great, but I organize my documentation across multiple pages. I don't want to stick everything in a single file. Anyway that you can support that in the future?
The text was updated successfully, but these errors were encountered: