Added DocSearch Algolia. (#111)
* Added DocSearch Algolia. Signed-off-by: Jonsy13 <vedant.shrotria@chaosnative.com>
This commit is contained in:
parent
f2af18523d
commit
b4cc233b2b
|
|
@ -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).
|
||||
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -46,6 +46,11 @@ module.exports = {
|
|||
organizationName: 'litmuschaos',
|
||||
projectName: 'litmus',
|
||||
themeConfig: {
|
||||
algolia: {
|
||||
apiKey: '7af78d639b7342f7da38c5c5c51993b0',
|
||||
indexName: 'litmuschaos',
|
||||
contextualSearch: true
|
||||
},
|
||||
navbar: {
|
||||
title: 'Litmus Docs',
|
||||
logo: {
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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).
|
||||
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue