📝 docs: Add documentation

This commit is contained in:
web@ppanel
2025-12-11 03:29:07 +00:00
parent 50e695a1bb
commit 99e7f6062d
135 changed files with 79115 additions and 8 deletions
+16
View File
@@ -0,0 +1,16 @@
---
title: API Reference
outline: false
aside: false
---
# API Reference
The API reference now uses Scalar (embedded via iframe) to render the OpenAPI files hosted in [`public/swagger`](https://github.com/perfect-panel/ppanel-docs/tree/main/public/swagger). Each schema has its own dedicated page:
- [Common Service](./common) — shared authentication/utilities used by both user and admin portals.
- [User Service](./user) — subscriptions, orders, tickets, profile management.
- [Admin Service](./admin) — dashboard, maintenance, commerce, logging modules.
- [Gateway](./gateway) — version checks, heartbeats, registration, and update orchestration hooks for edge services.
Pick a service from the sidebar to view the interactive API explorer.