ModelHandle/docs/source/config.json
sladro b447fc7864
Some checks are pending
Build / build (18.x, macos-latest) (push) Waiting to run
Build / build (18.x, ubuntu-latest) (push) Waiting to run
Build / build (18.x, windows-latest) (push) Waiting to run
Build / build (20.x, macos-latest) (push) Waiting to run
Build / build (20.x, ubuntu-latest) (push) Waiting to run
Build / build (20.x, windows-latest) (push) Waiting to run
feat: rebrand project for internal use
2026-04-13 14:02:49 +08:00

48 lines
1.3 KiB
JSON

{
"page_groups" : [
{
"name" : "Pages",
"pages" : [
{
"name" : "Home",
"url" : "index.html"
}
]
},
{
"name" : "Engine Usage",
"pages" : [
{
"name" : "Installation",
"url" : "Installation.html"
},
{
"name" : "Usage",
"url" : "Usage.html"
},
{
"name" : "Migration Guide",
"url" : "MigrationGuide.html"
}
]
},
{
"name" : "Contribution",
"pages" : [
{
"name" : "Contribution Guidelines",
"url" : "ContributionGuidelines.html"
},
{
"name" : "Environment Setup",
"url" : "EnvironmentSetup.html"
}
]
}
],
"external_refs" : {
"HTMLElement" : "https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement",
"File" : "https://developer.mozilla.org/en-US/docs/Web/API/File"
}
}