Skip to content

Commit bdc101c

Browse files
Panaversity Teamclaude
andcommitted
feat: update navbar logo and footer social links
- Replace default logo.svg with user-provided logo.png in top-left navbar - Update LinkedIn footer link to https://www.linkedin.com/in/anus-yousuf - Update X (Twitter) footer link to https://x.com/Iamanusbutt - Update Instagram footer link to https://www.instagram.com/anusss._/ - Update Panaversity footer link to https://panaversity.org Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 5cb4692 commit bdc101c

3 files changed

Lines changed: 5 additions & 6 deletions

File tree

book-source/docusaurus.config.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ const config: Config = {
8585
title: 'Physical AI & Humanoid Robotics Textbook',
8686
logo: {
8787
alt: 'Physical AI Logo',
88-
src: 'img/logo.svg',
88+
src: 'img/logo.png',
8989
},
9090
items: [
9191
{
@@ -126,11 +126,11 @@ const config: Config = {
126126
},
127127
{
128128
label: 'LinkedIn',
129-
href: 'https://linkedin.com',
129+
href: 'https://www.linkedin.com/in/anus-yousuf',
130130
},
131131
{
132132
label: 'X (Twitter)',
133-
href: 'https://x.com',
133+
href: 'https://x.com/Iamanusbutt',
134134
},
135135
],
136136
},
@@ -139,11 +139,11 @@ const config: Config = {
139139
items: [
140140
{
141141
label: 'Instagram',
142-
href: 'https://instagram.com',
142+
href: 'https://www.instagram.com/anusss._/',
143143
},
144144
{
145145
label: 'Panaversity',
146-
href: 'https://panaversity.com',
146+
href: 'https://panaversity.org',
147147
},
148148
],
149149
},

book-source/static/img/logo.png

1.43 MB
Loading

book-source/static/img/logo.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)