Skip to content

Commit

Permalink
docs(structured properties) add guide (#12070)
Browse files Browse the repository at this point in the history
  • Loading branch information
maggiehays authored Dec 10, 2024
1 parent 84e50d8 commit 00f0ee8
Show file tree
Hide file tree
Showing 6 changed files with 333 additions and 162 deletions.
16 changes: 15 additions & 1 deletion docs-website/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,21 @@ module.exports = {
type: "doc",
id: "docs/posts",
},
"docs/features/feature-guides/properties",
{
label: "Properties",
type: "category",
collapsed: true,
items: [
{
type: "doc",
id: "docs/features/feature-guides/properties/overview",
},
{
type: "doc",
id: "docs/features/feature-guides/properties/create-a-property",
},
],
},
{
label: "Schema history",
type: "doc",
Expand Down
2 changes: 1 addition & 1 deletion docs/api/tutorials/structured-properties.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import TabItem from '@theme/TabItem';
Structured properties are a structured, named set of properties that can be attached to logical entities like Datasets, DataJobs, etc.
Structured properties have values that are types. Conceptually, they are like “field definitions”.

Learn more about structured properties in the [Structured Properties Feature Guide](../../../docs/features/feature-guides/properties.md).
Learn more about structured properties in the [Structured Properties Feature Guide](../../../docs/features/feature-guides/properties/overview.md).


### Goal Of This Guide
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -175,11 +175,11 @@ Great question. We are working on Compliance Forms Analytics that will directly

### API Tutorials

- [API Guides on Documentation Form](../../../api/tutorials/forms.md)
- [Compliance Form API Guide](../../../api/tutorials/forms.md)

### Related Features

- [DataHub Properties](../../feature-guides/properties.md)
- [DataHub Structured Properties](../../feature-guides/properties/overview.md)

## Next Steps

Expand Down
158 changes: 0 additions & 158 deletions docs/features/feature-guides/properties.md

This file was deleted.

Loading

0 comments on commit 00f0ee8

Please sign in to comment.