List help centers
GET/v2/help_center/help_centers
Returns all help centers configured in your Featurebase organization.
Currently, Featurebase only supports one help center per organization, but we plan on supporting multiple help centers in the future.
Query Parameters
limit- Number of items to return (1-100, default 10)cursor- Cursor for pagination
Response Format
Returns a list object with:
object- Always “list”data- Array of help center objectsnextCursor- Cursor for next page (null if no more results)
Help Center Object
Each help center includes:
id- Unique identifierdisplayName- Help center display nametitle- Help center titledescription- Help center descriptionisPublic- Whether the help center is publicly accessibledefaultLocale- Default locale for contentavailableLocales- Array of available localesnavItems- Navigation items configurationurls- URL configuration (subpath, custom domain)createdAt- ISO 8601 timestamp when createdupdatedAt- ISO 8601 timestamp when last updated
Query Parameters
List help centers
curl https://do.featurebase.app/v2/help_center/help_centers \
-H "Authorization: Bearer $FEATUREBASE_API_KEY"{
"data": [
{
"id": "2tgy0ig982j54qfl",
"availableLocales": [
"en"
],
"createdAt": "2024-06-26T13:27:21.920Z",
"defaultLocale": "en",
"isPublic": true,
"locale": "en",
"object": "help_center",
"organization": "6595518396205e06b897ad65",
"updatedAt": "2024-06-26T13:52:19.415Z",
"description": "",
"displayName": "Your Help Center",
"externalLinksOpenInNewTab": true,
"hideAuthorInfo": false,
"hideDateInfo": false,
"internalLinksOpenInNewTab": false,
"navItems": [
{
"title": "Developer Docs",
"type": "link",
"url": "https://developers.featurebase.app/install",
"icon": null
}
],
"searchPlaceholder": "Search for help...",
"title": "Help Center",
"translations": {
"id": {
"description": "Find answers to common questions",
"displayName": "My English Help Center",
"navItems": [
{
"title": "Developer Docs",
"type": "link",
"url": "https://developers.featurebase.app/install",
"icon": null
}
],
"searchPlaceholder": "Search articles...",
"title": "Help Center"
},
"bg": {
"description": "Find answers to common questions",
"displayName": "My English Help Center",
"navItems": [
{
"title": "Developer Docs",
"type": "link",
"url": "https://developers.featurebase.app/install",
"icon": null
}
],
"searchPlaceholder": "Search articles...",
"title": "Help Center"
},
"bn": {
"description": "Find answers to common questions",
"displayName": "My English Help Center",
"navItems": [
{
"title": "Developer Docs",
"type": "link",
"url": "https://developers.featurebase.app/install",
"icon": null
}
],
"searchPlaceholder": "Search articles...",
"title": "Help Center"
},
"bs": {
"description": "Find answers to common questions",
"displayName": "My English Help Center",
"navItems": [
{
"title": "Developer Docs",
"type": "link",
"url": "https://developers.featurebase.app/install",
"icon": null
}
],
"searchPlaceholder": "Search articles...",
"title": "Help Center"
},
"ca": {
"description": "Find answers to common questions",
"displayName": "My English Help Center",
"navItems": [
{
"title": "Developer Docs",
"type": "link",
"url": "https://developers.featurebase.app/install",
"icon": null
}
],
"searchPlaceholder": "Search articles...",
"title": "Help Center"
},
"cs": {
"description": "Find answers to common questions",
"displayName": "My English Help Center",
"navItems": [
{
"title": "Developer Docs",
"type": "link",
"url": "https://developers.featurebase.app/install",
"icon": null
}
],
"searchPlaceholder": "Search articles...",
"title": "Help Center"
},
"da": {
"description": "Find answers to common questions",
"displayName": "My English Help Center",
"navItems": [
{
"title": "Developer Docs",
"type": "link",
"url": "https://developers.featurebase.app/install",
"icon": null
}
],
"searchPlaceholder": "Search articles...",
"title": "Help Center"
},
"de": {
"description": "Find answers to common questions",
"displayName": "My English Help Center",
"navItems": [
{
"title": "Developer Docs",
"type": "link",
"url": "https://developers.featurebase.app/install",
"icon": null
}
],
"searchPlaceholder": "Search articles...",
"title": "Help Center"
},
"el": {
"description": "Find answers to common questions",
"displayName": "My English Help Center",
"navItems": [
{
"title": "Developer Docs",
"type": "link",
"url": "https://developers.featurebase.app/install",
"icon": null
}
],
"searchPlaceholder": "Search articles...",
"title": "Help Center"
},
"en": {
"description": "Find answers to common questions",
"displayName": "My English Help Center",
"navItems": [
{
"title": "Developer Docs",
"type": "link",
"url": "https://developers.featurebase.app/install",
"icon": null
}
],
"searchPlaceholder": "Search articles...",
"title": "Help Center"
},
"es": {
"description": "Find answers to common questions",
"displayName": "My English Help Center",
"navItems": [
{
"title": "Developer Docs",
"type": "link",
"url": "https://developers.featurebase.app/install",
"icon": null
}
],
"searchPlaceholder": "Search articles...",
"title": "Help Center"
},
"et": {
"description": "Find answers to common questions",
"displayName": "My English Help Center",
"navItems": [
{
"title": "Developer Docs",
"type": "link",
"url": "https://developers.featurebase.app/install",
"icon": null
}
],
"searchPlaceholder": "Search articles...",
"title": "Help Center"
},
"fi": {
"description": "Find answers to common questions",
"displayName": "My English Help Center",
"navItems": [
{
"title": "Developer Docs",
"type": "link",
"url": "https://developers.featurebase.app/install",
"icon": null
}
],
"searchPlaceholder": "Search articles...",
"title": "Help Center"
},
"fr": {
"description": "Find answers to common questions",
"displayName": "My English Help Center",
"navItems": [
{
"title": "Developer Docs",
"type": "link",
"url": "https://developers.featurebase.app/install",
"icon": null
}
],
"searchPlaceholder": "Search articles...",
"title": "Help Center"
},
"hi": {
"description": "Find answers to common questions",
"displayName": "My English Help Center",
"navItems": [
{
"title": "Developer Docs",
"type": "link",
"url": "https://developers.featurebase.app/install",
"icon": null
}
],
"searchPlaceholder": "Search articles...",
"title": "Help Center"
},
"hr": {
"description": "Find answers to common questions",
"displayName": "My English Help Center",
"navItems": [
{
"title": "Developer Docs",
"type": "link",
"url": "https://developers.featurebase.app/install",
"icon": null
}
],
"searchPlaceholder": "Search articles...",
"title": "Help Center"
},
"hu": {
"description": "Find answers to common questions",
"displayName": "My English Help Center",
"navItems": [
{
"title": "Developer Docs",
"type": "link",
"url": "https://developers.featurebase.app/install",
"icon": null
}
],
"searchPlaceholder": "Search articles...",
"title": "Help Center"
},
"it": {
"description": "Find answers to common questions",
"displayName": "My English Help Center",
"navItems": [
{
"title": "Developer Docs",
"type": "link",
"url": "https://developers.featurebase.app/install",
"icon": null
}
],
"searchPlaceholder": "Search articles...",
"title": "Help Center"
},
"ja": {
"description": "Find answers to common questions",
"displayName": "My English Help Center",
"navItems": [
{
"title": "Developer Docs",
"type": "link",
"url": "https://developers.featurebase.app/install",
"icon": null
}
],
"searchPlaceholder": "Search articles...",
"title": "Help Center"
},
"ko": {
"description": "Find answers to common questions",
"displayName": "My English Help Center",
"navItems": [
{
"title": "Developer Docs",
"type": "link",
"url": "https://developers.featurebase.app/install",
"icon": null
}
],
"searchPlaceholder": "Search articles...",
"title": "Help Center"
},
"lt": {
"description": "Find answers to common questions",
"displayName": "My English Help Center",
"navItems": [
{
"title": "Developer Docs",
"type": "link",
"url": "https://developers.featurebase.app/install",
"icon": null
}
],
"searchPlaceholder": "Search articles...",
"title": "Help Center"
},
"lv": {
"description": "Find answers to common questions",
"displayName": "My English Help Center",
"navItems": [
{
"title": "Developer Docs",
"type": "link",
"url": "https://developers.featurebase.app/install",
"icon": null
}
],
"searchPlaceholder": "Search articles...",
"title": "Help Center"
},
"mn": {
"description": "Find answers to common questions",
"displayName": "My English Help Center",
"navItems": [
{
"title": "Developer Docs",
"type": "link",
"url": "https://developers.featurebase.app/install",
"icon": null
}
],
"searchPlaceholder": "Search articles...",
"title": "Help Center"
},
"ms": {
"description": "Find answers to common questions",
"displayName": "My English Help Center",
"navItems": [
{
"title": "Developer Docs",
"type": "link",
"url": "https://developers.featurebase.app/install",
"icon": null
}
],
"searchPlaceholder": "Search articles...",
"title": "Help Center"
},
"nb": {
"description": "Find answers to common questions",
"displayName": "My English Help Center",
"navItems": [
{
"title": "Developer Docs",
"type": "link",
"url": "https://developers.featurebase.app/install",
"icon": null
}
],
"searchPlaceholder": "Search articles...",
"title": "Help Center"
},
"nl": {
"description": "Find answers to common questions",
"displayName": "My English Help Center",
"navItems": [
{
"title": "Developer Docs",
"type": "link",
"url": "https://developers.featurebase.app/install",
"icon": null
}
],
"searchPlaceholder": "Search articles...",
"title": "Help Center"
},
"pl": {
"description": "Find answers to common questions",
"displayName": "My English Help Center",
"navItems": [
{
"title": "Developer Docs",
"type": "link",
"url": "https://developers.featurebase.app/install",
"icon": null
}
],
"searchPlaceholder": "Search articles...",
"title": "Help Center"
},
"pt": {
"description": "Find answers to common questions",
"displayName": "My English Help Center",
"navItems": [
{
"title": "Developer Docs",
"type": "link",
"url": "https://developers.featurebase.app/install",
"icon": null
}
],
"searchPlaceholder": "Search articles...",
"title": "Help Center"
},
"pt-BR": {
"description": "Find answers to common questions",
"displayName": "My English Help Center",
"navItems": [
{
"title": "Developer Docs",
"type": "link",
"url": "https://developers.featurebase.app/install",
"icon": null
}
],
"searchPlaceholder": "Search articles...",
"title": "Help Center"
},
"ro": {
"description": "Find answers to common questions",
"displayName": "My English Help Center",
"navItems": [
{
"title": "Developer Docs",
"type": "link",
"url": "https://developers.featurebase.app/install",
"icon": null
}
],
"searchPlaceholder": "Search articles...",
"title": "Help Center"
},
"ru": {
"description": "Find answers to common questions",
"displayName": "My English Help Center",
"navItems": [
{
"title": "Developer Docs",
"type": "link",
"url": "https://developers.featurebase.app/install",
"icon": null
}
],
"searchPlaceholder": "Search articles...",
"title": "Help Center"
},
"sk": {
"description": "Find answers to common questions",
"displayName": "My English Help Center",
"navItems": [
{
"title": "Developer Docs",
"type": "link",
"url": "https://developers.featurebase.app/install",
"icon": null
}
],
"searchPlaceholder": "Search articles...",
"title": "Help Center"
},
"sl": {
"description": "Find answers to common questions",
"displayName": "My English Help Center",
"navItems": [
{
"title": "Developer Docs",
"type": "link",
"url": "https://developers.featurebase.app/install",
"icon": null
}
],
"searchPlaceholder": "Search articles...",
"title": "Help Center"
},
"sr": {
"description": "Find answers to common questions",
"displayName": "My English Help Center",
"navItems": [
{
"title": "Developer Docs",
"type": "link",
"url": "https://developers.featurebase.app/install",
"icon": null
}
],
"searchPlaceholder": "Search articles...",
"title": "Help Center"
},
"sv": {
"description": "Find answers to common questions",
"displayName": "My English Help Center",
"navItems": [
{
"title": "Developer Docs",
"type": "link",
"url": "https://developers.featurebase.app/install",
"icon": null
}
],
"searchPlaceholder": "Search articles...",
"title": "Help Center"
},
"sw": {
"description": "Find answers to common questions",
"displayName": "My English Help Center",
"navItems": [
{
"title": "Developer Docs",
"type": "link",
"url": "https://developers.featurebase.app/install",
"icon": null
}
],
"searchPlaceholder": "Search articles...",
"title": "Help Center"
},
"th": {
"description": "Find answers to common questions",
"displayName": "My English Help Center",
"navItems": [
{
"title": "Developer Docs",
"type": "link",
"url": "https://developers.featurebase.app/install",
"icon": null
}
],
"searchPlaceholder": "Search articles...",
"title": "Help Center"
},
"tr": {
"description": "Find answers to common questions",
"displayName": "My English Help Center",
"navItems": [
{
"title": "Developer Docs",
"type": "link",
"url": "https://developers.featurebase.app/install",
"icon": null
}
],
"searchPlaceholder": "Search articles...",
"title": "Help Center"
},
"uk": {
"description": "Find answers to common questions",
"displayName": "My English Help Center",
"navItems": [
{
"title": "Developer Docs",
"type": "link",
"url": "https://developers.featurebase.app/install",
"icon": null
}
],
"searchPlaceholder": "Search articles...",
"title": "Help Center"
},
"vi": {
"description": "Find answers to common questions",
"displayName": "My English Help Center",
"navItems": [
{
"title": "Developer Docs",
"type": "link",
"url": "https://developers.featurebase.app/install",
"icon": null
}
],
"searchPlaceholder": "Search articles...",
"title": "Help Center"
},
"zh-CN": {
"description": "Find answers to common questions",
"displayName": "My English Help Center",
"navItems": [
{
"title": "Developer Docs",
"type": "link",
"url": "https://developers.featurebase.app/install",
"icon": null
}
],
"searchPlaceholder": "Search articles...",
"title": "Help Center"
},
"zh-TW": {
"description": "Find answers to common questions",
"displayName": "My English Help Center",
"navItems": [
{
"title": "Developer Docs",
"type": "link",
"url": "https://developers.featurebase.app/install",
"icon": null
}
],
"searchPlaceholder": "Search articles...",
"title": "Help Center"
}
},
"urls": {
"externalDomain": "help.example.com",
"featurebaseSubpath": "/help"
}
}
],
"nextCursor": null,
"object": "list"
}Returns Examples
{
"data": [
{
"id": "2tgy0ig982j54qfl",
"availableLocales": [
"en"
],
"createdAt": "2024-06-26T13:27:21.920Z",
"defaultLocale": "en",
"isPublic": true,
"locale": "en",
"object": "help_center",
"organization": "6595518396205e06b897ad65",
"updatedAt": "2024-06-26T13:52:19.415Z",
"description": "",
"displayName": "Your Help Center",
"externalLinksOpenInNewTab": true,
"hideAuthorInfo": false,
"hideDateInfo": false,
"internalLinksOpenInNewTab": false,
"navItems": [
{
"title": "Developer Docs",
"type": "link",
"url": "https://developers.featurebase.app/install",
"icon": null
}
],
"searchPlaceholder": "Search for help...",
"title": "Help Center",
"translations": {
"id": {
"description": "Find answers to common questions",
"displayName": "My English Help Center",
"navItems": [
{
"title": "Developer Docs",
"type": "link",
"url": "https://developers.featurebase.app/install",
"icon": null
}
],
"searchPlaceholder": "Search articles...",
"title": "Help Center"
},
"bg": {
"description": "Find answers to common questions",
"displayName": "My English Help Center",
"navItems": [
{
"title": "Developer Docs",
"type": "link",
"url": "https://developers.featurebase.app/install",
"icon": null
}
],
"searchPlaceholder": "Search articles...",
"title": "Help Center"
},
"bn": {
"description": "Find answers to common questions",
"displayName": "My English Help Center",
"navItems": [
{
"title": "Developer Docs",
"type": "link",
"url": "https://developers.featurebase.app/install",
"icon": null
}
],
"searchPlaceholder": "Search articles...",
"title": "Help Center"
},
"bs": {
"description": "Find answers to common questions",
"displayName": "My English Help Center",
"navItems": [
{
"title": "Developer Docs",
"type": "link",
"url": "https://developers.featurebase.app/install",
"icon": null
}
],
"searchPlaceholder": "Search articles...",
"title": "Help Center"
},
"ca": {
"description": "Find answers to common questions",
"displayName": "My English Help Center",
"navItems": [
{
"title": "Developer Docs",
"type": "link",
"url": "https://developers.featurebase.app/install",
"icon": null
}
],
"searchPlaceholder": "Search articles...",
"title": "Help Center"
},
"cs": {
"description": "Find answers to common questions",
"displayName": "My English Help Center",
"navItems": [
{
"title": "Developer Docs",
"type": "link",
"url": "https://developers.featurebase.app/install",
"icon": null
}
],
"searchPlaceholder": "Search articles...",
"title": "Help Center"
},
"da": {
"description": "Find answers to common questions",
"displayName": "My English Help Center",
"navItems": [
{
"title": "Developer Docs",
"type": "link",
"url": "https://developers.featurebase.app/install",
"icon": null
}
],
"searchPlaceholder": "Search articles...",
"title": "Help Center"
},
"de": {
"description": "Find answers to common questions",
"displayName": "My English Help Center",
"navItems": [
{
"title": "Developer Docs",
"type": "link",
"url": "https://developers.featurebase.app/install",
"icon": null
}
],
"searchPlaceholder": "Search articles...",
"title": "Help Center"
},
"el": {
"description": "Find answers to common questions",
"displayName": "My English Help Center",
"navItems": [
{
"title": "Developer Docs",
"type": "link",
"url": "https://developers.featurebase.app/install",
"icon": null
}
],
"searchPlaceholder": "Search articles...",
"title": "Help Center"
},
"en": {
"description": "Find answers to common questions",
"displayName": "My English Help Center",
"navItems": [
{
"title": "Developer Docs",
"type": "link",
"url": "https://developers.featurebase.app/install",
"icon": null
}
],
"searchPlaceholder": "Search articles...",
"title": "Help Center"
},
"es": {
"description": "Find answers to common questions",
"displayName": "My English Help Center",
"navItems": [
{
"title": "Developer Docs",
"type": "link",
"url": "https://developers.featurebase.app/install",
"icon": null
}
],
"searchPlaceholder": "Search articles...",
"title": "Help Center"
},
"et": {
"description": "Find answers to common questions",
"displayName": "My English Help Center",
"navItems": [
{
"title": "Developer Docs",
"type": "link",
"url": "https://developers.featurebase.app/install",
"icon": null
}
],
"searchPlaceholder": "Search articles...",
"title": "Help Center"
},
"fi": {
"description": "Find answers to common questions",
"displayName": "My English Help Center",
"navItems": [
{
"title": "Developer Docs",
"type": "link",
"url": "https://developers.featurebase.app/install",
"icon": null
}
],
"searchPlaceholder": "Search articles...",
"title": "Help Center"
},
"fr": {
"description": "Find answers to common questions",
"displayName": "My English Help Center",
"navItems": [
{
"title": "Developer Docs",
"type": "link",
"url": "https://developers.featurebase.app/install",
"icon": null
}
],
"searchPlaceholder": "Search articles...",
"title": "Help Center"
},
"hi": {
"description": "Find answers to common questions",
"displayName": "My English Help Center",
"navItems": [
{
"title": "Developer Docs",
"type": "link",
"url": "https://developers.featurebase.app/install",
"icon": null
}
],
"searchPlaceholder": "Search articles...",
"title": "Help Center"
},
"hr": {
"description": "Find answers to common questions",
"displayName": "My English Help Center",
"navItems": [
{
"title": "Developer Docs",
"type": "link",
"url": "https://developers.featurebase.app/install",
"icon": null
}
],
"searchPlaceholder": "Search articles...",
"title": "Help Center"
},
"hu": {
"description": "Find answers to common questions",
"displayName": "My English Help Center",
"navItems": [
{
"title": "Developer Docs",
"type": "link",
"url": "https://developers.featurebase.app/install",
"icon": null
}
],
"searchPlaceholder": "Search articles...",
"title": "Help Center"
},
"it": {
"description": "Find answers to common questions",
"displayName": "My English Help Center",
"navItems": [
{
"title": "Developer Docs",
"type": "link",
"url": "https://developers.featurebase.app/install",
"icon": null
}
],
"searchPlaceholder": "Search articles...",
"title": "Help Center"
},
"ja": {
"description": "Find answers to common questions",
"displayName": "My English Help Center",
"navItems": [
{
"title": "Developer Docs",
"type": "link",
"url": "https://developers.featurebase.app/install",
"icon": null
}
],
"searchPlaceholder": "Search articles...",
"title": "Help Center"
},
"ko": {
"description": "Find answers to common questions",
"displayName": "My English Help Center",
"navItems": [
{
"title": "Developer Docs",
"type": "link",
"url": "https://developers.featurebase.app/install",
"icon": null
}
],
"searchPlaceholder": "Search articles...",
"title": "Help Center"
},
"lt": {
"description": "Find answers to common questions",
"displayName": "My English Help Center",
"navItems": [
{
"title": "Developer Docs",
"type": "link",
"url": "https://developers.featurebase.app/install",
"icon": null
}
],
"searchPlaceholder": "Search articles...",
"title": "Help Center"
},
"lv": {
"description": "Find answers to common questions",
"displayName": "My English Help Center",
"navItems": [
{
"title": "Developer Docs",
"type": "link",
"url": "https://developers.featurebase.app/install",
"icon": null
}
],
"searchPlaceholder": "Search articles...",
"title": "Help Center"
},
"mn": {
"description": "Find answers to common questions",
"displayName": "My English Help Center",
"navItems": [
{
"title": "Developer Docs",
"type": "link",
"url": "https://developers.featurebase.app/install",
"icon": null
}
],
"searchPlaceholder": "Search articles...",
"title": "Help Center"
},
"ms": {
"description": "Find answers to common questions",
"displayName": "My English Help Center",
"navItems": [
{
"title": "Developer Docs",
"type": "link",
"url": "https://developers.featurebase.app/install",
"icon": null
}
],
"searchPlaceholder": "Search articles...",
"title": "Help Center"
},
"nb": {
"description": "Find answers to common questions",
"displayName": "My English Help Center",
"navItems": [
{
"title": "Developer Docs",
"type": "link",
"url": "https://developers.featurebase.app/install",
"icon": null
}
],
"searchPlaceholder": "Search articles...",
"title": "Help Center"
},
"nl": {
"description": "Find answers to common questions",
"displayName": "My English Help Center",
"navItems": [
{
"title": "Developer Docs",
"type": "link",
"url": "https://developers.featurebase.app/install",
"icon": null
}
],
"searchPlaceholder": "Search articles...",
"title": "Help Center"
},
"pl": {
"description": "Find answers to common questions",
"displayName": "My English Help Center",
"navItems": [
{
"title": "Developer Docs",
"type": "link",
"url": "https://developers.featurebase.app/install",
"icon": null
}
],
"searchPlaceholder": "Search articles...",
"title": "Help Center"
},
"pt": {
"description": "Find answers to common questions",
"displayName": "My English Help Center",
"navItems": [
{
"title": "Developer Docs",
"type": "link",
"url": "https://developers.featurebase.app/install",
"icon": null
}
],
"searchPlaceholder": "Search articles...",
"title": "Help Center"
},
"pt-BR": {
"description": "Find answers to common questions",
"displayName": "My English Help Center",
"navItems": [
{
"title": "Developer Docs",
"type": "link",
"url": "https://developers.featurebase.app/install",
"icon": null
}
],
"searchPlaceholder": "Search articles...",
"title": "Help Center"
},
"ro": {
"description": "Find answers to common questions",
"displayName": "My English Help Center",
"navItems": [
{
"title": "Developer Docs",
"type": "link",
"url": "https://developers.featurebase.app/install",
"icon": null
}
],
"searchPlaceholder": "Search articles...",
"title": "Help Center"
},
"ru": {
"description": "Find answers to common questions",
"displayName": "My English Help Center",
"navItems": [
{
"title": "Developer Docs",
"type": "link",
"url": "https://developers.featurebase.app/install",
"icon": null
}
],
"searchPlaceholder": "Search articles...",
"title": "Help Center"
},
"sk": {
"description": "Find answers to common questions",
"displayName": "My English Help Center",
"navItems": [
{
"title": "Developer Docs",
"type": "link",
"url": "https://developers.featurebase.app/install",
"icon": null
}
],
"searchPlaceholder": "Search articles...",
"title": "Help Center"
},
"sl": {
"description": "Find answers to common questions",
"displayName": "My English Help Center",
"navItems": [
{
"title": "Developer Docs",
"type": "link",
"url": "https://developers.featurebase.app/install",
"icon": null
}
],
"searchPlaceholder": "Search articles...",
"title": "Help Center"
},
"sr": {
"description": "Find answers to common questions",
"displayName": "My English Help Center",
"navItems": [
{
"title": "Developer Docs",
"type": "link",
"url": "https://developers.featurebase.app/install",
"icon": null
}
],
"searchPlaceholder": "Search articles...",
"title": "Help Center"
},
"sv": {
"description": "Find answers to common questions",
"displayName": "My English Help Center",
"navItems": [
{
"title": "Developer Docs",
"type": "link",
"url": "https://developers.featurebase.app/install",
"icon": null
}
],
"searchPlaceholder": "Search articles...",
"title": "Help Center"
},
"sw": {
"description": "Find answers to common questions",
"displayName": "My English Help Center",
"navItems": [
{
"title": "Developer Docs",
"type": "link",
"url": "https://developers.featurebase.app/install",
"icon": null
}
],
"searchPlaceholder": "Search articles...",
"title": "Help Center"
},
"th": {
"description": "Find answers to common questions",
"displayName": "My English Help Center",
"navItems": [
{
"title": "Developer Docs",
"type": "link",
"url": "https://developers.featurebase.app/install",
"icon": null
}
],
"searchPlaceholder": "Search articles...",
"title": "Help Center"
},
"tr": {
"description": "Find answers to common questions",
"displayName": "My English Help Center",
"navItems": [
{
"title": "Developer Docs",
"type": "link",
"url": "https://developers.featurebase.app/install",
"icon": null
}
],
"searchPlaceholder": "Search articles...",
"title": "Help Center"
},
"uk": {
"description": "Find answers to common questions",
"displayName": "My English Help Center",
"navItems": [
{
"title": "Developer Docs",
"type": "link",
"url": "https://developers.featurebase.app/install",
"icon": null
}
],
"searchPlaceholder": "Search articles...",
"title": "Help Center"
},
"vi": {
"description": "Find answers to common questions",
"displayName": "My English Help Center",
"navItems": [
{
"title": "Developer Docs",
"type": "link",
"url": "https://developers.featurebase.app/install",
"icon": null
}
],
"searchPlaceholder": "Search articles...",
"title": "Help Center"
},
"zh-CN": {
"description": "Find answers to common questions",
"displayName": "My English Help Center",
"navItems": [
{
"title": "Developer Docs",
"type": "link",
"url": "https://developers.featurebase.app/install",
"icon": null
}
],
"searchPlaceholder": "Search articles...",
"title": "Help Center"
},
"zh-TW": {
"description": "Find answers to common questions",
"displayName": "My English Help Center",
"navItems": [
{
"title": "Developer Docs",
"type": "link",
"url": "https://developers.featurebase.app/install",
"icon": null
}
],
"searchPlaceholder": "Search articles...",
"title": "Help Center"
}
},
"urls": {
"externalDomain": "help.example.com",
"featurebaseSubpath": "/help"
}
}
],
"nextCursor": null,
"object": "list"
}