This commit is contained in:
teasiu
2022-09-17 16:59:30 +08:00
parent 1fdcd03a05
commit fe44fbd2f0
2 changed files with 15 additions and 15 deletions

View File

@@ -6,9 +6,9 @@ const darkCodeTheme = require('prism-react-renderer/themes/dracula');
/** @type {import('@docusaurus/types').Config} */
const config = {
title: 'My Site',
title: 'histb doc',
tagline: 'Dinosaurs are cool',
url: 'https://your-docusaurus-test-site.com',
url: 'https://histb.com',
baseUrl: '/',
onBrokenLinks: 'throw',
onBrokenMarkdownLinks: 'warn',
@@ -16,15 +16,15 @@ const config = {
// GitHub pages deployment config.
// If you aren't using GitHub pages, you don't need these.
organizationName: 'facebook', // Usually your GitHub org/user name.
projectName: 'docusaurus', // Usually your repo name.
organizationName: 'teasiu', // Usually your GitHub org/user name.
projectName: 'doc', // Usually your repo name.
// Even if you don't use internalization, you can use this field to set useful
// metadata like html lang. For example, if your site is Chinese, you may want
// to replace "en" with "zh-Hans".
i18n: {
defaultLocale: 'en',
locales: ['en'],
defaultLocale: 'zh-cn',
locales: ['zh-cn'],
},
presets: [
@@ -57,9 +57,9 @@ const config = {
/** @type {import('@docusaurus/preset-classic').ThemeConfig} */
({
navbar: {
title: 'My Site',
title: 'histb doc',
logo: {
alt: 'My Site Logo',
alt: 'histb Logo',
src: 'img/logo.svg',
},
items: [
@@ -67,11 +67,11 @@ const config = {
type: 'doc',
docId: 'intro',
position: 'left',
label: 'Tutorial',
label: '教程',
},
{to: '/blog', label: 'Blog', position: 'left'},
{to: '/blog', label: '博客', position: 'left'},
{
href: 'https://github.com/facebook/docusaurus',
href: 'https://github.com/teasiu/doc',
label: 'GitHub',
position: 'right',
},
@@ -84,7 +84,7 @@ const config = {
title: 'Docs',
items: [
{
label: 'Tutorial',
label: '教程',
to: '/docs/intro',
},
],
@@ -110,12 +110,12 @@ const config = {
title: 'More',
items: [
{
label: 'Blog',
label: '博客',
to: '/blog',
},
{
label: 'GitHub',
href: 'https://github.com/facebook/docusaurus',
href: 'https://github.com/teasiu/doc',
},
],
},