Replies: 1 comment 2 replies
-
|
You can create a folder group with root: true, e.g wrap vleer in parentheses |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to make a docs page where I only need the docs feature of fumadocs and not a landing page, but I also want to make use of 3 root trees so they can be switched with the select below the search bar.
The problem now is that I don't want to have the main docs, in this case it's the one for Vleer to be on a new subpage.
Currently, the layout is:
but I would like to put the /vleer on / so it becomes
But still with the ability to have the selector from the image above.
One solution I found that kind of works is.
The meta.json in the content folder here includes the following:
{ "title": "Vleer", "description": "The Vleer app.", "icon": "pixelarticons:moon-stars", "root": true, "pages": ["---Introduction---", "index", "openmusic/...", "openmetadata/..."] }This way the path layout works, but the selector for switching between the different doc trees does not show up.
The code is here https://github.com/vleerapp/docs/tree/main/content
Beta Was this translation helpful? Give feedback.
All reactions