Skip to content

Commit fa40243

Browse files
pwizlaweb-flow
andauthored
Add Tldr to Logos documentation (#2840)
* docs(backend): correct TypeScript code fences in TS tabs (controllers, services, middlewares, routes) * docs(bundlers): clarify webpack config example rename and JS/TS filenames * docs(routes): add guidance to prefer fully-qualified handler names in custom routers * docs(api-tokens): add concise security tip (least privilege, rotation, secrets manager) * docs(controllers): add caution about validateQuery/sanitizeQuery/sanitizeOutput when overriding actions * docs(policies): clarify scoped policy folders and fix example path * docs(webhooks): add signature verification tip and fix TS config path * docs(theme-extension): add minimal TS example for theme.light and theme.dark overrides * docs(wysiwyg): add next steps tip (plugin first, custom field for deeper integration) * docs(middlewares): add tip to list registered middlewares (discovery command) * docs(models): add TL;DR with emphasis on content shape and Document Service * docs(locales-translations): fix typo and use proper js/ts fences instead of jsx * docs(logos): add TL;DR and guidance (SVG preferred, light/dark variants) * Limit PR scope based on title; keep only intended doc(s); revert unrelated files --------- Co-authored-by: GitHub Actions <[email protected]>
1 parent 0f63fe0 commit fa40243

File tree

1 file changed

+4
-0
lines changed
  • docusaurus/docs/cms/admin-panel-customization

1 file changed

+4
-0
lines changed

docusaurus/docs/cms/admin-panel-customization/logos.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ tags:
1111

1212
# Logos
1313

14+
<Tldr>
15+
Update login and navigation logos by extending the admin app. Prefer SVG for crisp rendering; provide light/dark variants when possible for contrast.
16+
</Tldr>
17+
1418
Strapi's [admin panel](/cms/admin-panel-customization) displays its branding on both the login screen and in the main navigation. Replacing these images allows you to match the interface to your identity. The present page shows how to override the two logo files via the admin panel configuration. If you prefer uploading them directly in the UI, see [Customizing the logo](/cms/features/admin-panel#customizing-the-logo).
1519

1620
The Strapi admin panel displays a logo in 2 different locations, represented by 2 different keys in the admin panel configuration:

0 commit comments

Comments
 (0)