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',
|
image: 'img/docusaurus-soc.png',
|
||||||
// metadatas: [{name: 'twitter:card', content: 'summary'}],
|
// metadatas: [{name: 'twitter:card', content: 'summary'}],
|
||||||
gtag: {
|
// gtag: {
|
||||||
trackingID: 'UA-110573590-2',
|
// trackingID: 'UA-110573590-2',
|
||||||
},
|
// },
|
||||||
algolia: {
|
// algolia: {
|
||||||
apiKey: '47ecd3b21be71c5822571b9f59e52544',
|
// apiKey: '47ecd3b21be71c5822571b9f59e52544',
|
||||||
indexName: 'docusaurus-2',
|
// indexName: 'docusaurus-2',
|
||||||
contextualSearch: true,
|
// contextualSearch: true,
|
||||||
},
|
// },
|
||||||
navbar: {
|
navbar: {
|
||||||
hideOnScroll: false,
|
hideOnScroll: false,
|
||||||
logo: {
|
logo: {
|
||||||
|
|||||||
@ -190,3 +190,7 @@ blockquote {
|
|||||||
flex-grow: 2;
|
flex-grow: 2;
|
||||||
margin-right: 20%
|
margin-right: 20%
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.DocSearch {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user