mirror of
https://github.com/facebook/docusaurus.git
synced 2025-07-30 06:50:36 +02:00
Update the Algolia search information (#49)
* Update the Algolia search information - It is a guide - Rename the file, specifying that it is a guide - Add a commented out Aloglia section to siteConfig.js * Different search bar location flag
This commit is contained in:
parent
a56812cda3
commit
bba7edd80f
3 changed files with 55 additions and 21 deletions
|
@ -44,6 +44,14 @@ const siteConfig = {
|
|||
headerIcon: "img/docusaurus.svg",
|
||||
footerIcon: "img/docusaurus.svg",
|
||||
favicon: "img/favicon.png",
|
||||
// See https://docusaurus.io/docs/search for more information about Aloglia
|
||||
// search
|
||||
/*
|
||||
algolia: {
|
||||
apiKey: "my-search-only-api-key-1234",
|
||||
indexName: "my-index-name"
|
||||
},
|
||||
*/
|
||||
colors: {
|
||||
primaryColor: "#2E8555",
|
||||
secondaryColor: "#205C3B",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue