diff --git a/docs/sources/installation/helm/generate/index.md b/docs/sources/installation/helm/generate/index.md deleted file mode 100644 index dd4cd8c48d..0000000000 --- a/docs/sources/installation/helm/generate/index.md +++ /dev/null @@ -1,80 +0,0 @@ ---- -title: Generate Helm Chart Values -menuTitle: Generate Helm Chart Values -description: A sizing tool that generates Helm Chart values. -aliases: - - /docs/installation/helm/generate -weight: 100 -keywords: [] ---- - - - -# Generate Helm Chart Values - - - -This tool helps to generate a Helm Charts `values.yaml` file based on specified - expected ingestion, retention rate and node type. - -
- - - - - - - - - - - -
- - - - -
- - -
- - - - diff --git a/docs/sources/installation/sizing/index.md b/docs/sources/installation/sizing/index.md index a8ea7d1401..9b16bbf5c0 100644 --- a/docs/sources/installation/sizing/index.md +++ b/docs/sources/installation/sizing/index.md @@ -99,7 +99,7 @@ createApp({ methods: { async fetchNodeTypes() { const url = `${API_URL}/nodes` - this.nodes = await (await fetch(url),{mode: 'cors'}).json() + this.nodes = await (await fetch(url,{mode: 'cors'})).json() } } }).mount('#app')