diff options
| author | MohamedBassem <me@mbassem.com> | 2025-07-27 19:43:25 +0100 |
|---|---|---|
| committer | MohamedBassem <me@mbassem.com> | 2025-07-27 19:43:25 +0100 |
| commit | 5c9de5145b282f34f1b9b5da5255b52f3a5423c2 (patch) | |
| tree | 581606aecfecd63bba276e2782ff93fbf9a3e627 /docs/sidebars.ts | |
| parent | b94896a0f8fa43b957a9bdd6ab57ada0ab8101af (diff) | |
| download | karakeep-5c9de5145b282f34f1b9b5da5255b52f3a5423c2.tar.zst | |
fix(docs): Fix the docs one more time
Diffstat (limited to 'docs/sidebars.ts')
| -rw-r--r-- | docs/sidebars.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/sidebars.ts b/docs/sidebars.ts index d837af08..fa8c07f1 100644 --- a/docs/sidebars.ts +++ b/docs/sidebars.ts @@ -1,6 +1,6 @@ import type { SidebarsConfig } from "@docusaurus/plugin-content-docs"; -import openapiSidebar from "./docs/API/sidebar"; +import openapiSidebar from "./docs/api/sidebar"; const sidebars: SidebarsConfig = { sidebar: [ |
