-
Notifications
You must be signed in to change notification settings - Fork 34
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
Suggestion: option to collapse all methods on the side-bar #26
Comments
The same thing for the right side would be great: only showing the |
There are some improvements in the default template. We can add a feature like this but first need to complete v2 (docma core). |
+1 for this ! |
This is already implemented. Just hang on a couple more days for v2 release. |
Hi - was there a plan for a release of V2? Also - I would love to help contribute to this project. |
@pratiks I've been very busy. I'll try to complete version 2 this week. You're very welcome to contribute. You can check out v2 branch for development. Maybe you'd want to wait for the release first though since this is a huge release. |
@onury - Sorry if that sounded pushy; wasn't sure if the release was private or through some other channel. I will checkout the V2 branch and see where I can help. Oh ya, my man, amazing work! |
Docma v2.0.0 is released. The default template (now called Zebra) is also released as a node module. This still comes built-in with Docma (you don't need to install it separately). See |
Let's say I have two classes displayed on the left sidebar:
It would be great if there was a way to should only root level initially:
Clicking on
MyClass
would then expand MyClass and show its methods/properties:As it is now, the list becomes quickly huge once you have several classes that have lots of methods.
Example:
The text was updated successfully, but these errors were encountered: