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:
Joel Marcey 2017-08-08 11:47:18 -07:00 committed by GitHub
parent a56812cda3
commit bba7edd80f
3 changed files with 55 additions and 21 deletions

View file

@ -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",