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', 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",