mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 20:37:47 +00:00
changed search default placeholder and added editurl to plugin-content-docs
This commit is contained in:
@@ -52,9 +52,8 @@ const config = {
|
|||||||
indexName: 'prod_DEVELOPER_SAILPOINT_COM',
|
indexName: 'prod_DEVELOPER_SAILPOINT_COM',
|
||||||
|
|
||||||
// Optional: path for search page that enabled by default (`false` to disable it)
|
// Optional: path for search page that enabled by default (`false` to disable it)
|
||||||
searchPagePath: 'search',
|
searchPagePath: false,
|
||||||
|
placeholder: "Search the Developer Community",
|
||||||
//... other Algolia params
|
|
||||||
},
|
},
|
||||||
docs: {
|
docs: {
|
||||||
sidebar: {
|
sidebar: {
|
||||||
@@ -259,6 +258,7 @@ const config = {
|
|||||||
id: "idn",
|
id: "idn",
|
||||||
path: "products/idn",
|
path: "products/idn",
|
||||||
routeBasePath: "idn",
|
routeBasePath: "idn",
|
||||||
|
editUrl: "https://github.com/sailpoint-oss/developer-community-site/edit/main/",
|
||||||
sidebarPath: require.resolve("./products/idn/sidebar.js"),
|
sidebarPath: require.resolve("./products/idn/sidebar.js"),
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
@@ -268,6 +268,7 @@ const config = {
|
|||||||
id: "iiq",
|
id: "iiq",
|
||||||
path: "products/iiq",
|
path: "products/iiq",
|
||||||
routeBasePath: "iiq",
|
routeBasePath: "iiq",
|
||||||
|
editUrl: "https://github.com/sailpoint-oss/developer-community-site/edit/main/",
|
||||||
sidebarPath: require.resolve("./products/iiq/sidebar.js"),
|
sidebarPath: require.resolve("./products/iiq/sidebar.js"),
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
@@ -295,7 +296,7 @@ const config = {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"docusaurus-plugin-openapi-docs",
|
"docusaurus-plugin-openapi-docs",
|
||||||
|
|||||||
Reference in New Issue
Block a user