chuyaoyuan
提交
This commit is contained in:
@@ -8,9 +8,9 @@ author_image_url: https://s3.ax1x.com/2021/02/26/6SEr4g.jpg
|
|||||||
tags: [hello, chuyaoyuan]
|
tags: [hello, chuyaoyuan]
|
||||||
---
|
---
|
||||||
|
|
||||||
Welcome to this site. This site is created .
|
Welcome to this site.
|
||||||
欢迎来到这里。code-docs
|
这是一篇关于如何创建文档的博客。[开始阅读](http://docs.yaoyuan.io/blog/use-code-docs)
|
||||||
|
<!--truncate-->
|
||||||
### 使用
|
### 使用
|
||||||
|
|
||||||
1. [Git](https://git-scm.com/downloads)_.Git安装
|
1. [Git](https://git-scm.com/downloads)_.Git安装
|
||||||
|
|||||||
@@ -43,7 +43,7 @@ module.exports = {
|
|||||||
style: 'dark',
|
style: 'dark',
|
||||||
links: [
|
links: [
|
||||||
{
|
{
|
||||||
title: 'Docs',
|
title: '文档',
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
label: 'CodeDocs',
|
label: 'CodeDocs',
|
||||||
@@ -52,7 +52,7 @@ module.exports = {
|
|||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'Community',
|
title: '第三方链接',
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
label: 'Stack Overflow',
|
label: 'Stack Overflow',
|
||||||
@@ -69,20 +69,20 @@ module.exports = {
|
|||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'Development team ',
|
title: '开发团队',
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
label: 'chuyaoyuan',
|
label: 'chuyaoyuan',
|
||||||
href: 'https://github.com/chuyaoyuan/code-docs',
|
href: 'https://github.com/chuyaoyuan/',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: 'zhangbohou',
|
label: 'zhangbohou',
|
||||||
href: 'https://github.com/chuyaoyuan/code-docs',
|
href: 'https://github.com/BohouZhang',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'More',
|
title: '更多',
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
label: 'Blog',
|
label: 'Blog',
|
||||||
@@ -95,7 +95,7 @@ module.exports = {
|
|||||||
],
|
],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
copyright: `Copyright © ${new Date().getFullYear()} Code Docs, Inc. Built with Docusaurus.`,
|
copyright: `Copyright © ${new Date().getFullYear()} Code Docs, Inc. 一个懂你的编程文档网站.`,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
presets: [
|
presets: [
|
||||||
|
|||||||
Reference in New Issue
Block a user