Files
ent/doc/website/sidebars.json
Ariel Mashraki dc672bf18b docs: initial version of faq page (#911)
* docs: initial version of faq page

See #832
2020-11-02 12:16:21 +02:00

39 lines
617 B
JSON
Executable File

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