Configurations
The GitBook Integration Platform is currently in alpha. It's not opened to developers just yet.
Integrations can define a schema for the configuration. The user will be prompted on filling in the configuration to activate the integration.
During the installation flow, an event
installation:setup
is triggered as soon as the first install the integration, you can identify the configuration as being incomplete by checking environment.installation.status != 'active'
.This event (
installation:setup
) is triggered every time the user edits one property of the configuration. The status will become active
once the configuration pass the validation with the schema.Last modified 6mo ago