fix: removed context search until public deploy
This commit is contained in:
parent
e0e05d0a2e
commit
fc9cb53b2b
@ -248,14 +248,14 @@ const isI18nStaging = process.env.I18N_STAGING === 'true';
|
||||
},
|
||||
image: 'img/docusaurus-soc.png',
|
||||
// metadatas: [{name: 'twitter:card', content: 'summary'}],
|
||||
gtag: {
|
||||
trackingID: 'UA-110573590-2',
|
||||
},
|
||||
algolia: {
|
||||
apiKey: '47ecd3b21be71c5822571b9f59e52544',
|
||||
indexName: 'docusaurus-2',
|
||||
contextualSearch: true,
|
||||
},
|
||||
// gtag: {
|
||||
// trackingID: 'UA-110573590-2',
|
||||
// },
|
||||
// algolia: {
|
||||
// apiKey: '47ecd3b21be71c5822571b9f59e52544',
|
||||
// indexName: 'docusaurus-2',
|
||||
// contextualSearch: true,
|
||||
// },
|
||||
navbar: {
|
||||
hideOnScroll: false,
|
||||
logo: {
|
||||
|
||||
@ -190,3 +190,7 @@ blockquote {
|
||||
flex-grow: 2;
|
||||
margin-right: 20%
|
||||
}
|
||||
|
||||
.DocSearch {
|
||||
display: none;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user