docs: add index pages for feature/deployment guides (#8723)

This commit is contained in:
Harshal Sheth 2023-08-29 16:48:54 -07:00 committed by GitHub
parent 2eb93b9ba5
commit 97a77d8d0b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 19 additions and 12 deletions

View File

@ -178,8 +178,8 @@ module.exports = {
appId: "RK0UG797F3", appId: "RK0UG797F3",
apiKey: "39d7eb90d8b31d464e309375a52d674f", apiKey: "39d7eb90d8b31d464e309375a52d674f",
indexName: "datahubproject", indexName: "datahubproject",
// contextualSearch: true, insights: true,
// searchParameters: {}, contextualSearch: true,
// debug: true, // debug: true,
}, },
}, },

View File

@ -138,7 +138,15 @@ module.exports = {
], ],
}, },
{ {
Deployment: [ type: "category",
label: "Deployment",
link: {
type: "generated-index",
title: "Deployment Guides",
description:
"Learn how to deploy DataHub to your environment, set up authentication, manage upgrades, and more.",
},
items: [
// The purpose of this section is to provide the minimum steps required to deploy DataHub to the vendor of your choosing // The purpose of this section is to provide the minimum steps required to deploy DataHub to the vendor of your choosing
"docs/deploy/aws", "docs/deploy/aws",
"docs/deploy/gcp", "docs/deploy/gcp",
@ -395,7 +403,14 @@ module.exports = {
], ],
}, },
{ {
Features: [ type: "category",
label: "Features",
link: {
type: "generated-index",
title: "Feature Guides",
description: "Learn about the features of DataHub.",
},
items: [
"docs/ui-ingestion", "docs/ui-ingestion",
"docs/how/search", "docs/how/search",
"docs/schema-history", "docs/schema-history",

View File

@ -2,14 +2,6 @@ import FeatureAvailability from '@site/src/components/FeatureAvailability';
# About DataHub Search # About DataHub Search
<!-- All Feature Guides should begin with `About DataHub ` to improve SEO -->
<!--
Update feature availability; by default, feature availability is Self-Hosted and Managed DataHub
Add in `saasOnly` for Managed DataHub-only features
-->
<FeatureAvailability/> <FeatureAvailability/>
The **search bar** is an important mechanism for discovering data assets in DataHub. From the search bar, you can find Datasets, Columns, Dashboards, Charts, Data Pipelines, and more. Simply type in a term and press 'enter'. The **search bar** is an important mechanism for discovering data assets in DataHub. From the search bar, you can find Datasets, Columns, Dashboards, Charts, Data Pipelines, and more. Simply type in a term and press 'enter'.