Add Algolia docsearch to Corso docs (#1844)

## Description

This should be forever-free under Algolia's open source support.

## Does this PR need a docs update or release note?

- [x]  No 

## Type of change

- [x] 🌻 Feature
- [x] 🗺️ Documentation

## Test Plan

- [x] 💪 Manual
This commit is contained in:
Niraj Tolia 2022-12-16 13:14:16 -08:00 committed by GitHub
parent da869aeba7
commit 2c6fe7d2ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 0 deletions

View File

@ -163,6 +163,13 @@ const config = {
}, },
}, },
algolia: {
appId: 'EPJZU1WKE7',
apiKey: 'd432a94741013719fdd0d78275c7aa9c',
indexName: 'corsobackup',
contextualSearch: true,
},
image: 'img/cloudbackup.png', image: 'img/cloudbackup.png',
metadata : [ metadata : [

View File

@ -108,6 +108,7 @@ html[data-theme='dark'] {
--ifm-background-color: #111629; --ifm-background-color: #111629;
--ifm-navbar-background-color: #111629; --ifm-navbar-background-color: #111629;
--ifm-link-color: #087EA4; --ifm-link-color: #087EA4;
--docsearch-primary-color: #5468ff;
} }
.footer { .footer {