-
Notifications
You must be signed in to change notification settings - Fork 6
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
Have navigation between documents for multiple sources #2
Comments
You mean to create an index page with links to each generated document? |
I mean that docco, when used on multiple documents, will generate a navigation bar in each document allowing to get through the different generated pages. Right now, the plugin doesn't support it (because it operates on each file individually, not as a whole). |
Ah I see. Would be great to have so +1 |
:-) I'll look into it then. |
Awesome! 💃 |
Very +1 And, how about adding a link for every relative import? |
+1 Definitely required for my use. I may have to just run raw docco for now. Is this partially an ambiguity with gulp? I.e. multiple files are treated as separate files rather than a group via gulp.src? |
+1 For now, I've created a module which can help: |
+1 for nav support! In the meantime, many thanks for the module, @czajkowski! |
Ping: Is there any progress for the dropdown menu capability that was lost? Could someone explain just what the problem is? There are a lot of new features in Gulp and maybe now its possible? |
Really?! |
+1 the navigation bar in each document would be great to have with gulp-docco. |
+1 too for navigation bar !!! |
+1 |
1 similar comment
+1 |
What's the point of not using Docco directly if there is not this feature ? |
FWIW, this is a bug, not a feature... the variable Any other alternative to this lib? |
@marcandre use process child to use Docco directly. |
@kane-thornwyrd Not too sure what you mean. I started fixing the lib, but ended up using |
@marcandre are you using docco directly from gulp? Having a few issues importing that properly. |
No description provided.
The text was updated successfully, but these errors were encountered: