mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-03 12:17:20 +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",
|
favicon: "img/docusaurus.ico",
|
||||||
// See https://docusaurus.io/docs/search for more information about Aloglia
|
// See https://docusaurus.io/docs/search for more information about Aloglia
|
||||||
// search
|
// search
|
||||||
/*
|
|
||||||
algolia: {
|
algolia: {
|
||||||
apiKey: "my-search-only-api-key-1234",
|
apiKey: "3eb9507824b8be89e7a199ecaa1a9d2c",
|
||||||
indexName: "my-index-name"
|
indexName: "docusaurus"
|
||||||
},
|
},
|
||||||
*/
|
|
||||||
colors: {
|
colors: {
|
||||||
primaryColor: "#2E8555",
|
primaryColor: "#2E8555",
|
||||||
secondaryColor: "#205C3B",
|
secondaryColor: "#205C3B",
|
||||||
|
|
Loading…
Add table
Reference in a new issue