mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-28 10:26:33 +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
33
surfsense_web/content/docs/connectors/bookstack.mdx
Normal file
33
surfsense_web/content/docs/connectors/bookstack.mdx
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
---
|
||||
title: Bookstack
|
||||
description: Connect your Bookstack instance to SurfSense
|
||||
---
|
||||
|
||||
# Bookstack Connector
|
||||
|
||||
Index your Bookstack books, chapters, and pages.
|
||||
|
||||
## Prerequisites
|
||||
|
||||
- A Bookstack instance
|
||||
- API access credentials
|
||||
|
||||
## Setup
|
||||
|
||||
1. Navigate to your Search Space settings
|
||||
2. Click on **Add Connector**
|
||||
3. Select **Bookstack** from the list
|
||||
4. Enter your Bookstack instance URL and API credentials
|
||||
5. Select the shelves and books you want to index
|
||||
|
||||
## What Gets Indexed
|
||||
|
||||
- Books and chapters
|
||||
- Pages and content
|
||||
- Attachments
|
||||
- Tags and metadata
|
||||
|
||||
## Sync Frequency
|
||||
|
||||
The Bookstack connector supports scheduled syncing to keep your content up to date.
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue