mirror of
https://github.com/ent/ent.git
synced 2026-05-03 16:10:59 +03:00
Reviewed By: alexsn Differential Revision: D17602975 fbshipit-source-id: 2414a2de0b5b02ef6c3255e0524e228c3c17a500
29 lines
449 B
JSON
Executable File
29 lines
449 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",
|
|
"aggregate",
|
|
"predicates",
|
|
"paging",
|
|
"transactions"
|
|
],
|
|
"Migration": [
|
|
"migrate",
|
|
"dialects"
|
|
]
|
|
}
|
|
}
|