Skip to content

Commit

Permalink
chore - add api version 5x in menu - id
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosstenzel committed Sep 13, 2024
1 parent 862844c commit b6176c8
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 2 deletions.
3 changes: 1 addition & 2 deletions fr/5x/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
layout: 5x-api
title: Express 5.x - Référence de l'API
menu: api
lang: en
redirect_from: "/5x/api.html"
lang: fr
---

<div id="api-doc" markdown="1">
Expand Down
22 changes: 22 additions & 0 deletions id/5x/api.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
layout: 5x-api
title: Express 5.x - Referensi API
menu: api
lang: id
---

<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>

0 comments on commit b6176c8

Please sign in to comment.