Skip to content

Commit

Permalink
Merge pull request #15 from NiHaiden/add-search-patch
Browse files Browse the repository at this point in the history
add search functionality
  • Loading branch information
NiHaiden authored Dec 30, 2024
2 parents 33eb87b + 391ff9d commit 8b1dc5a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 12 deletions.
19 changes: 9 additions & 10 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,16 +46,15 @@ const config: Config = {
],

themeConfig: {
// algolia: {
// // FIXME: put valid stuff here
// // The application ID provided by Algolia
// appId: "H1LI1VATRI",
// Public API key: it is safe to commit it
// apiKey: "201fbeeb537ae90f533bedcb5a73230b",
// indexName: "projectbluefin",
// contextualSearch: true,
// searchPagePath: "search",
// },
algolia: {
// The application ID provided by Algolia
appId: "C96XU8V092",
// Public API key: it is safe to commit it
apiKey: "031cf6f8268fe4c35d5b2adda34c79d2",
indexName: "getaurora",
contextualSearch: true,
searchPagePath: "search",
},

metadata: [
{
Expand Down
4 changes: 2 additions & 2 deletions sidebars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const sidebars: SidebarsConfig = {
items: [
"guides/system-requirements",
"guides/basic-usage",
"guides/start-icon",
"guides/start-icon",
"guides/software",
"guides/layerapp",
"guides/developer",
Expand All @@ -32,7 +32,7 @@ const sidebars: SidebarsConfig = {
type: "category",
label: "Reference",
collapsed: false,
items: ["reference/example"]
items: ["reference/example"],
},
],
};
Expand Down

0 comments on commit 8b1dc5a

Please sign in to comment.