Welcome to GitBook Integrations Platform!
This repository contains code, packages, and scripts related to the integrations platform in GitBook.
Read the documentation to learn how to use the GitBook Integration Platform with our API reference, getting started guides, and more.
The documentation is hosted on GitBook and lives in this repository, within
/docs
.
This repository contains:
@gitbook/cli
: CLI to build and publish integrations for GitBook@gitbook/api
: API client got GitBook@gitbook/runtime
: Core library to easily write integrations
It also hosts the default integrations provided by the GitBook team:
After making a change, run npm run changeset
to describe your changes.
To publish the packages, you can run:
npm run version-packages
to create new local versions from the changesnpm run release
to publish the packages to NPM