File tree Expand file tree Collapse file tree 2 files changed +15
-10
lines changed Expand file tree Collapse file tree 2 files changed +15
-10
lines changed Original file line number Diff line number Diff line change @@ -46,17 +46,7 @@ const config = {
46
46
baseUrl : '/' ,
47
47
themes : [
48
48
'@docusaurus/theme-live-codeblock' ,
49
- [
50
- require . resolve ( '@easyops-cn/docusaurus-search-local' ) ,
51
- {
52
- hashed : true ,
53
- indexPages : true ,
54
- indexBlog : false ,
55
- searchBarShortcutHint : false ,
56
- language : [ "en" , "zh" ] ,
57
- } ,
58
49
] ,
59
- ] ,
60
50
plugins : [
61
51
[ 'docusaurus-plugin-sass' , { } ] ,
62
52
[
@@ -147,6 +137,20 @@ const config = {
147
137
// textColor: '#F3F3F7',
148
138
// isCloseable: false,
149
139
// },
140
+ algolia : {
141
+ // The application ID provided by Algolia
142
+ appId : '3HQ0XHWRM0' ,
143
+ // Public API key: it is safe to commit it
144
+ apiKey : '7a0094aa048fd537a70a0aa90d86cdc8' ,
145
+ indexName : 'ton' ,
146
+ // Optional: see doc section below
147
+ contextualSearch : true ,
148
+
149
+ // Optional: path for search page that enabled by default (`false` to disable it)
150
+ searchPagePath : 'search' ,
151
+
152
+ debug : false
153
+ } ,
150
154
151
155
image : 'img/snippet.png' ,
152
156
navbar : require ( './navbar' ) ,
Original file line number Diff line number Diff line change
1
+ # Algolia-Crawler-Verif: 219DA811252FA1D8
You can’t perform that action at this time.
0 commit comments