Files
OpenLLM/docs/pages/docs/_meta.json
Aaron Pham fddd0bf95e feat: bootstrap documentation site (#252)
Signed-off-by: Aaron <29749331+aarnphm@users.noreply.github.com>
Signed-off-by: Aaron Pham <29749331+aarnphm@users.noreply.github.com>
Signed-off-by: GutZuFusss <leon.ikinger@googlemail.com>
Co-authored-by: GutZuFusss <leon.ikinger@googlemail.com>
2023-09-12 12:28:29 -04:00

45 lines
934 B
JSON

{
"index": "Introduction",
"installation": "Installation",
"getting-started": "Getting Started",
"about-link": {
"title": "About OpenLLM",
"href": "/about"
},
"-- Models": {
"type": "separator",
"title": "Supported Models"
},
"supported-models": "Supported Models",
"add-new-model": "Adding a New Model",
"-- Advanced": {
"type": "separator",
"title": "Advanced"
},
"features": {
"display": "hidden",
"title": "Features"
},
"-- API Reference": {
"type": "separator",
"title": "API Reference"
},
"api": {
"display": "hidden"
},
"-- Ecosystem": {
"type": "separator",
"title": "More"
},
"bentocloud": {
"title": "☁️ BentoCloud ↗",
"href": "https://l.bentoml.com/bento-cloud",
"newWindow": true
},
"bentoml": {
"title": "🍱 BentoML ↗",
"href": "https://docs.bentoml.com/en/latest/",
"newWindow": true
}
}