Configuration
Search
This documentation is for the preview version of the Dev Portal. If you are not part of the preview program, please refer to the current Dev Portal docs.
It is possible to add search to a Dev Portal powered site. It will appear in the top navigation and persist across all pages.
Configuration
At this time, only Inkeep is supported.
Inkeep
To add search to your site you will need to copy some variables from your Inkeep account setting:
- API Key
- Integration ID
- Organization ID
With these you can then configure the search
option in Dev Portal Configuration:
{ // ... search: { type: "inkeep", apiKey: "<your-api-key>", integrationId: "<your-integration-id>", organizationId: "<your-organization-id>", primaryBrandColor: "#26D6FF", organizationDisplayName: "Your Organization Name", } // ... }typescript