From 4296e7f4d8de64a62dbf5e5d152b19ae25df489e Mon Sep 17 00:00:00 2001 From: adripo <26493496+adripo@users.noreply.github.com> Date: Mon, 21 Apr 2025 19:59:40 +0200 Subject: chore: rename missing files/conf from Hoarder to Karakeep (#1280) * refactor: Rename remaining project configuration from Hoarder to Karakeep * some fixes --------- Co-authored-by: Mohamed Bassem --- packages/open-api/index.ts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'packages/open-api/index.ts') diff --git a/packages/open-api/index.ts b/packages/open-api/index.ts index d96cb5ca..9186805e 100644 --- a/packages/open-api/index.ts +++ b/packages/open-api/index.ts @@ -27,16 +27,16 @@ function getOpenApiDocumentation() { openapi: "3.0.0", info: { version: "1.0.0", - title: "Hoarder API", - description: "The API for the Hoarder app", + title: "Karakeep API", + description: "The API for the Karakeep app", }, servers: [ { url: "{address}/api/v1", variables: { address: { - default: "https://try.hoarder.app", - description: "The address of the hoarder server", + default: "https://try.karakeep.app", + description: "The address of the Karakeep server", }, }, }, @@ -47,7 +47,7 @@ function getOpenApiDocumentation() { function writeDocumentation() { const docs = getOpenApiDocumentation(); const fileContent = JSON.stringify(docs, null, 2); - fs.writeFileSync(`./hoarder-openapi-spec.json`, fileContent, { + fs.writeFileSync(`./karakeep-openapi-spec.json`, fileContent, { encoding: "utf-8", }); } -- cgit v1.2.3-70-g09d2