Skip to content

Commit

Permalink
Adds doc navs and landing pages
Browse files Browse the repository at this point in the history
  • Loading branch information
KOTungseth committed Jun 25, 2024
1 parent 3b6d80e commit 0a0756c
Show file tree
Hide file tree
Showing 6 changed files with 108 additions and 0 deletions.
29 changes: 29 additions & 0 deletions es-help-center.docnav.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"mission": "Help Center",
"id": "es-help-center",
"landingPageId": "esHelpCenter",
"description": "Elasticsearch allows you to build custom applications. Whether you have structured or unstructured text, numerical data, or geospatial data, Elasticsearch can efficiently store and index it in a way that supports fast searches.",
"items": [
{
"pageId": "hcEsKibanaSearch"
},
{
"pageId": "hcEsDiscover"
},
{
"pageId": "hcEsDevtoolsConsoleOverview"
},
{
"pageId": "hcEsDevtoolsSearchProfilerOverview"
},
{
"pageId": "hcEsIndexMapping"
},
{
"pageId": "hcEsPreprocessDataBeforeIndexing"
},
{
"pageId": "hcEsSetupConnectorClient"
}
]
}
7 changes: 7 additions & 0 deletions help-center/es-help-center.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
id: esHelpCenter
slug: /help-center/elasticsearch
title: Elasticsearch projects 101
description: Elasticsearch allows you to build custom applications. Whether you have structured or unstructured text, numerical data, or geospatial data, Elasticsearch can efficiently store and index it in a way that supports fast searches.
tags: [ 'elasticsearch', 'serverless', 'help center' ]
---
7 changes: 7 additions & 0 deletions help-center/obs-help-center.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
id: obsHelpCenter
slug: /help-center/observability
title: Elastic Observability projects 101
description: Elastic Observability accelerates problem resolution with open, flexible, and unified observability powered by advanced machine learning and analytics. Elastic ingests all operational and business telemetry and correlates for faster root cause detection.
tags: [ 'observability', 'serverless', 'help center' ]
---
7 changes: 7 additions & 0 deletions help-center/sec-help-center.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
id: secHelpCenter
slug: /help-center/security
title: Elastic Security projects 101
description: Elastic Security combines threat detection analytics, cloud native security, and endpoint protection in a single solution, so you can quickly detect, investigate, and respond to threats and vulnerabilities across your environment.
tags: [ 'security', 'serverless', 'help center' ]
---
29 changes: 29 additions & 0 deletions obs-help-center.docnav.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"mission": "Help Center",
"id": "obs-help-center",
"landingPageId": "serverlessDevtoolsDeveloperTools",
"description": "Elastic Observability accelerates problem resolution with open, flexible, and unified observability powered by advanced machine learning and analytics. Elastic ingests all operational and business telemetry and correlates for faster root cause detection.",
"items": [
{
"pageId": "hcObsKibanaSearch"
},
{
"pageId": "hcObsDiscover"
},
{
"pageId": "hcObsDevtoolsConsoleOverview"
},
{
"pageId": "hcObsDevtoolsSearchProfilerOverview"
},
{
"pageId": "hcObsIndexMapping"
},
{
"pageId": "hcObsPreprocessDataBeforeIndexing"
},
{
"pageId": "hcObsCreateAnSlo"
}
]
}
29 changes: 29 additions & 0 deletions sec-help-center.docnav.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"mission": "Help Center",
"id": "sec-help-center",
"landingPageId": "secHelpCenter",
"description": "Elastic Security combines threat detection analytics, cloud native security, and endpoint protection in a single solution, so you can quickly detect, investigate, and respond to threats and vulnerabilities across your environment.",
"items": [
{
"pageId": "hcSecKibanaSearch"
},
{
"pageId": "hcSecNavigationAndInteractions"
},
{
"pageId": "hcSecDiscover"
},
{
"pageId": "hcSecDevtoolsConsoleOverview"
},
{
"pageId": "hcSecDevtoolsSearchProfilerOverview"
},
{
"pageId": "hcSecIndexMapping"
},
{
"pageId": "hcSecPreprocessDataBeforeIndexing"
}
]
}

0 comments on commit 0a0756c

Please sign in to comment.