Docz: Order doesn't work as expected with menu

Created on 16 Jun 2018  路  5Comments  路  Source: doczjs/docz

I have a list of pages with the following headers:

name: Introduction
route: /
order: 100
menu: Getting Started

name: Check Server Status
route: /check-server-status
order: 99
menu: Getting Started

name: Login
route: /login
order: 86
menu: Authentication

name: Update User
route: /user-update
order: 5
menu: User

(it's just a part of the list)

The groups are shown as follows: Authentication > Getting Started > User. How do i order them with Getting Started as the first element (without using subfolders as in docz-website)?

Most helpful comment

I had this issue so just prepended a number on the start to force ordering
image

All 5 comments

By now you can just set the order of documents, not for menus. But I think that I can create some menuOrder to fix that. I'll put release some new version with this!

I also have a request related to the menus, it would be nice that when one arrives on a page of a menu directly from the url the menu is unfolded.

Thank you anyway, good job !

I had this issue so just prepended a number on the start to force ordering
image

I was facing the same here. Would be good to insert in the documentation this limitation

To facilitate user feedbacks and make a really good roadmap, now we're using Canny as a tool to create our roadmap 馃槏

We think that is better keep Github issues only for bugs and other issues! 馃悶
This issue is already on our roadmap, so I'll close this issue in favor of it!

馃憠馃徎 Check this issue on roadmap

Was this page helpful?
0 / 5 - 0 ratings