-
Notifications
You must be signed in to change notification settings - Fork 103
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
Control the order of sidebar folders #125
Comments
Hi @pmackay, no I'm afraid at the moment there isn't :-( It would definitely be a useful feature though and really the only reason it is not in there is because I haven't been able to think of a nice way to implement it. It's possible to control the order of 'pages' directories by using a prefix on the folder name. But that won't work for previews because it would mess with the Rails autoloading/namespacing mechanism. Have you got any thoughts on how you'd like to see something like this implemented? I guess it could be done with a configuration array of folder names but it seems pretty ugly to have to keep that manually in sync with the filesystem. |
Actually, now that you have got me thinking about it again I'm wondering if using a tag annotation (like |
A tag annotation sounds great. I've used |
Is there any way to configure the order of sidebar folders? So to order by small to large, my preference would be:
but the current alphabetical ordering gives:
The text was updated successfully, but these errors were encountered: