mirror of
https://github.com/expressjs/expressjs.com.git
synced 2026-02-21 19:41:33 +00:00
feat - add api 5x in menu (#1613)
* feat - add api 5x in menu pt-br * update doc api-5x in pt-br * chore - add api version 5x in menu - de * chore - add api version 5x in menu - es * chore - add api version 5x in menu - fr * chore - add api version 5x in menu - id * chore - add api version 5x in menu - it * chore - add api version 5x in menu - ja * chore - add api version 5x in menu - ko * chore - add api version 5x in menu - ru * chore - add api version 5x in menu - sk * chore - add api version 5x in menu - th * chore - add api version 5x in menu - tr * chore - add api version 5x in menu - uk * chore - add api version 5x in menu - uz * chore - add api version 5x in menu - zh-cn and zh-tw * chore - add api version 5x in menu - zh-tw * chore - remove text beta
This commit is contained in:
22
fr/5x/api.md
Normal file
22
fr/5x/api.md
Normal file
@@ -0,0 +1,22 @@
|
||||
---
|
||||
layout: 5x-api
|
||||
title: Express 5.x - Référence de l'API
|
||||
menu: api
|
||||
lang: fr
|
||||
---
|
||||
|
||||
<div id="api-doc" markdown="1">
|
||||
|
||||
<h1>5.x API</h1>
|
||||
|
||||
{% include admonitions/caution.html content="This is early beta documentation that may be incomplete and is still under development." %}
|
||||
|
||||
{% include admonitions/note.html content="Express 5.0 requires Node.js 18 or higher." %}
|
||||
|
||||
{% include api/en/5x/express.md %}
|
||||
{% include api/en/5x/app.md %}
|
||||
{% include api/en/5x/req.md %}
|
||||
{% include api/en/5x/res.md %}
|
||||
{% include api/en/5x/router.md %}
|
||||
|
||||
</div>
|
||||
Reference in New Issue
Block a user