chuyaoyuan

初始代码
This commit is contained in:
2021-04-26 14:42:20 +08:00
parent 580692bda5
commit 10df53d012
15 changed files with 14960 additions and 32 deletions
+22 -14
View File
@@ -1,31 +1,39 @@
/** @type {import('@docusaurus/types').DocusaurusConfig} */
module.exports = {
title: 'My Site',
tagline: 'Dinosaurs are cool',
url: 'https://your-docusaurus-test-site.com',
title: 'CodeDocs 编程文档',
tagline: 'CodeDocs 编程文档 -- 这是一些技术人的编程文档',
url: 'http://docs.yaoyuan.io/',
baseUrl: '/',
onBrokenLinks: 'throw',
onBrokenMarkdownLinks: 'warn',
favicon: 'img/favicon.ico',
organizationName: 'facebook', // Usually your GitHub org/user name.
projectName: 'docusaurus', // Usually your repo name.
organizationName: 'chuyaoyuan', // Usually your GitHub org/user name.
projectName: 'code-docs', // Usually your repo name.
i18n: {
defaultLocale: 'zh-cn',
locales: ['zh-cn','en'],
},
themeConfig: {
navbar: {
title: 'My Site',
title: 'CodeDocs 编程文档',
logo: {
alt: 'My Site Logo',
alt: 'CodeDocs 编程文档',
src: 'img/logo.svg',
},
items: [
{
type: 'doc',
docId: 'intro',
docId: 'intro-docs',
position: 'left',
label: 'Tutorial',
label: 'Docs',
},
{to: '/blog', label: 'Blog', position: 'left'},
{
href: 'https://github.com/facebook/docusaurus',
type: 'localeDropdown',
position: 'right',
},
{
href: 'https://github.com/chuyaoyuan/code-docs',
label: 'GitHub',
position: 'right',
},
@@ -48,15 +56,15 @@ module.exports = {
items: [
{
label: 'Stack Overflow',
href: 'https://stackoverflow.com/questions/tagged/docusaurus',
href: 'https://stackoverflow.com/',
},
{
label: 'Discord',
href: 'https://discordapp.com/invite/docusaurus',
href: 'https://discordapp.com/',
},
{
label: 'Twitter',
href: 'https://twitter.com/docusaurus',
href: 'https://twitter.com/',
},
],
},
@@ -69,7 +77,7 @@ module.exports = {
},
{
label: 'GitHub',
href: 'https://github.com/facebook/docusaurus',
href: 'https://github.com/chuyaoyuan/code-docs',
},
],
},