chore(docs): DML API Reference (#7863)

* added dml options

* added tsdocs + configurations
This commit is contained in:
Shahed Nasser
2024-07-01 10:21:56 +03:00
committed by GitHub
parent 9ded63cc62
commit 72f7500c84
20 changed files with 746 additions and 108 deletions
+38
View File
@@ -2130,6 +2130,44 @@ export const sidebar = sidebarAttachHrefCommonOptions([
},
],
},
// {
// path: "/references/data-model",
// title: "Data Model API",
// childSidebarTitle: "Data Model API Reference",
// isChildSidebar: true,
// children: [
// {
// path: "/references/data-model/define",
// title: "Define Method",
// hasTitleStyling: true,
// },
// {
// path: "/references/data-model/property-types",
// title: "Property Types",
// hasTitleStyling: true,
// autogenerate_path: "/references/dml/Property_Types/methods",
// },
// {
// path: "/references/data-model/relationship-methods",
// title: "Relationship Methods",
// hasTitleStyling: true,
// autogenerate_path: "/references/dml/Relationship_Methods/methods",
// },
// {
// path: "/references/data-model/model-methods",
// title: "Model Methods",
// hasTitleStyling: true,
// autogenerate_path: "/references/dml/Model_Methods/methods",
// },
// {
// path: "/references/data-model/property-configuration",
// title: "Property Configuration Methods",
// hasTitleStyling: true,
// autogenerate_path:
// "/references/dml/Property_Configuration_Methods/methods",
// },
// ],
// },
],
},
{