Skip to content

Commit 8e0aa7f

Browse files
committed
Added search
1 parent 695dbe0 commit 8e0aa7f

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

website/docusaurus.config.js

+19-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ const config = {
5252
gtag: {
5353
trackingID: 'G-H19TMZLQFN',
5454
anonymizeIP: true,
55-
},
55+
}
5656
}),
5757
]
5858
],
@@ -141,6 +141,24 @@ const config = {
141141
codeblock: {
142142
showGithubLink: false,
143143
showRunmeLink: false
144+
},
145+
algolia: {
146+
// The application ID provided by Algolia
147+
appId: '4AFTIR2HGK',
148+
149+
// Public API key: it is safe to commit it
150+
apiKey: 'b92d819e8e37b59dc5d564d763542682',
151+
152+
indexName: 'labstack_echo',
153+
154+
// Optional: see doc section below
155+
contextualSearch: true,
156+
157+
// Optional: Algolia search parameters
158+
searchParameters: {},
159+
160+
// Optional: path for search page that enabled by default (`false` to disable it)
161+
searchPagePath: 'search',
144162
}
145163
}),
146164
};

0 commit comments

Comments
 (0)