Publishing
Publish your apps and integrations publicly or privately.
Last updated
Was this helpful?
Publish your apps and integrations publicly or privately.
Last updated
Was this helpful?
Was this helpful?
When you're ready to publish your integration, you're able to publish it for use within GitBook.
Publishing your integration will publish it to GitBook using the options defined in your integration’s gitbook-manifest.yaml
file.
In order to publish, it's required to have:
name
title
description
visibility
script
scopes
and organization
After successfully publishing your integration, you will be able to find and install your integration via the link returned in your console.
At any point you can update your integration by running gitbook publish
in your integration’s directory.
In order for your integration to be listed on our Marketplace, you will need to go through our submission process.
If you're interested in sharing or testing your integration with others, you'll need to update the visibility
key in your integration's gitbook-manifest.yaml
file.
private
Default for new integrations. Only members from the organization defined in the integration's manifest will be able to install the integration.
unlisted
Members from any organization can install the integration. The integration will only be available to install via it's shared install link.
public
Members from any organization can install the integration. Integrations wanting to submit to the marketplace must use this visibility.
See submitting your app for review for more info.