-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore - add api version 5x in menu - zh-cn and zh-tw
- Loading branch information
1 parent
c175758
commit 0bc5964
Showing
4 changed files
with
48 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
--- | ||
layout: 5x-api | ||
title: Express 5.x - API 参考 | ||
menu: api | ||
lang: zh-cn | ||
--- | ||
|
||
<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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
--- | ||
layout: 5x-api | ||
title: Express 5.x - API 參照 | ||
menu: api | ||
lang: zh-tw | ||
--- | ||
|
||
<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/{{ page.lang }}/5x/express.md %} | ||
{% include api/{{ page.lang }}/5x/app.md %} | ||
{% include api/{{ page.lang }}/5x/req.md %} | ||
{% include api/{{ page.lang }}/5x/res.md %} | ||
{% include api/{{ page.lang }}/5x/router.md %} | ||
|
||
</div> |