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

View File

@@ -23,7 +23,7 @@ const sidebars = {
'hello', 'hello',
{ {
type: 'category', type: 'category',
label: 'Tutorial', label: '½Ì³Ì',
items: ['tutorial-basics/create-a-document'], items: ['tutorial-basics/create-a-document'],
}, },
], ],