Files
ort/docs/content/_meta.ts
2025-04-04 02:19:36 -05:00

38 lines
664 B
TypeScript

export default {
"link-oc": {
"title": "Sponsor",
"href": "https://opencollective.com/pyke-osai",
},
"link-api": {
"title": "API Reference",
"href": "https://docs.rs/ort/2.0.0-rc.9/ort/"
},
"link-crates": {
"title": "Crates.io",
"href": "https://crates.io/crates/ort/2.0.0-rc.9",
},
"-- Docs": {
"type": "separator",
"title": "Docs"
},
"index": "Introduction",
"setup": {
"title": "Setup"
},
"fundamentals": {
"title": "Fundamentals"
},
"perf": {
"title": "Performance"
},
"backends": {
"title": "Backends"
},
"troubleshooting": {
"title": "Troubleshooting"
},
"migrating": {
"title": "Migration & versioning"
}
};