mirror of
https://github.com/facebook/docusaurus.git
synced 2025-04-29 18:27:56 +02:00
Enable Algolia Search
This commit is contained in:
parent
34ad3fac8b
commit
41ed505556
1 changed files with 2 additions and 4 deletions
|
@ -52,12 +52,10 @@ const siteConfig = {
|
|||
favicon: "img/docusaurus.ico",
|
||||
// See https://docusaurus.io/docs/search for more information about Aloglia
|
||||
// search
|
||||
/*
|
||||
algolia: {
|
||||
apiKey: "my-search-only-api-key-1234",
|
||||
indexName: "my-index-name"
|
||||
apiKey: "3eb9507824b8be89e7a199ecaa1a9d2c",
|
||||
indexName: "docusaurus"
|
||||
},
|
||||
*/
|
||||
colors: {
|
||||
primaryColor: "#2E8555",
|
||||
secondaryColor: "#205C3B",
|
||||
|
|
Loading…
Add table
Reference in a new issue