mirror of
https://github.com/ent/ent.git
synced 2026-04-30 06:30:55 +03:00
Reviewed By: alexsn Differential Revision: D17599268 fbshipit-source-id: 2d89229e1880a0c33ff26c89d52205981a5cfbab
28 lines
427 B
JSON
Executable File
28 lines
427 B
JSON
Executable File
{
|
|
"md": {
|
|
"Getting Started": [
|
|
"getting-started"
|
|
],
|
|
"Schema": [
|
|
"schema-def",
|
|
"schema-fields",
|
|
"schema-edges",
|
|
"schema-indexes",
|
|
"schema-config"
|
|
],
|
|
"Code Generation": [
|
|
"code-gen",
|
|
"crud",
|
|
"traversals",
|
|
"aggregate",
|
|
"predicates",
|
|
"paging",
|
|
"transactions"
|
|
],
|
|
"Migration": [
|
|
"migrate",
|
|
"dialects"
|
|
]
|
|
}
|
|
}
|