mirror of
https://github.com/ent/ent.git
synced 2026-05-03 16:10:59 +03:00
* WIP - migrating entgo.io to docosaurus v2 * organizing pages a bit to be better suited for v2 site structure * doc/website: finish migration to docusaurus v2 Co-authored-by: Rotem Tamir <rotemtamir@gmail.com>
53 lines
947 B
JSON
Executable File
53 lines
947 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",
|
|
"feature-flags"
|
|
]
|
|
},
|
|
"tutorial": {
|
|
"First Steps": [
|
|
"tutorial-setup",
|
|
"tutorial-todo-crud"
|
|
],
|
|
"GraphQL Basics": [
|
|
"tutorial-todo-gql",
|
|
"tutorial-todo-gql-node",
|
|
"tutorial-todo-gql-paginate",
|
|
"tutorial-todo-gql-field-collection",
|
|
"tutorial-todo-gql-tx-mutation"
|
|
]
|
|
}
|
|
}
|