Merge pull request 'bring back search algolia' (!49) from main_search into main
Reviewed-on: tfgrid/www_docs_threefold_io#49
This commit is contained in:
commit
6bc9ec60e0
@ -75,6 +75,16 @@ const config: Config = {
|
|||||||
|
|
||||||
themeConfig: {
|
themeConfig: {
|
||||||
|
|
||||||
|
algolia: {
|
||||||
|
// The application ID provided by Algolia
|
||||||
|
appId: 'ARAM4VJG2D',
|
||||||
|
|
||||||
|
// Public API key: it is safe to commit it
|
||||||
|
apiKey: '674fd2945f4e534903ff074723bd20be',
|
||||||
|
|
||||||
|
indexName: 'threefold',
|
||||||
|
|
||||||
|
},
|
||||||
|
|
||||||
colorMode: {
|
colorMode: {
|
||||||
defaultMode: 'dark',
|
defaultMode: 'dark',
|
||||||
|
Loading…
Reference in New Issue
Block a user