Added DocSearch Algolia. (#111)

* Added DocSearch Algolia.

Signed-off-by: Jonsy13 <vedant.shrotria@chaosnative.com>
This commit is contained in:
Vedant Shrotria 2021-08-20 13:41:29 +05:30 committed by GitHub
parent f2af18523d
commit b4cc233b2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 10 additions and 4 deletions

View File

@ -8,7 +8,7 @@ sidebar_label: Editing Panel Queries
## Before you begin
In order to edit the queries, you must first have a [data source](configure-datasource.md) connected and a configured [dashboard](manage-app-dashboard#create-dashboard.md).
In order to edit the queries, you must first have a [data source](configure-datasource.md) connected and a configured [dashboard](manage-app-dashboard.md#create-dashboard).
---

View File

@ -8,7 +8,7 @@ sidebar_label: Setup without Ingress
## Prerequisites
Before setting up endpoint with Ingress make sure the [Litmus ChaosCenter](../getting-started/resources.md#chaoscenter) is installed in either one of these scopes
Before setting up endpoint without Ingress make sure the [Litmus ChaosCenter](../getting-started/resources.md#chaoscenter) is installed in either one of these scopes
- [Cluster Scope](chaoscenter-cluster-scope-installation.md)
- [Namespace Scope](chaoscenter-namespace-scope-installation.md)

View File

@ -46,6 +46,11 @@ module.exports = {
organizationName: 'litmuschaos',
projectName: 'litmus',
themeConfig: {
algolia: {
apiKey: '7af78d639b7342f7da38c5c5c51993b0',
indexName: 'litmuschaos',
contextualSearch: true
},
navbar: {
title: 'Litmus Docs',
logo: {

View File

@ -14,6 +14,7 @@
"dependencies": {
"@docusaurus/core": "2.0.0-beta.3",
"@docusaurus/preset-classic": "2.0.0-beta.3",
"@docusaurus/theme-search-algolia": "^2.0.0-beta.3",
"@mdx-js/react": "^1.5.8",
"clsx": "^1.1.1",
"react": "^16.8.4",

View File

@ -8,7 +8,7 @@ sidebar_label: Editing Panel Queries
## Before you begin
In order to edit the queries, you must first have a [data source](configure-datasource.md) connected and a configured [dashboard](manage-app-dashboard#create-dashboard.md).
In order to edit the queries, you must first have a [data source](configure-datasource.md) connected and a configured [dashboard](manage-app-dashboard.md#create-dashboard).
---

View File

@ -8,7 +8,7 @@ sidebar_label: Setup without Ingress
## Prerequisites
Before setting up endpoint with Ingress make sure the [Litmus ChaosCenter](../getting-started/resources.md#chaoscenter) is installed in either one of these scopes
Before setting up endpoint without Ingress make sure the [Litmus ChaosCenter](../getting-started/resources.md#chaoscenter) is installed in either one of these scopes
- [Cluster Scope](chaoscenter-cluster-scope-installation.md)
- [Namespace Scope](chaoscenter-namespace-scope-installation.md)