mirror of
https://github.com/ent/ent.git
synced 2026-04-28 21:50:56 +03:00
ent/website: add docs structure
Reviewed By: alexsn Differential Revision: D16782780 fbshipit-source-id: 084a50bc935597a5be8a5c04b2f9347e683ea45a
This commit is contained in:
committed by
Facebook Github Bot
parent
74ce5b36f2
commit
930cf29367
@@ -1,10 +1,24 @@
|
||||
{
|
||||
"md": {
|
||||
"Getting Started": ["doc1"],
|
||||
"First Category": ["doc2"],
|
||||
"Second Category": ["doc3"]
|
||||
},
|
||||
"docs-other": {
|
||||
"First Category": ["doc4", "doc5"]
|
||||
"Getting Started": [
|
||||
"getting-started"
|
||||
],
|
||||
"Schema": [
|
||||
"schema-def",
|
||||
"schema-fields",
|
||||
"schema-edges",
|
||||
"schema-indexes"
|
||||
],
|
||||
"Code Generation": [
|
||||
"code-gen",
|
||||
"crud",
|
||||
"predicates",
|
||||
"traversals",
|
||||
"aggregate"
|
||||
],
|
||||
"Migration": [
|
||||
"migrate",
|
||||
"dialects"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user