mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-25 08:46:22 +02:00
- Enhanced the DocsPage component by adding table of content and popover configurations. - Removed the 'full' property from multiple MDX files to streamline documentation structure. - Updated meta.json to reflect new documentation organization and added a 'connectors' page.
13 lines
216 B
JSON
13 lines
216 B
JSON
{
|
|
"title": "Documentation",
|
|
"description": "SurfSense Documentation",
|
|
"root": true,
|
|
"pages": [
|
|
"---Guides---",
|
|
"index",
|
|
"installation",
|
|
"docker-installation",
|
|
"manual-installation",
|
|
"connectors"
|
|
]
|
|
}
|