You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docusaurus.config.js
+2-19Lines changed: 2 additions & 19 deletions
Original file line number
Diff line number
Diff line change
@@ -161,26 +161,9 @@ const config = {
161
161
barHeight: 70,
162
162
}
163
163
},
164
-
},
165
-
algolia: {
166
-
// The application ID provided by Algolia
167
-
appId: 'I9J2TZ0RWH',
168
-
169
-
// Public API key: it is safe to commit it
170
-
apiKey: '76ebf4008fbfcc765a5c416528597101',
171
-
172
-
indexName: 'xcp-ng',
173
-
174
-
// Optional: see doc section below
175
-
contextualSearch: true,
176
-
177
-
// Optional: Specify domains where the navigation should occur through window.location instead on history.push. Useful when our Algolia config crawls multiple documentation sites and we want to navigate with window.location.href to them.
178
-
externalUrlRegex: 'docs\\.xcp-ng\\.org',
179
-
180
-
// Optional: path for search page that enabled by default (`false` to disable it)
0 commit comments