Skip to content

Commit ccd2f97

Browse files
ndbroadbentclaude
andcommitted
feat(docs): Add Renamify logo to documentation header
- Add SVG logo icon (Lucide replace-all icon) - Configure logo in Starlight theme header - Create both standard and large versions of the logo The logo represents the core functionality of Renamify - replacing all occurrences of identifiers throughout a codebase. 🤖 Generated with Claude Code Co-Authored-By: Claude <noreply@anthropic.com>
1 parent f35f2bd commit ccd2f97

3 files changed

Lines changed: 25 additions & 0 deletions

File tree

docs/astro.config.mjs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ export default defineConfig({
1313
title: "Renamify",
1414
description:
1515
"Smart search & replace for code and files with case-aware transformations",
16+
logo: {
17+
src: "./src/assets/logo.svg",
18+
},
1619
editLink: {
1720
baseUrl: "https://github.com/DocSpring/renamify/edit/main/docs",
1821
},

docs/src/assets/logo-large.svg

Lines changed: 11 additions & 0 deletions
Loading

docs/src/assets/logo.svg

Lines changed: 11 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)