Skip to content

Commit fb714ab

Browse files
committed
fix index.md
1 parent 87c179a commit fb714ab

File tree

9 files changed

+59
-103
lines changed

9 files changed

+59
-103
lines changed

de/index.md

Lines changed: 11 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -48,23 +48,17 @@ app.listen(port, () => {
4848
<div id="web-applications">
4949
<h2>Web Applications</h2> Express is a minimal and flexible Node.js web application framework that provides a robust set of features for web and mobile applications.
5050
</div>
51-
52-
```
53-
<div id="apis">
54-
<h2>APIs</h2> With a myriad of HTTP utility methods and middleware at your disposal, creating a robust API is quick and easy.
55-
</div>
56-
57-
<div id="performance">
58-
<h2>Performance</h2> Express provides a thin layer of fundamental web application features, without obscuring Node.js features that you know and love.
59-
</div>
60-
61-
<div id="middleware">
62-
<h2>Middleware</h2>
63-
Express is a lightweight and flexible routing framework with minimal core features
64-
meant to be augmented through the use of Express <a href="{{ page.lang }}/resources/middleware.html">middleware</a> modules.
65-
</div>
66-
```
67-
51+
<div id="apis">
52+
<h2>APIs</h2> With a myriad of HTTP utility methods and middleware at your disposal, creating a robust API is quick and easy.
53+
</div>
54+
<div id="performance">
55+
<h2>Performance</h2> Express provides a thin layer of fundamental web application features, without obscuring Node.js features that you know and love.
56+
</div>
57+
<div id="middleware">
58+
<h2>Middleware</h2>
59+
Express is a lightweight and flexible routing framework with minimal core features
60+
meant to be augmented through the use of Express <a href="{{ page.lang }}/resources/middleware. html">middleware</a> modules.
61+
</div>
6862
</div>
6963

7064
</section>

es/index.md

Lines changed: 11 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -48,23 +48,17 @@ app.listen(port, () => {
4848
<div id="web-applications">
4949
<h2>Web Applications</h2> Express is a minimal and flexible Node.js web application framework that provides a robust set of features for web and mobile applications.
5050
</div>
51-
52-
```
53-
<div id="apis">
54-
<h2>APIs</h2> With a myriad of HTTP utility methods and middleware at your disposal, creating a robust API is quick and easy.
55-
</div>
56-
57-
<div id="performance">
58-
<h2>Performance</h2> Express provides a thin layer of fundamental web application features, without obscuring Node.js features that you know and love.
59-
</div>
60-
61-
<div id="middleware">
62-
<h2>Middleware</h2>
63-
Express is a lightweight and flexible routing framework with minimal core features
64-
meant to be augmented through the use of Express <a href="{{ page.lang }}/resources/middleware.html">middleware</a> modules.
65-
</div>
66-
```
67-
51+
<div id="apis">
52+
<h2>APIs</h2> With a myriad of HTTP utility methods and middleware at your disposal, creating a robust API is quick and easy.
53+
</div>
54+
<div id="performance">
55+
<h2>Performance</h2> Express provides a thin layer of fundamental web application features, without obscuring Node.js features that you know and love.
56+
</div>
57+
<div id="middleware">
58+
<h2>Middleware</h2>
59+
Express is a lightweight and flexible routing framework with minimal core features
60+
meant to be augmented through the use of Express <a href="{{ page.lang }}/resources/middleware. html">middleware</a> modules.
61+
</div>
6862
</div>
6963

7064
</section>

fr/index.md

Lines changed: 11 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -48,23 +48,17 @@ app.listen(port, () => {
4848
<div id="web-applications">
4949
<h2>Web Applications</h2> Express is a minimal and flexible Node.js web application framework that provides a robust set of features for web and mobile applications.
5050
</div>
51-
52-
```
53-
<div id="apis">
54-
<h2>APIs</h2> With a myriad of HTTP utility methods and middleware at your disposal, creating a robust API is quick and easy.
55-
</div>
56-
57-
<div id="performance">
58-
<h2>Performance</h2> Express provides a thin layer of fundamental web application features, without obscuring Node.js features that you know and love.
59-
</div>
60-
61-
<div id="middleware">
62-
<h2>Middleware</h2>
63-
Express is a lightweight and flexible routing framework with minimal core features
64-
meant to be augmented through the use of Express <a href="{{ page.lang }}/resources/middleware.html">middleware</a> modules.
65-
</div>
66-
```
67-
51+
<div id="apis">
52+
<h2>APIs</h2> With a myriad of HTTP utility methods and middleware at your disposal, creating a robust API is quick and easy.
53+
</div>
54+
<div id="performance">
55+
<h2>Performance</h2> Express provides a thin layer of fundamental web application features, without obscuring Node.js features that you know and love.
56+
</div>
57+
<div id="middleware">
58+
<h2>Middleware</h2>
59+
Express is a lightweight and flexible routing framework with minimal core features
60+
meant to be augmented through the use of Express <a href="{{ page.lang }}/resources/middleware. html">middleware</a> modules.
61+
</div>
6862
</div>
6963

7064
</section>

index.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,25 +42,20 @@ app.listen(port, () => {
4242
{% endif %}
4343

4444
<section id="intro">
45-
4645
<div id="boxes" class="clearfix">
4746
<div id="web-applications">
4847
<h2>Web Applications</h2> Express is a minimal and flexible Node.js web application framework that provides a robust set of features for web and mobile applications.
4948
</div>
50-
5149
<div id="apis">
5250
<h2>APIs</h2> With a myriad of HTTP utility methods and middleware at your disposal, creating a robust API is quick and easy.
5351
</div>
54-
5552
<div id="performance">
5653
<h2>Performance</h2> Express provides a thin layer of fundamental web application features, without obscuring Node.js features that you know and love.
5754
</div>
58-
5955
<div id="middleware">
6056
<h2>Middleware</h2>
6157
Express is a lightweight and flexible routing framework with minimal core features
6258
meant to be augmented through the use of Express <a href="{{ page.lang }}/resources/middleware.html">middleware</a> modules.
6359
</div>
6460
</div>
65-
6661
</section>

it/index.md

Lines changed: 11 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -48,22 +48,17 @@ app.listen(port, () => {
4848
<div id="web-applications">
4949
<h2>Web Applications</h2> Express is a minimal and flexible Node.js web application framework that provides a robust set of features for web and mobile applications.
5050
</div>
51-
52-
```
53-
<div id="apis">
54-
<h2>APIs</h2> With a myriad of HTTP utility methods and middleware at your disposal, creating a robust API is quick and easy.
55-
</div>
56-
57-
<div id="performance">
58-
<h2>Performance</h2> Express provides a thin layer of fundamental web application features, without obscuring Node.js features that you know and love.
59-
</div>
60-
61-
<div id="middleware">
62-
<h2>Middleware</h2>
63-
Express is a lightweight and flexible routing framework with minimal core features
64-
meant to be augmented through the use of Express <a href="{{ page.lang }}/resources/middleware.html">middleware</a> modules.
65-
</div>
66-
```
51+
<div id="apis">
52+
<h2>APIs</h2> With a myriad of HTTP utility methods and middleware at your disposal, creating a robust API is quick and easy.
53+
</div>
54+
<div id="performance">
55+
<h2>Performance</h2> Express provides a thin layer of fundamental web application features, without obscuring Node.js features that you know and love.
56+
</div>
57+
<div id="middleware">
58+
<h2>Middleware</h2>
59+
Express is a lightweight and flexible routing framework with minimal core features
60+
meant to be augmented through the use of Express <a href="{{ page.lang }}/resources/middleware.html">middleware</a> modules.
61+
</div>
6762

6863
</div>
6964

ja/index.md

Lines changed: 11 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -48,23 +48,17 @@ app.listen(port, () => {
4848
<div id="web-applications">
4949
<h2>Web Applications</h2> Express is a minimal and flexible Node.js web application framework that provides a robust set of features for web and mobile applications.
5050
</div>
51-
52-
```
53-
<div id="apis">
54-
<h2>APIs</h2> With a myriad of HTTP utility methods and middleware at your disposal, creating a robust API is quick and easy.
55-
</div>
56-
57-
<div id="performance">
58-
<h2>Performance</h2> Express provides a thin layer of fundamental web application features, without obscuring Node.js features that you know and love.
59-
</div>
60-
61-
<div id="middleware">
62-
<h2>Middleware</h2>
63-
Express is a lightweight and flexible routing framework with minimal core features
64-
meant to be augmented through the use of Express <a href="{{ page.lang }}/resources/middleware.html">middleware</a> modules.
65-
</div>
66-
```
67-
51+
<div id="apis">
52+
<h2>APIs</h2> With a myriad of HTTP utility methods and middleware at your disposal, creating a robust API is quick and easy.
53+
</div>
54+
<div id="performance">
55+
<h2>Performance</h2> Express provides a thin layer of fundamental web application features, without obscuring Node.js features that you know and love.
56+
</div>
57+
<div id="middleware">
58+
<h2>Middleware</h2>
59+
Express is a lightweight and flexible routing framework with minimal core features
60+
meant to be augmented through the use of Express <a href="{{ page.lang }}/resources/middleware.html">middleware</a> modules.
61+
</div>
6862
</div>
6963

7064
</section>

ko/index.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,23 +48,17 @@ app.listen(port, () => {
4848
<div id="web-applications">
4949
<h2>Web Applications</h2> Express is a minimal and flexible Node.js web application framework that provides a robust set of features for web and mobile applications.
5050
</div>
51-
52-
```
5351
<div id="apis">
5452
<h2>APIs</h2> With a myriad of HTTP utility methods and middleware at your disposal, creating a robust API is quick and easy.
5553
</div>
56-
5754
<div id="performance">
5855
<h2>Performance</h2> Express provides a thin layer of fundamental web application features, without obscuring Node.js features that you know and love.
5956
</div>
60-
6157
<div id="middleware">
6258
<h2>Middleware</h2>
6359
Express is a lightweight and flexible routing framework with minimal core features
6460
meant to be augmented through the use of Express <a href="{{ page.lang }}/resources/middleware.html">middleware</a> modules.
6561
</div>
66-
```
67-
6862
</div>
6963

7064
</section>

pt-br/index.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,12 @@ app.listen(port, () => {
3939
<div id="web-applications">
4040
<h2>Aplicativos da Web</h2> O Express é um framework para aplicativo da web do Node.js mínimo e flexível que fornece um conjunto robusto de recursos para aplicativos web e móveis.
4141
</div>
42-
4342
<div id="apis">
4443
<h2>APIs</h2> Com uma infinidade de métodos utilitários HTTP e middleware à sua disposição, criar uma API robusta é rápido e fácil.
4544
</div>
46-
4745
<div id="performance">
4846
<h2>Desempenho</h2> O Express fornece uma camada fina de recursos fundamentais para aplicativos da web, sem obscurecer os recursos do Node.js que você conhece e ama.
4947
</div>
50-
5148
<div id="middleware">
5249
<h2>Middleware</h2>
5350
Express é uma estrutura de roteamento leve e flexível com recursos básicos e mínimos que devem ser

zh-tw/index.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,14 @@ description: Express is a fast, unopinionated, minimalist web framework for Node
2727
<section id="intro">
2828
<div id="boxes" class="clearfix">
2929
<div id="web-applications">
30-
<h2>Web 應用程式</h2> Express 是最小又靈活的 Node.js Web 應用程式架構,為 Web 與行動式應用程式提供一組健全的特性。</div>
31-
30+
<h2>Web 應用程式</h2> Express 是最小又靈活的 Node.js Web 應用程式架構,為 Web 與行動式應用程式提供一組健全的特性。
31+
</div>
3232
<div id="apis">
33-
<h2>API</h2> 大量的 HTTP 公用程式方法與中介軟體供您支配,能夠快速又輕鬆的建立完整的 API。</div>
34-
33+
<h2>API</h2> 大量的 HTTP 公用程式方法與中介軟體供您支配,能夠快速又輕鬆的建立完整的 API。
34+
</div>
3535
<div id="performance">
3636
<h2>效能</h2> Express 既提供精簡的基礎 Web 應用程式特性,又不使您所認識及喜好的 Node.js 失色。
3737
</div>
38-
3938
<div id="sponsorship">
4039
<h2><a href="http://loopback.io/">LoopBack</a></h2><a href="http://loopback.io/"> 使用基於 Express 的架構來開發模型驅動的應用程式。<br/>在 loopback.io 取得更多資訊。</a>
4140
</div>

0 commit comments

Comments
 (0)