mirror of
https://github.com/dyzulk/trustlab-docs.git
synced 2026-01-26 13:32:08 +07:00
docs: add copy button to code blocks
This commit is contained in:
@@ -11,7 +11,7 @@ You can use our REST API to automate certificate issuance, revocation, and retri
|
||||
|
||||
## Base URL
|
||||
|
||||
```http
|
||||
```http copy
|
||||
https://trustlab.dyzulk.com/api/v1
|
||||
```
|
||||
|
||||
@@ -19,6 +19,6 @@ https://trustlab.dyzulk.com/api/v1
|
||||
|
||||
All API requests must include your API Key in the `Authorization` header.
|
||||
|
||||
```bash
|
||||
```bash copy
|
||||
Authorization: Bearer <YOUR_API_KEY>
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user