Mk/fix api docs (#601)

* fix: API URLs for docs

* fix: merge issue

* fix: Lets try this again with some minor changes
This commit is contained in:
Matt Kilgore
2025-03-22 13:26:42 -04:00
committed by GitHub
parent 7279703d7c
commit 41ff4c4664
6 changed files with 16 additions and 3 deletions

View File

@@ -1,4 +1,8 @@
{
"schemes": [
"https",
"http"
],
"swagger": "2.0",
"info": {
"description": "Track, Manage, and Organize your Things.",
@@ -3252,4 +3256,4 @@
"in": "header"
}
}
}
}

View File

@@ -50,7 +50,7 @@ document.head.appendChild(elementStyle);
<client-only>
<elements-api
:key="componentKey"
apiDescriptionUrl="https://cdn.jsdelivr.net/gh/sysadminsmedia/homebox@main/docs/docs/api/openapi-2.0.json"
apiDescriptionUrl="https://cdn.jsdelivr.net/gh/sysadminsmedia/homebox@main/docs/docs/api/openapi-2.0.yaml"
router="hash"
layout="responsive"
hideSchemas="true"