changed search default placeholder and added editurl to plugin-content-docs

This commit is contained in:
jordan-violet-sp
2022-09-05 10:40:54 -04:00
parent fb34364a95
commit 896f839211

View File

@@ -52,9 +52,8 @@ const config = {
indexName: 'prod_DEVELOPER_SAILPOINT_COM',
// Optional: path for search page that enabled by default (`false` to disable it)
searchPagePath: 'search',
//... other Algolia params
searchPagePath: false,
placeholder: "Search the Developer Community",
},
docs: {
sidebar: {
@@ -259,6 +258,7 @@ const config = {
id: "idn",
path: "products/idn",
routeBasePath: "idn",
editUrl: "https://github.com/sailpoint-oss/developer-community-site/edit/main/",
sidebarPath: require.resolve("./products/idn/sidebar.js"),
},
],
@@ -268,6 +268,7 @@ const config = {
id: "iiq",
path: "products/iiq",
routeBasePath: "iiq",
editUrl: "https://github.com/sailpoint-oss/developer-community-site/edit/main/",
sidebarPath: require.resolve("./products/iiq/sidebar.js"),
},
],
@@ -295,7 +296,7 @@ const config = {
}
},
}
}
},
],
[
"docusaurus-plugin-openapi-docs",