mirror of
https://github.com/expressjs/expressjs.com.git
synced 2026-02-21 19:41:33 +00:00
update api to 5x (#1876)
This commit is contained in:
committed by
GitHub
parent
9e00f5aa32
commit
4901220f86
23
en/api.md
23
en/api.md
@@ -1,27 +1,20 @@
|
||||
---
|
||||
layout: 4x-api
|
||||
title: Express 4.x - API Reference
|
||||
layout: 5x-api
|
||||
title: Express 5.x - API Reference
|
||||
description: Access the API reference for Express.js detailing all modules, methods, and properties for building web applications with this version.
|
||||
lang: en
|
||||
redirect_from: "/api.html"
|
||||
---
|
||||
<div id="api-doc" markdown="1">
|
||||
|
||||
<h1>4.x API</h1>
|
||||
|
||||
<h1>5.x API</h1>
|
||||
<a id='express' class='h2'></a>
|
||||
{% include api/{{ page.lang }}/4x/express.md %}
|
||||
|
||||
{% include api/en/5x/express.md %}
|
||||
<a id='app' class='h2'></a>
|
||||
{% include api/{{ page.lang }}/4x/app.md %}
|
||||
|
||||
{% include api/en/5x/app.md %}
|
||||
<a id='req' class='h2'></a>
|
||||
{% include api/{{ page.lang }}/4x/req.md %}
|
||||
|
||||
{% include api/en/5x/req.md %}
|
||||
<a id='res' class='h2'></a>
|
||||
{% include api/{{ page.lang }}/4x/res.md %}
|
||||
|
||||
{% include api/en/5x/res.md %}
|
||||
<a id='router' class='h2'></a>
|
||||
{% include api/{{ page.lang }}/4x/router.md %}
|
||||
|
||||
{% include api/en/5x/router.md %}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user