mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-27 09:46:25 +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.
23 lines
289 B
JSON
23 lines
289 B
JSON
{
|
|
"title": "Connectors",
|
|
"pages": [
|
|
"notion",
|
|
"slack",
|
|
"discord",
|
|
"clickup",
|
|
"github",
|
|
"jira",
|
|
"linear",
|
|
"google-drive",
|
|
"gmail",
|
|
"google-calendar",
|
|
"confluence",
|
|
"bookstack",
|
|
"airtable",
|
|
"elasticsearch",
|
|
"web-crawler",
|
|
"luma"
|
|
],
|
|
"defaultOpen": true
|
|
}
|
|
|