mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-26 09:16:22 +02:00
feat: update documentation structure and remove 'full' property from MDX files
- 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.
This commit is contained in:
parent
929bc026e6
commit
ba54e1da06
23 changed files with 581 additions and 8 deletions
23
surfsense_web/content/docs/connectors/meta.json
Normal file
23
surfsense_web/content/docs/connectors/meta.json
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"title": "Connectors",
|
||||
"pages": [
|
||||
"notion",
|
||||
"slack",
|
||||
"discord",
|
||||
"clickup",
|
||||
"github",
|
||||
"jira",
|
||||
"linear",
|
||||
"google-drive",
|
||||
"gmail",
|
||||
"google-calendar",
|
||||
"confluence",
|
||||
"bookstack",
|
||||
"airtable",
|
||||
"elasticsearch",
|
||||
"web-crawler",
|
||||
"luma"
|
||||
],
|
||||
"defaultOpen": true
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue