From ea7eca983309a303bd53df5232e9c2f1236926dd Mon Sep 17 00:00:00 2001 From: unrenamed Date: Thu, 7 Nov 2024 01:36:47 +0200 Subject: [PATCH] docs: add link to Hono OpenAPI description for Mintlify to render as HTML link --- apps/api/src/routes/v1_keys_createKey.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/api/src/routes/v1_keys_createKey.ts b/apps/api/src/routes/v1_keys_createKey.ts index 3870d7d68c..99d2e193d4 100644 --- a/apps/api/src/routes/v1_keys_createKey.ts +++ b/apps/api/src/routes/v1_keys_createKey.ts @@ -205,7 +205,7 @@ When validating a key, we will return this back to you, so you can clearly ident In addition to storing the key's hash, recoverable keys are stored in an encrypted vault, allowing you to retrieve and display the plaintext later. -https://www.unkey.com/docs/security/recovering-keys for more information.`, +[https://www.unkey.com/docs/security/recovering-keys](https://www.unkey.com/docs/security/recovering-keys) for more information.`, }), environment: z .string()