From 0a0756cc36c77c8f9206fd63435c4c1b5eb5cad2 Mon Sep 17 00:00:00 2001 From: Kaarina Tungseth Date: Tue, 25 Jun 2024 12:33:33 -0500 Subject: [PATCH] Adds doc navs and landing pages --- es-help-center.docnav.json | 29 +++++++++++++++++++++++++++++ help-center/es-help-center.mdx | 7 +++++++ help-center/obs-help-center.mdx | 7 +++++++ help-center/sec-help-center.mdx | 7 +++++++ obs-help-center.docnav.json | 29 +++++++++++++++++++++++++++++ sec-help-center.docnav.json | 29 +++++++++++++++++++++++++++++ 6 files changed, 108 insertions(+) create mode 100644 es-help-center.docnav.json create mode 100644 help-center/es-help-center.mdx create mode 100644 help-center/obs-help-center.mdx create mode 100644 help-center/sec-help-center.mdx create mode 100644 obs-help-center.docnav.json create mode 100644 sec-help-center.docnav.json diff --git a/es-help-center.docnav.json b/es-help-center.docnav.json new file mode 100644 index 00000000..f97a057a --- /dev/null +++ b/es-help-center.docnav.json @@ -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" + } + ] + } diff --git a/help-center/es-help-center.mdx b/help-center/es-help-center.mdx new file mode 100644 index 00000000..40ee4a9b --- /dev/null +++ b/help-center/es-help-center.mdx @@ -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' ] +--- \ No newline at end of file diff --git a/help-center/obs-help-center.mdx b/help-center/obs-help-center.mdx new file mode 100644 index 00000000..bbcb3c2f --- /dev/null +++ b/help-center/obs-help-center.mdx @@ -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' ] +--- \ No newline at end of file diff --git a/help-center/sec-help-center.mdx b/help-center/sec-help-center.mdx new file mode 100644 index 00000000..a826fb8f --- /dev/null +++ b/help-center/sec-help-center.mdx @@ -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' ] +--- \ No newline at end of file diff --git a/obs-help-center.docnav.json b/obs-help-center.docnav.json new file mode 100644 index 00000000..228af85d --- /dev/null +++ b/obs-help-center.docnav.json @@ -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" + } + ] + } \ No newline at end of file diff --git a/sec-help-center.docnav.json b/sec-help-center.docnav.json new file mode 100644 index 00000000..ebaa9272 --- /dev/null +++ b/sec-help-center.docnav.json @@ -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" + } + ] +} \ No newline at end of file