mirror of
https://github.com/pelican-dev/panel.git
synced 2026-05-04 18:00:48 +03:00
API Documentation Not Accessible via User Interface #356
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @TigerdieKatze on GitHub (Jun 2, 2025).
Problem Description
Users cannot easily access API documentation through the application's user interface. Currently, the API docs are difficult to locate, which creates friction for developers trying to integrate with the system.
Current Behavior
Expected Behavior
Proposed Solution
Add a button or navigation link in
/admin/api-keysthat redirects users to/docs/api/or the appropriate API documentation location.Steps to Reproduce
Acceptance Criteria
@Boy132 commented on GitHub (Jun 3, 2025):
The api docs integrated in the panel will be removed eventually and added to our website.
Right now the best place for developers is to ask on the Discord. (also because the api docs are incomplete)