Skip to content

Commit

Permalink
fix: fix 404 page url (#1881)
Browse files Browse the repository at this point in the history
  • Loading branch information
fsiaonma authored and popomore committed Dec 26, 2017
1 parent 0830434 commit 532110a
Show file tree
Hide file tree
Showing 15 changed files with 16 additions and 3 deletions.
1 change: 1 addition & 0 deletions docs/source/en/advanced/cluster-client.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
this document is still waiting for translation, see [Chinese Version](/zh-cn/advanced/cluster-client.html)
1 change: 1 addition & 0 deletions docs/source/en/advanced/framework.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
this document is still waiting for translation, see [Chinese Version](/zh-cn/advanced/framework.html)
1 change: 1 addition & 0 deletions docs/source/en/advanced/loader.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
this document is still waiting for translation, see [Chinese Version](/zh-cn/advanced/loader.html)
1 change: 1 addition & 0 deletions docs/source/en/advanced/plugin.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
this document is still waiting for translation, see [Chinese Version](/zh-cn/advanced/plugin.html)
1 change: 1 addition & 0 deletions docs/source/en/advanced/view-plugin.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
this document is still waiting for translation, see [Chinese Version](/zh-cn/advanced/view-plugin.html)
2 changes: 1 addition & 1 deletion docs/source/en/basics/objects.md
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ In addition, Helper instances can also be accessed in template, for example, we
### Custom helper method
In application development, we may often customize some helper methods, such as `formatUser` in the above example, we can use [framework extension](./Extend.md#helper) to customize helper method.
In application development, we may often customize some helper methods, such as `formatUser` in the above example, we can use [framework extension](./extend.md#helper) to customize helper method.
```js
// app/extend/helper.js
Expand Down
1 change: 1 addition & 0 deletions docs/source/en/basics/plugin.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
this document is still waiting for translation, see [Chinese Version](/zh-cn/basics/plugin.html)
1 change: 1 addition & 0 deletions docs/source/en/core/development.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
this document is still waiting for translation, see [Chinese Version](/zh-cn/core/development.html)
2 changes: 2 additions & 0 deletions docs/source/en/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
layout: index
---
2 changes: 1 addition & 1 deletion docs/source/en/intro/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@ Where to go from here? read our documentation to better understand the framework
- Egg provides a powerful mechanism for extending features. See [Plugin](../basics/plugin.md).
- Egg framework allows small or large teams to work together as fast as possible under the well-documented conventions and coding best practices. In addition, the teams can build up logics on top of the framework to better suit their special needs. See more on [Frameworks].(../advanced/framework.md).
- Egg framework provides code reusabilities and modularities. See details at [Progressive](../tutorials/progressive.md).
- Egg framework enables developers to write painless unit testing with many plugins and community-powered toolings. The team should give it a try by using Egg unit testing without worrying about setting up the testing tooling but writing the testing logics. See [Unit Testing](../core/test.md).
- Egg framework enables developers to write painless unit testing with many plugins and community-powered toolings. The team should give it a try by using Egg unit testing without worrying about setting up the testing tooling but writing the testing logics. See [Unit Testing](../core/unittest.md).

[Node.js]: http://nodejs.org
[egg-init]: https:/eggjs/egg-init
Expand Down
1 change: 1 addition & 0 deletions docs/source/en/migration.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
this document is still waiting for translation, see [Chinese Version](/zh-cn/migration.html)
1 change: 1 addition & 0 deletions docs/source/en/resource.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
this document is still waiting for translation, see [Chinese Version](/zh-cn/resource.html)
1 change: 1 addition & 0 deletions docs/source/en/style-guide.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
this document is still waiting for translation, see [Chinese Version](/zh-cn/style-guide.html)
1 change: 1 addition & 0 deletions docs/source/en/tutorials/passport.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
this document is still waiting for translation, see [Chinese Version](/zh-cn/tutorials/passport.html)
2 changes: 1 addition & 1 deletion docs/source/languages/zh-cn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ index:
readmore: "查看更多"

header:
translations: "切换语言"
translations: "Translations"

guide_toc:
Intro: 新手指南
Expand Down

0 comments on commit 532110a

Please sign in to comment.