-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added Footer Image and added community links #95
Conversation
👷 Deploy request for gnomenepal pending review.Visit the deploys page to approve it
|
@samTime101, Can you change the GNOME Nepal logo with new one? |
@utsavdotdev, where is the new logo? which folder is it in or do i need to manually download the new logo? logo:{
alt:"Gnome Nepal logo",
src :"../public/images/logo.png",
href: "https://nepal.gnome.org/",
}, |
Yes, You can download from above provided img You docusaurus.config.js will look like this: // code
footer: {
style: "dark",
logo:{
alt: "GNOME Nepal Logo",
src: "img/logo.png",
href: "https://nepal.gnome.org",
},
// code |
Can you use this logo instead of old one? You can download it from here |
Merged!, Thanks for the contribution |
Added community links and Gnome Nepal Logo in footer of gnome docs
Changes on : docusaurus.config.js
preview