feat: implement hybrid landing page and developer api section

This commit is contained in:
dyzulk
2026-01-08 20:35:47 +07:00
parent 3533d630d8
commit b376dd6620
9 changed files with 152 additions and 13 deletions

View File

@@ -1,6 +1,15 @@
{
"index": {
"title": "Home",
"type": "page",
"display": "hidden"
},
"guide": {
"title": "Documentation",
"title": "User Guide",
"type": "page"
},
"developer": {
"title": "Developer API",
"type": "page"
}
}