Skip to content

Commit

Permalink
docs: add TypeScript Guide (#2324)
Browse files Browse the repository at this point in the history
  • Loading branch information
atian25 authored Apr 12, 2018
1 parent cd418f5 commit f0e7773
Show file tree
Hide file tree
Showing 8 changed files with 563 additions and 0 deletions.
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

0 comments on commit f0e7773

Please sign in to comment.