You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
And this would add a separator and make the children of the /pages/docs/concepts folder be under the separator. /pages/docs/concepts/_meta.json can then be used to change the items under the concepts folder.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
It would be nice if you could make a folder be a separator, so if you had something like this:
Foo would route to
/docs/concepts/fooand bar would route to/docs/concepts/bar.This could be done by having a
_meta.jsoninside/pages/docs{ "concepts": { "type": "separator", "title": "Concepts" } }And this would add a separator and make the children of the
/pages/docs/conceptsfolder be under the separator./pages/docs/concepts/_meta.jsoncan then be used to change the items under the concepts folder.Beta Was this translation helpful? Give feedback.
All reactions