Skip to content

Commit

Permalink
Change title for navbar and label for sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
asus-leslieyu committed Dec 29, 2023
1 parent f0391e5 commit 5e1191c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,17 +69,17 @@ const config = {
// Replace with your project's social card
image: 'img/tinker_board-logo.png',
navbar: {
title: 'ASUS Tinker Board Series Documentation',
title: 'ASUS Tinker Board Series',
logo: {
alt: 'ASUS Tinker Board Series Documentation logo',
alt: 'ASUS Tinker Board Series logo',
src: 'img/tinker_board-logo.png',
},
items: [
{
type: 'docSidebar',
sidebarId: 'tutorialSidebar',
position: 'left',
label: 'Getting Started',
label: 'Docs',
},
{to: '/blog', label: 'Blog', position: 'left'},
{
Expand Down

0 comments on commit 5e1191c

Please sign in to comment.