refactor(i18n): strict enforce en.mdx and meta.en.json separation

This commit is contained in:
dyzulk
2026-01-09 10:22:49 +07:00
parent a37e39676a
commit 742af04cb1
23 changed files with 5 additions and 58 deletions

View File

@@ -1,18 +0,0 @@
# 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>
```