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,16 +0,0 @@
# Endpoints
## Certificates
### List Certificates
`GET /certificates`
### Request Certificate
`POST /certificates`
```json
{
"csr": "-----BEGIN CERTIFICATE REQUEST-----...",
"validity_days": 365
}
```