Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/advance/_category_.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"label": "高级教程",
"position": 5,
"position": 6,
"link": {
"type": "generated-index"
}
Expand Down
8 changes: 8 additions & 0 deletions docs/full_guide/_category_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"label": "完整指南",
"position": 3,
"link": {
"type": "generated-index"
}
}

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"label": "访问HTML网页的流程",
"position": 11,
"position": 1,
"link": {
"type": "generated-index"
}
Expand Down
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"label": "react的入门",
"position": 13,
"position": 4,
"link": {
"type": "generated-index"
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
sidebar_position: 1
sidebar_position: 2
---

# 如何使用react+ts编写前端todo list
Expand All @@ -9,7 +9,7 @@ sidebar_position: 1
1. 已创建react ts工程

>**提示**
若未创建react ts工程,可以参考[使用vite创建react ts工程](http://localhost:3000/full-stack-tutorial/docs/react/react_ts)文档
若未创建react ts工程,可以参考[使用vite创建react ts工程](https://github.com/idealjs/full-stack-tutorial/blob/main/docs/react/react_ts.md)文档

## 项目初始化
打开react ts工程
Expand Down
File renamed without changes.
File renamed without changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"label": "vite的入门",
"position": 10,
"position": 2,
"link": {
"type": "generated-index"
}
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"label": "vanilla ts工程",
"position": 12,
"position": 3,
"link": {
"type": "generated-index"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ sidebar_position: 1
1. 已创建vanilla ts工程

>**提示**
若未安装vanilla ts工程,可以参考[vite的入门](http://localhost:3000/full-stack-tutorial/docs/vite)文档
若未安装vanilla ts工程,可以参考[vite的入门](https://github.com/idealjs/full-stack-tutorial/blob/main/docs/vite/vite.md)文档

## 项目初始化
打开vanilla ts工程
Expand Down
7 changes: 7 additions & 0 deletions docs/recipes/_category_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"label": "操作指南",
"position": 4,
"link": {
"type": "generated-index"
}
}
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ sidebar_position: 1
5. 确认已启动数据库

>**提示**
如果不知道怎么启动数据库,可以参考使用 [Docker启动数据库](http://localhost:3000/full-stack-tutorial/docs/docker/start)文档
如果不知道怎么启动数据库,可以参考使用 [Docker启动数据库](https://github.com/idealjs/full-stack-tutorial/blob/main/docs/docker/start.md)文档

## 项目初始化
- 打开Next.js项目
Expand Down
File renamed without changes
File renamed without changes
7 changes: 7 additions & 0 deletions docs/reference/_category_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"label": "参考资料",
"position":5,
"link": {
"type": "generated-index"
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"label": "vscode插件异常",
"position": 6,
"position": 1,
"link": {
"type": "generated-index"
}
Expand Down
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"label": "Alias命令",
"position": 9,
"position": 2,
"link": {
"type": "generated-index"
}
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion docs/tools/_category_.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"label": "工具",
"position": 3,
"position": 5,
"link": {
"type": "generated-index"
}
Expand Down