My App Docs

Check meta json file

to adjust the structure

This page is from check-meta-json.mdx


Configure grouping with meta.json

file: meta.json
{
	"title": "1.x",
	"description": "This version is obsolete",
	"icon": "CalendarX",
	"root": true,
	"pages": [
		"---Introduction---",
		"index",
		"release-notes",
		"---Usage---",
		"getting-started",
		"---Grouping---",
		"folder",
		"outside-folder",
		"check-meta-json"
	]
}

Will display sidebar like you see on the left

On this page