Skip to content

Commit 00f0ee8

Browse files
authored
docs(structured properties) add guide (#12070)
1 parent 84e50d8 commit 00f0ee8

File tree

6 files changed

+333
-162
lines changed

6 files changed

+333
-162
lines changed

docs-website/sidebars.js

+15-1
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,21 @@ module.exports = {
239239
type: "doc",
240240
id: "docs/posts",
241241
},
242-
"docs/features/feature-guides/properties",
242+
{
243+
label: "Properties",
244+
type: "category",
245+
collapsed: true,
246+
items: [
247+
{
248+
type: "doc",
249+
id: "docs/features/feature-guides/properties/overview",
250+
},
251+
{
252+
type: "doc",
253+
id: "docs/features/feature-guides/properties/create-a-property",
254+
},
255+
],
256+
},
243257
{
244258
label: "Schema history",
245259
type: "doc",

docs/api/tutorials/structured-properties.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import TabItem from '@theme/TabItem';
88
Structured properties are a structured, named set of properties that can be attached to logical entities like Datasets, DataJobs, etc.
99
Structured properties have values that are types. Conceptually, they are like “field definitions”.
1010

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

1313

1414
### Goal Of This Guide

docs/features/feature-guides/compliance-forms/create-a-form.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -175,11 +175,11 @@ Great question. We are working on Compliance Forms Analytics that will directly
175175

176176
### API Tutorials
177177

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

180180
### Related Features
181181

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

184184
## Next Steps
185185

docs/features/feature-guides/properties.md

-158
This file was deleted.

0 commit comments

Comments
 (0)