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

structured index (multilevel folder) #21

Closed
daniele-zurico opened this issue Jul 2, 2015 · 3 comments
Closed

structured index (multilevel folder) #21

daniele-zurico opened this issue Jul 2, 2015 · 3 comments

Comments

@daniele-zurico
Copy link

Hi guys,
we've written a small function that generate the documentation in different folder (not just a flax index).
The visual result is something like that:
root:
folder1:
file1
folder2:
folder2.1:
file2

this is our source code:
https://github.com/daniele-zurico/es6-webpack-angular/blob/master/vendor/doc-menu.js
https://github.com/daniele-zurico/es6-webpack-angular/blob/master/vendor/doc-style.css

https://github.com/daniele-zurico/es6-webpack-angular/blob/master/esdoc.json
{
"source": "./app",
"destination": "./target/docs",
"autoPrivate": true,
"scripts": ["./vendor/doc-menu.js", "./bower_components/jquery/dist/jquery.min.js", "./vendor/jstorage.min.js"],
"styles": ["./vendor/doc-style.css", "./vendor/font-awesome-4.3.0/css/font-awesome.min.css"]
}

@h13i32maru
Copy link
Member

@daniele-zurico Hi!
This menu is awesome ✨
I will reference this menu for future improvement 😄

Thank you.

@daniele-zurico
Copy link
Author

You're welcome! if you need same support let me know!

@h13i32maru
Copy link
Member

👍

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

2 participants