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

Have navigation between documents for multiple sources #2

Open
dmp42 opened this issue Feb 26, 2014 · 20 comments
Open

Have navigation between documents for multiple sources #2

dmp42 opened this issue Feb 26, 2014 · 20 comments
Assignees

Comments

@dmp42
Copy link
Member

dmp42 commented Feb 26, 2014

No description provided.

@dmp42 dmp42 self-assigned this Feb 26, 2014
@jacobsvante
Copy link

You mean to create an index page with links to each generated document?

@dmp42
Copy link
Member Author

dmp42 commented Mar 20, 2014

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).

@jacobsvante
Copy link

Ah I see. Would be great to have so +1

@dmp42
Copy link
Member Author

dmp42 commented Mar 20, 2014

:-)

I'll look into it then.

@jacobsvante
Copy link

Awesome! 💃

@jkz
Copy link

jkz commented Jun 23, 2014

Very +1

And, how about adding a link for every relative import?

@backspaces
Copy link

+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?

@czajkowski
Copy link

+1

For now, I've created a module which can help:
https://www.npmjs.org/package/folder-toc

@krawaller
Copy link

+1 for nav support! In the meantime, many thanks for the module, @czajkowski!

@backspaces
Copy link

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?

@backspaces
Copy link

Really?!

@curran
Copy link

curran commented Feb 4, 2015

+1 the navigation bar in each document would be great to have with gulp-docco.

@bhtz
Copy link

bhtz commented Mar 11, 2015

+1 too for navigation bar !!!

@PQ4NOEH
Copy link

PQ4NOEH commented May 29, 2015

+1

1 similar comment
@mattotodd
Copy link

+1

@kane-thornwyrd
Copy link

What's the point of not using Docco directly if there is not this feature ?

@marcandre
Copy link

FWIW, this is a bug, not a feature... the variable sources appears to be an empty array in node_modules/docco/resources/parallel/docco.jst

Any other alternative to this lib?

@kane-thornwyrd
Copy link

@marcandre use process child to use Docco directly.

@marcandre
Copy link

@kane-thornwyrd Not too sure what you mean.

I started fixing the lib, but ended up using docco directly and call docco.document.

@OniDaito
Copy link

@marcandre are you using docco directly from gulp? Having a few issues importing that properly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests