Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: add TypeScript Guide #2324

Merged
merged 4 commits into from
Apr 12, 2018
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
8 changes: 8 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"files.associations": {
"*.wpy": "vue",
"*.wxss": "css",
"*.wxml": "html",
".gpmrc": "json"
}
}
1 change: 1 addition & 0 deletions docs/source/_data/guide_toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ Tutorials:
Passport: /tutorials/passport.html
Socket.IO: /tutorials/socketio.html
Assets: /tutorials/assets.html
TypeScript: /tutorials/typescript.html
Advanced:
Loader: /advanced/loader.html
Plugin Development: /advanced/plugin.html
Expand Down
1 change: 1 addition & 0 deletions docs/source/en/tutorials/assets.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
title: Assets
---
this document is still waiting for translation, see [Chinese Version](/zh-cn/tutorials/assets.html)
3 changes: 3 additions & 0 deletions docs/source/en/tutorials/typescript.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
title: Assets
---
this document is still waiting for translation, see [Chinese Version](/zh-cn/tutorials/typescript.html)
1 change: 1 addition & 0 deletions docs/source/languages/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,4 @@ guide_toc:
FAQ: FAQ
Resource: Resource
Assets: Assets
TypeScript: TypeScript
1 change: 1 addition & 0 deletions docs/source/languages/th.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,3 +68,4 @@ guide_toc:
FAQ: คำถามที่พบบ่อย
Resource: ทรัพยากร
Assets: Assets
TypeScript: TypeScript
1 change: 1 addition & 0 deletions docs/source/languages/zh-cn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,4 @@ guide_toc:
FAQ: 常见问题
Resource: 资源
Assets: 静态资源
TypeScript: TypeScript
Loading