chuyaoyuan

代码提交
This commit is contained in:
2021-04-26 17:59:01 +08:00
parent 254f86d8fe
commit b2b5a652c9
13 changed files with 92 additions and 27 deletions
-11
View File
@@ -1,11 +0,0 @@
---
slug: hola
title: Hola
author: Gao Wei
author_title: Docusaurus Core Team
author_url: https://github.com/wgao19
author_image_url: https://s3.ax1x.com/2021/02/26/6SEr4g.jpg
tags: [hola, docusaurus]
---
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum tempor eros aliquam consequat. Lorem ipsum dolor sit amet
-13
View File
@@ -1,13 +0,0 @@
---
slug: welcome
title: Welcome
author: yaoyuan chu
author_title: chuyaoyuan @ null
author_url: https://github.com/chuyaoyuan
author_image_url: https://s3.ax1x.com/2021/02/26/6SEr4g.jpg
tags: [codedocs, hello, chuyaoyuan]
---
博客功能是由博客插件提供的。只需将文件添加到“博客”目录。它也支持标签!
如果您不想使用博客功能,请删除整个目录。就这么简单!
@@ -1,14 +1,15 @@
--- ---
slug: hello-world slug: hello-world
title: Hello title: Hello Welcome
author: Endilie Yacop Sucipto author: Endilie Yacop Sucipto
author_title: Maintainer of Docusaurus author_title: Maintainer of Docusaurus
author_url: https://github.com/endiliey author_url: https://github.com/endiliey
author_image_url: https://s3.ax1x.com/2021/02/26/6SEr4g.jpg author_image_url: https://s3.ax1x.com/2021/02/26/6SEr4g.jpg
tags: [hello, docusaurus] tags: [hello, chuyaoyuan]
--- ---
Welcome to this blog. This blog is created with [**Docusaurus 2 alpha**](https://docusaurus.io/). Welcome to this blog. This blog is created .
欢迎来到这个博客。此博客已创建
<!--truncate--> <!--truncate-->
+11
View File
@@ -0,0 +1,11 @@
---
slug: join in
title: 加入到这里
author: yaoyuan chu
author_title: chuyaoyuan
author_url: https://github.com/chuyaoyuan
author_image_url: https://s3.ax1x.com/2021/02/26/6SEr4g.jpg
tags: [hola, code-docs]
---
这里是个公开的技术文档聚集之地,可以随时随地的发表新文档,GitHub:[**code-docs**](https://github.com/chuyaoyuan/code-docs).
@@ -0,0 +1,4 @@
{
"label": "1 - 100",
"position": 2
}
+12
View File
@@ -0,0 +1,12 @@
---
sidebar_position: 1
---
# Hello 1
```shell
Hello 1
```
@@ -0,0 +1,4 @@
{
"label": "100 - 200",
"position": 3
}
@@ -0,0 +1,12 @@
---
sidebar_position: 1
---
# Hello 100
```shell
Hello 100
```
@@ -0,0 +1,4 @@
{
"label": "SpringBoot系列",
"position": 2
}
@@ -0,0 +1,12 @@
---
sidebar_position: 1
---
# Hello boot
```shell
Hello boot
```
@@ -0,0 +1,4 @@
{
"label": "SpringCloud系列",
"position": 3
}
@@ -0,0 +1,12 @@
---
sidebar_position: 1
---
# Hello cloud
```shell
Hello cloud
```
+13
View File
@@ -68,6 +68,19 @@ module.exports = {
}, },
], ],
}, },
{
title: 'Development team ',
items: [
{
label: 'chuyaoyuan',
href: 'https://github.com/chuyaoyuan/code-docs',
},
{
label: 'zhangbohou',
href: 'https://github.com/chuyaoyuan/code-docs',
},
],
},
{ {
title: 'More', title: 'More',
items: [ items: [