mirror of
https://github.com/pykeio/ort
synced 2026-04-25 16:34:55 +02:00
38 lines
664 B
TypeScript
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"
|
|
}
|
|
};
|