Skip to content

Commit

Permalink
adjust icon and logo to manascore logo
Browse files Browse the repository at this point in the history
  • Loading branch information
Charismara committed Aug 31, 2024
1 parent b74950f commit 51ebba5
Show file tree
Hide file tree
Showing 6 changed files with 3,670 additions and 5 deletions.
8 changes: 4 additions & 4 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import type * as Preset from '@docusaurus/preset-classic';
const config: Config = {
title: 'ManasCore',
tagline: 'Simple and modular library for Minecraft mods',
favicon: 'img/favicon.ico',
favicon: 'img/manascore.ico',
url: 'https://manasmods.github.io',
baseUrl: '/ManasCore/',
organizationName: 'ManasMods',
Expand Down Expand Up @@ -44,10 +44,10 @@ const config: Config = {
// Replace with your project's social card
image: 'img/docusaurus-social-card.jpg',
navbar: {
title: 'ManasCore Docs',
title: 'ManasCore',
logo: {
alt: 'My Site Logo',
src: 'img/logo.svg',
alt: 'Logo',
src: 'img/manascore.svg',
},
items: [
{
Expand Down
Binary file removed static/img/docusaurus.png
Binary file not shown.
Binary file removed static/img/favicon.ico
Binary file not shown.
1 change: 0 additions & 1 deletion static/img/logo.svg

This file was deleted.

Binary file added static/img/manascore.ico
Binary file not shown.
Loading

0 comments on commit 51ebba5

Please sign in to comment.