Skip to content

Commit e54c948

Browse files
[docs] Fix setup-guide markdownlint regression
1 parent 46efe12 commit e54c948

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docs/01-getting-started.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,10 +419,11 @@ supabase secrets set OPENROUTER_API_KEY=your-openrouter-key-here
419419

420420
> [!CAUTION]
421421
> Make sure the access key you set here **exactly matches** what you saved in your credential tracker. If they don't match, you'll get 401 errors when connecting your AI.
422-
422+
>
423423
> **If you ever rotate your OpenRouter key:** you must re-run the `supabase secrets set` command above with the new key, AND update any local `.env` files that reference it. The edge function reads from Supabase secrets at runtime — updating the key on openrouter.ai alone won't propagate here. See the [FAQ on key rotation](03-faq.md#api-key-rotation) for the full checklist.
424424
425425
### Create the Function
426+
426427
![6.6](https://img.shields.io/badge/6.6-Download_the_Server_Files-555?style=for-the-badge&labelColor=1E88E5)
427428

428429
Three commands, run them one at a time in order:

0 commit comments

Comments
 (0)