From e67c700fc42697d94a72e239b64e870f55b9b696 Mon Sep 17 00:00:00 2001 From: "Timothy J. Baek" Date: Tue, 8 Oct 2024 15:55:42 -0700 Subject: [PATCH] refac --- docs/{getting-started/api.md => api/index.md} | 6 +++--- docs/tutorials/_category_.json | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) rename docs/{getting-started/api.md => api/index.md} (93%) diff --git a/docs/getting-started/api.md b/docs/api/index.md similarity index 93% rename from docs/getting-started/api.md rename to docs/api/index.md index c829767..f79988f 100644 --- a/docs/getting-started/api.md +++ b/docs/api/index.md @@ -1,9 +1,9 @@ --- -sidebar_position: 5 -title: "🔗 Open WebUI API Endpoints" +sidebar_position: 400 +title: "🔗 API Endpoints" --- -Welcome to the Open WebUI API! 🚀 This guide provides essential information on how to interact with the API endpoints effectively to achieve seamless integration and automation using our models. Please note that this is an experimental setup and may undergo future updates for enhancement. +This guide provides essential information on how to interact with the API endpoints effectively to achieve seamless integration and automation using our models. Please note that this is an experimental setup and may undergo future updates for enhancement. ## Authentication To ensure secure access to the API, authentication is required 🛡️. You can authenticate your API requests using the Bearer Token mechanism. Obtain your API key from **Settings > Account** in the Open WebUI, or alternatively, use a JWT (JSON Web Token) for authentication. diff --git a/docs/tutorials/_category_.json b/docs/tutorials/_category_.json index 1b29f50..6bd9d6c 100644 --- a/docs/tutorials/_category_.json +++ b/docs/tutorials/_category_.json @@ -1,7 +1,7 @@ { "label": "📝 Tutorials", - "position": 300, + "position": 500, "link": { "type": "generated-index" } -} +} \ No newline at end of file