fix(i18n): revert strict structure, implement dynamic index, and duplicate ID meta

This commit is contained in:
dyzulk
2026-01-09 10:38:04 +07:00
parent 742af04cb1
commit 5bfe46d8ae
27 changed files with 16 additions and 4 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>
```