logo
This commit is contained in:
parent
767391a2e6
commit
1d2a94572b
|
|
@ -8,6 +8,7 @@ const config: Config = {
|
|||
url: 'https://your-docusaurus-site.example.com',
|
||||
baseUrl: '/',
|
||||
|
||||
onDuplicateRoutes: 'ignore',
|
||||
onBrokenLinks: 'throw',
|
||||
onBrokenMarkdownLinks: 'warn',
|
||||
|
||||
|
|
@ -22,7 +23,7 @@ const config: Config = {
|
|||
{
|
||||
docs: {
|
||||
sidebarPath: './sidebars.ts',
|
||||
routeBasePath: '/', // Serve docs at the site root
|
||||
routeBasePath: '/',
|
||||
},
|
||||
theme: {
|
||||
customCss: './src/css/custom.css',
|
||||
|
|
@ -35,8 +36,9 @@ const config: Config = {
|
|||
navbar: {
|
||||
title: 'My Site',
|
||||
logo: {
|
||||
alt: 'My Site Logo',
|
||||
src: 'img/logo.svg',
|
||||
alt: 'Site Logo',
|
||||
src: 'img/logo-black-transparent.png',
|
||||
srcDark: 'img/logo-white-transparent.gif',
|
||||
},
|
||||
items: [
|
||||
{
|
||||
|
|
|
|||
Binary file not shown.
|
After Width: | Height: | Size: 23 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 25 KiB |
Loading…
Reference in New Issue