Files
ent/doc/website/sidebars.json
2020-05-09 23:42:00 +03:00

36 lines
565 B
JSON
Executable File

{
"md": {
"Getting Started": [
"getting-started"
],
"Schema": [
"schema-def",
"schema-fields",
"schema-edges",
"schema-indexes",
"schema-config",
"schema-mixin"
],
"Code Generation": [
"code-gen",
"crud",
"traversals",
"eager-load",
"aggregate",
"predicates",
"paging",
"hooks",
"transactions"
],
"Migration": [
"migrate",
"dialects"
],
"Misc": [
"sql-integration",
"testing",
"templates"
]
}
}