-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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(doc): add what is egg english doc, translated by the chinese version #462
Conversation
Codecov Report
@@ Coverage Diff @@
## master #462 +/- ##
=====================================
Coverage 100% 100%
=====================================
Files 26 26
Lines 620 620
=====================================
Hits 620 620 Continue to review full report at Codecov.
|
docs/source/en/intro/index.md
Outdated
title: What is egg? | ||
--- | ||
|
||
**egg is born for building enterprise application and framework**,we hope egg will give more upper frame to help developers and developing team reduce development and maintenance costs. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
upper frame
一般不这样说的吧。
"我们希望由 egg 孕育出更多上层框架" 孕育没有翻译出来
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We hope egg will give birth to more application framework to help ...
这个怎么样? @fengmk2
docs/source/en/intro/index.md
Outdated
|
||
Since we know well that enterprise applications need to consider how to balance the differences between different teams, seeking common ground while reserving differences in the pursuit of clarifying specification and cooperation, we focus on providing core features for web development and a flexible and extensible plug-in mechanism instead of giant bazaar mode which is popular in common web frameworks(with integrated such as database, template engine, front-end framework and other functions). We will not make technical selection because default technical selection makes the scalability of the framework too poor to meet a variety of custom requirements. With the help of egg , it is very easy for architects and technical leaders to build their own framework which is suitable for their business scenarios based on existing technology stack . | ||
|
||
The plug-in mechanism of egg is very extensible, **one purpose for one plugin**(Eg:[nunjucks] is encapsulated in to [egg-view-nunjucks](https://github.com/eggjs/egg-view-nunjucks), and MySQL is encapsulated in to [egg-mysql](https://github.com/eggjs/egg-mysql)). Aggregating the plugins and customizing the configurations according to their own business scenarios greatly reduces the development cost. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Aggregating the plugins
多了一个空格
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thx
@davidnotes Thanks a lot! |
Checklist
npm test
passesAffected core subsystem(s)
Description of change