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

docs: add guides on forms & structured properties #10340

Merged
merged 17 commits into from
May 21, 2024
Merged
Show file tree
Hide file tree
Changes from 16 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
9 changes: 4 additions & 5 deletions docs-website/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ module.exports = {
},
],
},
"docs/features/feature-guides/properties",
"docs/features/feature-guides/documentation-forms",
{
label: "Business Attributes",
type: "doc",
Expand Down Expand Up @@ -676,11 +678,6 @@ module.exports = {
label: "OpenAPI",
id: "docs/api/openapi/openapi-usage-guide",
},
{
type: "doc",
label: "Structured Properties",
id: "docs/api/openapi/openapi-structured-properties",
},
],
},
"docs/dev-guides/timeline",
Expand Down Expand Up @@ -810,6 +807,8 @@ module.exports = {
"docs/api/tutorials/descriptions",
"docs/api/tutorials/custom-properties",
"docs/api/tutorials/ml",
"docs/api/tutorials/structured-properties",
"docs/api/tutorials/forms",
],
},
{
Expand Down
328 changes: 0 additions & 328 deletions docs/api/openapi/openapi-structured-properties.md

This file was deleted.

Loading
Loading