mirror of
https://github.com/datahub-project/datahub.git
synced 2025-08-15 04:37:03 +00:00
docs: add index pages for feature/deployment guides (#8723)
This commit is contained in:
parent
2eb93b9ba5
commit
97a77d8d0b
@ -178,8 +178,8 @@ module.exports = {
|
||||
appId: "RK0UG797F3",
|
||||
apiKey: "39d7eb90d8b31d464e309375a52d674f",
|
||||
indexName: "datahubproject",
|
||||
// contextualSearch: true,
|
||||
// searchParameters: {},
|
||||
insights: true,
|
||||
contextualSearch: true,
|
||||
// debug: true,
|
||||
},
|
||||
},
|
||||
|
@ -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
|
||||
"docs/deploy/aws",
|
||||
"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/how/search",
|
||||
"docs/schema-history",
|
||||
|
@ -2,14 +2,6 @@ import FeatureAvailability from '@site/src/components/FeatureAvailability';
|
||||
|
||||
# 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/>
|
||||
|
||||
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'.
|
||||
|
Loading…
x
Reference in New Issue
Block a user