refactor: migrate to flat-file i18n structure and fix relative imports

This commit is contained in:
dyzulk
2026-01-09 09:29:19 +07:00
parent 44d578f033
commit 545eb3648b
53 changed files with 17 additions and 27 deletions

18
pages/developer/index.mdx Normal file
View File

@@ -0,0 +1,18 @@
# Developer API
Welcome to the TrustLab API documentation.
You can use our REST API to automate certificate issuance, revocation, and retrieval for your internal services.
## Base URL
```http
https://trustlab.dyzulk.com/api/v1
```
## Authentication
All API requests must include your API Key in the `Authorization` header.
```bash
Authorization: Bearer <YOUR_API_KEY>
```