gitbook-notion

Solid

Integration with hosted documentation platforms GitBook and Notion. Manage spaces, synchronize content with Git, export/import between formats, configure webhooks, and retrieve analytics.

Code & Development 814 stars 53 forks Updated today MIT

Install

View on GitHub

Quality Score: 98/100

Stars 20%
97
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# GitBook/Notion Integration Skill Integration with hosted documentation platforms. ## Capabilities - GitBook space management - Notion database integration for docs - Content synchronization with Git - Export/import between formats - Embed and block management - API documentation hosting - Analytics retrieval - Webhook configuration ## Usage Invoke this skill when you need to: - Sync documentation to GitBook or Notion - Manage hosted documentation spaces - Export content for migration - Configure publishing workflows - Retrieve documentation analytics ## Inputs | Parameter | Type | Required | Description | |-----------|------|----------|-------------| | platform | string | Yes | gitbook, notion | | action | string | Yes | sync, export, import, analytics | | spaceId | string | No | GitBook space or Notion database ID | | sourcePath | string | No | Path to source content | | outputPath | string | No | Path for exported content | ### Input Example ```json { "platform": "gitbook", "action": "sync", "spaceId": "abc123", "sourcePath": "./docs" } ``` ## GitBook Integration ### GitBook Configuration ```yaml # .gitbook.yaml root: ./docs structure: readme: README.md summary: SUMMARY.md redirects: /old-page: /new-page /api/v1: /api/v2 ``` ### SUMMARY.md Structure ```markdown # Summary ## Getting Started * [Introduction](README.md) * [Installation](getting-started/installation.md) * [Quick Start](getting-started/quickstart.md) ## User Guide * [Configu...

Details

Author
a5c-ai
Repository
a5c-ai/babysitter
Created
4 months ago
Last Updated
today
Language
JavaScript
License
MIT

Integrates with

Related Skills