mirror of
https://github.com/expressjs/expressjs.com.git
synced 2026-02-21 19:41: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>
655 B
655 B
layout, version, title, description, lang, redirect_from
| layout | version | title | description | lang | redirect_from |
|---|---|---|---|---|---|
| api | 4x | Express 4.x - API Reference | Access the API reference for Express.js 4.x, detailing all modules, methods, and properties for building web applications with this version. | en | /4x/api.html |
4.x API
{% capture node-version %}
Express 4.0 requires Node.js 0.10 or higher.
{% endcapture %}
{% include admonitions/note.html content=node-version %}
{% include api/en/4x/express.md %} {% include api/en/4x/app.md %} {% include api/en/4x/req.md %} {% include api/en/4x/res.md %} {% include api/en/4x/router.md %}