Skip to content

Commit

Permalink
change: remove prefix number
Browse files Browse the repository at this point in the history
  • Loading branch information
testusuke committed Nov 21, 2023
1 parent 0d3dd8f commit 8960d26
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions docs/tutorial/common/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 共通

- [01 - Git](01-git/index.md)
- [02 - VS Code 拡張機能](02-vscode-extentions/index.md)
- [Git](01-git/index.md)
- [VS Code 拡張機能](02-vscode-extentions/index.md)
18 changes: 9 additions & 9 deletions docs/tutorial/frontend/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

## 読んで学ぶ

- [01 - TypeScript](01-typescript/index.md)
- [02 - HTTP リクエスト](02-http-request/index.md)
- [03 - Axios](03-axios/index.md)
- [05 - HTML / CSS](05-basic-html-css/index.md)
- [06 - React](06-react/index.md)
- [07 - Next.js](07-nextjs/index.md)
- [08 - Material UI](08-material-ui/index.md)
- [TypeScript](01-typescript/index.md)
- [HTTP リクエスト](02-http-request/index.md)
- [Axios](03-axios/index.md)
- [HTML / CSS](05-basic-html-css/index.md)
- [React](06-react/index.md)
- [Next.js](07-nextjs/index.md)
- [Material UI](08-material-ui/index.md)

## 実践

- [04 - 天気予報 API を叩いてみる](04-request-weather-api/index.md)
- [09 - 天気予報 Web アプリを作ってみる](09-build-weather-forecast-app/index.md)
- [天気予報 API を叩いてみる](04-request-weather-api/index.md)
- [天気予報 Web アプリを作ってみる](09-build-weather-forecast-app/index.md)

0 comments on commit 8960d26

Please sign in to comment.