Skip to content
This repository has been archived by the owner on Mar 17, 2023. It is now read-only.

change logo in docs #40

Merged
merged 1 commit into from
Oct 17, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const darkCodeTheme = require('prism-react-renderer/themes/dracula');
baseUrl: '/packageless/',
onBrokenLinks: 'throw',
onBrokenMarkdownLinks: 'warn',
favicon: 'img/favicon.ico',
favicon: 'img/light_mode.png',
organizationName: 'everettraven', // Usually your GitHub org/user name.
projectName: 'packageless', // Usually your repo name.

Expand All @@ -35,11 +35,13 @@ const darkCodeTheme = require('prism-react-renderer/themes/dracula');
themeConfig:
/** @type {import('@docusaurus/preset-classic').ThemeConfig} */
({

navbar: {
title: 'Packageless',
logo: {
alt: 'My Site Logo',
src: 'img/logo.svg',
src: 'img/light_mode.png',
srcDark: 'img/dark_mode.png',
},
items: [
{
Expand Down
Binary file added docs/static/img/dark_mode.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/static/img/light_mode.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.