Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor(docs): Minor docs refactoring #6300

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs-website/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ module.exports = {
// "docs/wip/csv-enrichment",
// "docs/wip/ui-based-enrichment",
"docs/domains",
"docs/how/business-glossary-guide",
"docs/glossary/business-glossary",
"docs/tags",
{
Lineage: ["docs/lineage/intro", "docs/lineage/sample_code"],
Expand Down Expand Up @@ -448,9 +448,9 @@ module.exports = {
// "docs/wip/tutorials",
"docs/how/search",
"docs/schema-history",
"docs/how/ui-tabs-guide",
// "docs/how/ui-tabs-guide",
"docs/domains",
"docs/how/business-glossary-guide",
"docs/glossary/business-glossary",
"docs/tags",
"docs/browse",
"docs/authorization/access-policies-guide",
Expand Down
2 changes: 1 addition & 1 deletion docs-website/src/pages/docs/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ const ingestionGuideContent = [

const featureGuideContent = [
{ title: "Domains", icon: <FolderTwoTone />, to: "docs/domains" },
{ title: "Glossary Terms", icon: <BookTwoTone />, to: "docs/how/business-glossary-guide" },
{ title: "Glossary Terms", icon: <BookTwoTone />, to: "docs/glossary/business-glossary" },
{ title: "Tags", icon: <TagsTwoTone />, to: "docs/tags" },
{ title: "UI-Based Ingestion", icon: <ApiTwoTone />, to: "docs/ui-ingestion" },
{ title: "Search", icon: <SearchOutlined />, to: "docs/how/search" },
Expand Down
2 changes: 1 addition & 1 deletion docs/domains.md
Original file line number Diff line number Diff line change
Expand Up @@ -247,5 +247,5 @@ DataHub supports Tags, Glossary Terms, & Domains as distinct types of Metadata t

### Related Features

* [Glossary Terms](./how/business-glossary-guide.md)
* [Glossary Terms](./glossary/business-glossary.md)
* [Tags](./tags.md)
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
# Business Glossary Guide
---
title: About DataHub Business Glossary
sidebar_label: Business Glossary
---

import FeatureAvailability from '@site/src/components/FeatureAvailability';

# About DataHub Business Glossary

<FeatureAvailability/>

## Introduction

Expand Down
2 changes: 1 addition & 1 deletion docs/tags.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,5 +101,5 @@ Domains are a set of top-level categories usually aligned to business units/disc

### Related Features

* [Glossary Terms](./how/business-glossary-guide.md)
* [Glossary Terms](./glossary/business-glossary.md)
* [Domains](./domains.md)