Skip to content

Commit

Permalink
Update docusaurus.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
unitsvc authored Dec 6, 2023
1 parent 2753b0b commit 14cbfe0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import {themes as prismThemes} from 'prism-react-renderer';

/** @type {import('@docusaurus/types').Config} */
const config = {
title: 'My Site',
title: '开发手册',
tagline: 'Dinosaurs are cool',
favicon: 'img/favicon.ico',

Expand Down Expand Up @@ -66,7 +66,7 @@ const config = {
// Replace with your project's social card
image: 'img/docusaurus-social-card.jpg',
navbar: {
title: 'My Site',
title: '首页',
logo: {
alt: 'My Site Logo',
src: 'img/logo.svg',
Expand All @@ -76,9 +76,9 @@ const config = {
type: 'docSidebar',
sidebarId: 'tutorialSidebar',
position: 'left',
label: 'Tutorial',
label: '文档',
},
{to: '/blog', label: 'Blog', position: 'left'},
{to: '/blog', label: '博客', position: 'left'},
{
href: 'https://github.com/facebook/docusaurus',
label: 'GitHub',
Expand Down

0 comments on commit 14cbfe0

Please sign in to comment.