mirror of
https://github.com/expressjs/expressjs.com.git
synced 2026-02-22 03:51:33 +00:00
* fix: remove code block rendering in the note section Closes #1949 * fix: removed markdown from note include to prevent code block rendering * fix: remove code block rendering from all translation pages * add markdown attribute --------- Co-authored-by: shubham oulkar <91728992+ShubhamOulkar@users.noreply.github.com>
637 B
637 B
layout, version, title, description, lang, redirect_from
| layout | version | title | description | lang | redirect_from |
|---|---|---|---|---|---|
| api | 5x | Express 5.x - Referência da API | Access the API reference for Express.js 5.x, detailing all modules, methods, and properties for building web applications with this latest version. | pt-br |
5.x API
{% capture node-version %}
Express 5.0 requires Node.js 18 or higher.
{% endcapture %}
{% include admonitions/note.html content=node-version %}
{% 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 %}