Development
Develop and test integrations in GitBook.
Last updated
Was this helpful?
Develop and test integrations in GitBook.
Last updated
Was this helpful?
Was this helpful?
After bootstrapping your integration with the , you can continue using the CLI to develop and test your app.
Before you're able to develop your integration, you will first need to publish it. You can do this by running the following command in the root directory:
By default (defined in the CLI-generated gitbook-manifest.yaml
), your integration will be published privately, and owned by the organization specified in the manifest.
You need to install your app into at least 1 space or organization in order to develop it locally.
It's recommended that you disable browser caching for the most optimal experience when developing your app.
Any logs sent to the console or made through your integration's RuntimeContext
will be surfaced in your browser's console.
Any UI changes made to your integration will need a browser refresh in order to be visible.
gitbook publish