Integrations
Analytics
Support and Feature Flags
Enabling Analytics
Most analytics integrations can be configured directly in docs.yml
. You only need to include entries for the platforms you want to connect.
docs.yml
Environment Variables
If your docs configuration is public, then we do not advise adding secret values directly to docs.yml
.
Instead, you can reference an environment variable by using the syntax ${VARIABLE_NAME}
.
If you are using GitHub Workflows to trigger docs generation, you must make sure that the environment variables are available during the workflow run.
Postman
The Postman integration is not configured in docs.yml
and is instead configured in generators.yml
. Check out this page to
learn more.