fix(ui): openrouter branding in docs (SECRETS-102)#5328
Conversation
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
Greptile OverviewGreptile SummaryThis PR updates OpenRouter branding in documentation to remove hyphens as requested by the OpenRouter team. File paths, navigation entries, and most content references have been successfully updated from Key Changes:
Issues Found:
Confidence Score: 3/5
Important Files Changed
|
Additional Comments (2)
},
{
"group": "OpenRouter API Key",
"pages": [
"api-reference/endpoints/secret-rotations/openrouter-api-key/create",
"api-reference/endpoints/secret-rotations/openrouter-api-key/delete",
"api-reference/endpoints/secret-rotations/openrouter-api-key/get-by-id",
"api-reference/endpoints/secret-rotations/openrouter-api-key/get-by-name",
"api-reference/endpoints/secret-rotations/openrouter-api-key/get-generated-credentials-by-id",
"api-reference/endpoints/secret-rotations/openrouter-api-key/list",
"api-reference/endpoints/secret-rotations/openrouter-api-key/rotate-secrets",
"api-reference/endpoints/secret-rotations/openrouter-api-key/update"
]
},
{ |
Context
Updates documentation to use "OpenRouter" branding (no hyphen) as requested by the OpenRouter team. Doc URLs, navigation, API reference paths, image paths, and snippets now use
openrouter/openrouter-api-keyinstead ofopen-router/open-router-api-key. API behavior is unchanged; backend routes remain/open-routerand/open-router-api-key.Related: SECRETS-102
Screenshots
N/A (docs only)
Steps to verify the change
/integrations/app-connections/openrouterand secret rotation doc at/documentation/platform/secret-rotation/openrouter-api-keyload and images display.Type
Checklist
type(scope): short description(scope is optional, e.g.,fix: prevent crash on syncorfix(api): handle null response).