Skip to content

Commit 06cad50

Browse files
committed
feat: Update documentation to use logo.png instead of logo.svg
- Replace logo.svg with logo.png in Docusaurus config - Add new logo.png and codeprismx.png files - Remove deprecated logo.svg file - Update favicon.ico and docusaurus.png files The documentation site now uses the new PNG logo format for better compatibility and visual consistency.
1 parent 115e0ee commit 06cad50

File tree

6 files changed

+1
-21
lines changed

6 files changed

+1
-21
lines changed

codeprism-docs/docusaurus.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ const config: Config = {
7676
title: 'CodePrism',
7777
logo: {
7878
alt: 'CodePrism Logo',
79-
src: 'img/logo.svg',
79+
src: 'img/logo.png',
8080
},
8181
items: [
8282
{
1.36 MB
Loading
1.36 MB
Loading
660 Bytes
Binary file not shown.

codeprism-docs/static/img/logo.png

1.36 MB
Loading

codeprism-docs/static/img/logo.svg

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)