mirror of https://github.com/ollama/ollama
docs: rename api-reference.md back to api.md since redirect stopped working (#13056)
This commit is contained in:
parent
2d5e066c8c
commit
cb1cb06478
|
|
@ -63,6 +63,10 @@
|
||||||
{
|
{
|
||||||
"source": "/api/openai",
|
"source": "/api/openai",
|
||||||
"destination": "/api/openai-compatibility"
|
"destination": "/api/openai-compatibility"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"source": "/api",
|
||||||
|
"destination": "/api/introduction"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"navigation": {
|
"navigation": {
|
||||||
|
|
@ -130,7 +134,7 @@
|
||||||
{
|
{
|
||||||
"group": "API Reference",
|
"group": "API Reference",
|
||||||
"pages": [
|
"pages": [
|
||||||
"/api/index",
|
"/api/introduction",
|
||||||
"/api/authentication",
|
"/api/authentication",
|
||||||
"/api/streaming",
|
"/api/streaming",
|
||||||
"/api/usage",
|
"/api/usage",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue