diff --git a/_includes/github-edit-btn.html b/_includes/github-edit-btn.html new file mode 100644 index 00000000..3c90f515 --- /dev/null +++ b/_includes/github-edit-btn.html @@ -0,0 +1,9 @@ + + {% include icons/github.svg %} + Edit this page + \ No newline at end of file diff --git a/_includes/icons/github.svg b/_includes/icons/github.svg new file mode 100644 index 00000000..ee754ebe --- /dev/null +++ b/_includes/icons/github.svg @@ -0,0 +1,10 @@ + + + \ No newline at end of file diff --git a/_layouts/4x-api.html b/_layouts/4x-api.html deleted file mode 100644 index faf8d96b..00000000 --- a/_layouts/4x-api.html +++ /dev/null @@ -1,34 +0,0 @@ - - - - {% include head.html %} - - - {% include header.html %} -
- -
- -
- {{ content }} - - - {% include icons/github-light.svg %} - - - {% include icons/github-dark.svg %} - - Edit this page -
-
- - {% include footer.html %} - - - - diff --git a/_layouts/5x-api.html b/_layouts/5x-api.html deleted file mode 100644 index 6db2ab84..00000000 --- a/_layouts/5x-api.html +++ /dev/null @@ -1,34 +0,0 @@ - - - - {% include head.html %} - - - {% include header.html %} -
- -
- -
- {{ content }} - - - {% include icons/github-light.svg %} - - - {% include icons/github-dark.svg %} - - Edit this page -
-
- - {% include footer.html %} - - - - diff --git a/_layouts/3x-api.html b/_layouts/api.html similarity index 51% rename from _layouts/3x-api.html rename to _layouts/api.html index c422c6ff..6e01f7f6 100644 --- a/_layouts/3x-api.html +++ b/_layouts/api.html @@ -11,19 +11,12 @@
{{ content }} - - - {% include icons/github-light.svg %} - - - {% include icons/github-dark.svg %} - - Edit this page + {% include github-edit-btn.html %}
diff --git a/_layouts/page.html b/_layouts/page.html index 96f47fc8..587b8461 100644 --- a/_layouts/page.html +++ b/_layouts/page.html @@ -28,14 +28,7 @@
{{ content }} - - - {% include icons/github-light.svg %} - - - {% include icons/github-dark.svg %} - - Edit this page + {% include github-edit-btn.html %}
{% endif %} diff --git a/_layouts/post.html b/_layouts/post.html index 0f913471..910664b0 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -27,6 +27,7 @@
{{page.date| date: "%d %b %Y" }}
{{ content }} + {% include github-edit-btn.html %} diff --git a/css/style.css b/css/style.css index 00e87c59..429d0ae0 100644 --- a/css/style.css +++ b/css/style.css @@ -681,15 +681,15 @@ a.edit-github-btn{ padding: 0.5rem; border-radius: 0.3rem; - span { - height: 20px; - } - &:is(:hover, :active, :focus) { color: var(--fg); background-color: var(--hover-bg); outline: 1px solid var(--card-fg); } + + > svg { + fill : var(--card-fg) + } } #mobile-menu { diff --git a/en/3x/api.md b/en/3x/api.md index 61cd7f25..eb46fbca 100644 --- a/en/3x/api.md +++ b/en/3x/api.md @@ -1,8 +1,8 @@ --- -layout: 3x-api +layout: api +version: 3x title: Express 3.x - API Reference description: Access the API reference for Express.js version 3.x, noting that this version is end-of-life and no longer maintained - includes details on modules and methods. -menu: api lang: en redirect_from: "/3x/api.html" --- diff --git a/en/4x/api.md b/en/4x/api.md index b7570473..54c63373 100644 --- a/en/4x/api.md +++ b/en/4x/api.md @@ -1,8 +1,8 @@ --- -layout: 4x-api +layout: api +version: 4x title: Express 4.x - API Reference description: Access the API reference for Express.js 4.x, detailing all modules, methods, and properties for building web applications with this version. -menu: api lang: en redirect_from: "/4x/api.html" --- diff --git a/en/5x/api.md b/en/5x/api.md index 2b67898c..994f8afd 100644 --- a/en/5x/api.md +++ b/en/5x/api.md @@ -1,8 +1,8 @@ --- -layout: 5x-api +layout: api +version: 5x title: Express 5.x - API Reference description: Access the API reference for Express.js 5.x, detailing all modules, methods, and properties for building web applications with this latest version. -menu: api lang: en redirect_from: "/5x/api.html" --- diff --git a/en/api.md b/en/api.md index 5695018a..afb6f5bf 100644 --- a/en/api.md +++ b/en/api.md @@ -1,5 +1,6 @@ --- -layout: 5x-api +layout: api +version: 5x title: Express 5.x - API Reference description: Access the API reference for Express.js detailing all modules, methods, and properties for building web applications with this version. lang: en diff --git a/es/3x/api.md b/es/3x/api.md index 262dfd96..2f666997 100755 --- a/es/3x/api.md +++ b/es/3x/api.md @@ -1,7 +1,7 @@ --- -layout: 3x-api +layout: api +version: 3x title: Express 3.x - Referencia de API -menu: api lang: es description: Access the API reference for Express.js version 3.x, noting that this version is end-of-life and no longer maintained - includes details on modules and diff --git a/es/4x/api.md b/es/4x/api.md index 14e36325..bc90b2e8 100755 --- a/es/4x/api.md +++ b/es/4x/api.md @@ -1,7 +1,7 @@ --- -layout: 4x-api +layout: api +version: 4x title: Express 4.x - Referencia de API -menu: api lang: es description: Access the API reference for Express.js 4.x, detailing all modules, methods, and properties for building web applications with this version. diff --git a/es/5x/api.md b/es/5x/api.md index cb342e91..2b435392 100644 --- a/es/5x/api.md +++ b/es/5x/api.md @@ -1,7 +1,7 @@ --- -layout: 5x-api +layout: api +version: 5x title: Express 5.x - Referencia de API -menu: api lang: es description: Access the API reference for Express.js 5.x, detailing all modules, methods, and properties for building web applications with this latest version. diff --git a/es/api.md b/es/api.md index 21b5b00b..639a07c2 100755 --- a/es/api.md +++ b/es/api.md @@ -1,5 +1,6 @@ --- -layout: 4x-api +layout: api +version: 4x title: Express 4.x - Referencia de API lang: es description: Access the API reference for Express.js detailing all modules, methods, diff --git a/fr/3x/api.md b/fr/3x/api.md index 485639c8..f9bd651f 100755 --- a/fr/3x/api.md +++ b/fr/3x/api.md @@ -1,7 +1,7 @@ --- -layout: 3x-api +layout: api +version: 3x title: Express 3.x - Référence de l'API -menu: api lang: fr description: Access the API reference for Express.js version 3.x, noting that this version is end-of-life and no longer maintained - includes details on modules and diff --git a/fr/4x/api.md b/fr/4x/api.md index a5f21cd2..89327e1a 100755 --- a/fr/4x/api.md +++ b/fr/4x/api.md @@ -1,7 +1,7 @@ --- -layout: 4x-api +layout: api +version: 4x title: Express 4.x - Référence de l'API -menu: api lang: fr description: Access the API reference for Express.js 4.x, detailing all modules, methods, and properties for building web applications with this version. diff --git a/fr/5x/api.md b/fr/5x/api.md index 926d2718..57cf546f 100644 --- a/fr/5x/api.md +++ b/fr/5x/api.md @@ -1,7 +1,7 @@ --- -layout: 5x-api +layout: api +version: 5x title: Express 5.x - Référence de l'API -menu: api lang: fr description: Access the API reference for Express.js 5.x, detailing all modules, methods, and properties for building web applications with this latest version. diff --git a/fr/api.md b/fr/api.md index ec4f7503..b125d574 100755 --- a/fr/api.md +++ b/fr/api.md @@ -1,5 +1,6 @@ --- -layout: 4x-api +layout: api +version: 4x title: Express 4.x - Référence de l'API lang: fr description: Access the API reference for Express.js detailing all modules, methods, diff --git a/id/3x/api.md b/id/3x/api.md index a8c2e9aa..bb5d0219 100644 --- a/id/3x/api.md +++ b/id/3x/api.md @@ -1,7 +1,7 @@ --- -layout: 3x-api +layout: api +version: 3x title: Express 3.x - Referensi API -menu: api lang: id description: Access the API reference for Express.js version 3.x, noting that this version is end-of-life and no longer maintained - includes details on modules and diff --git a/id/4x/api.md b/id/4x/api.md index 41c107ed..5fe75d84 100644 --- a/id/4x/api.md +++ b/id/4x/api.md @@ -1,7 +1,7 @@ --- -layout: 4x-api +layout: api +version: 4x title: Express 4.x - Referensi API -menu: api lang: id description: Access the API reference for Express.js 4.x, detailing all modules, methods, and properties for building web applications with this version. diff --git a/id/5x/api.md b/id/5x/api.md index 1c6c83d7..e9b93dc4 100644 --- a/id/5x/api.md +++ b/id/5x/api.md @@ -1,7 +1,7 @@ --- -layout: 5x-api +layout: api +version: 5x title: Express 5.x - Referensi API -menu: api lang: id description: Access the API reference for Express.js 5.x, detailing all modules, methods, and properties for building web applications with this latest version. diff --git a/id/api.md b/id/api.md index 38a68026..c7762c25 100644 --- a/id/api.md +++ b/id/api.md @@ -1,5 +1,6 @@ --- -layout: 4x-api +layout: api +version: 4x title: Express 4.x - Referensi API lang: id description: Access the API reference for Express.js detailing all modules, methods, diff --git a/it/3x/api.md b/it/3x/api.md index e713f314..cb642907 100755 --- a/it/3x/api.md +++ b/it/3x/api.md @@ -1,7 +1,7 @@ --- -layout: 3x-api +layout: api +version: 3x title: Express 3.x - Riferimento API -menu: api lang: it description: Access the API reference for Express.js version 3.x, noting that this version is end-of-life and no longer maintained - includes details on modules and diff --git a/it/4x/api.md b/it/4x/api.md index 7ad14a84..e0c4e4bc 100755 --- a/it/4x/api.md +++ b/it/4x/api.md @@ -1,7 +1,7 @@ --- -layout: 4x-api +layout: api +version: 4x title: Express 4.x - Riferimento API -menu: api lang: it description: Access the API reference for Express.js 4.x, detailing all modules, methods, and properties for building web applications with this version. diff --git a/it/5x/api.md b/it/5x/api.md index ea8d03b6..ffcbb0ad 100644 --- a/it/5x/api.md +++ b/it/5x/api.md @@ -1,7 +1,7 @@ --- -layout: 5x-api +layout: api +version: 5x title: Express 5.x - Riferimento API -menu: api lang: it description: Access the API reference for Express.js 5.x, detailing all modules, methods, and properties for building web applications with this latest version. diff --git a/it/api.md b/it/api.md index 09819e68..487116f5 100755 --- a/it/api.md +++ b/it/api.md @@ -1,5 +1,6 @@ --- -layout: 4x-api +layout: api +version: 5x title: Express 4.x - Riferimento API lang: it description: Access the API reference for Express.js detailing all modules, methods, diff --git a/ja/3x/api.md b/ja/3x/api.md index 63a699f7..f02f7cd3 100755 --- a/ja/3x/api.md +++ b/ja/3x/api.md @@ -1,7 +1,7 @@ --- -layout: 3x-api +layout: api +version: 3x title: Express 3.x - API リファレンス -menu: api lang: ja description: Access the API reference for Express.js version 3.x, noting that this version is end-of-life and no longer maintained - includes details on modules and diff --git a/ja/4x/api.md b/ja/4x/api.md index e2ee5f89..d09295d2 100755 --- a/ja/4x/api.md +++ b/ja/4x/api.md @@ -1,7 +1,7 @@ --- -layout: 4x-api +layout: api +version: 5x title: Express 4.x - API リファレンス -menu: api lang: ja description: Access the API reference for Express.js 4.x, detailing all modules, methods, and properties for building web applications with this version. diff --git a/ja/5x/api.md b/ja/5x/api.md index 88fcb633..c0d5e03c 100644 --- a/ja/5x/api.md +++ b/ja/5x/api.md @@ -1,7 +1,7 @@ --- -layout: 5x-api +layout: api +version: 5x title: Express 5.x - API リファレンス -menu: api lang: ja description: Access the API reference for Express.js 5.x, detailing all modules, methods, and properties for building web applications with this latest version. diff --git a/ja/api.md b/ja/api.md index 93678bd1..09b80cab 100755 --- a/ja/api.md +++ b/ja/api.md @@ -1,5 +1,6 @@ --- -layout: 4x-api +layout: api +version: 4x title: Express 4.x - API リファレンス lang: ja description: Access the API reference for Express.js detailing all modules, methods, diff --git a/ko/3x/api.md b/ko/3x/api.md index d37213da..e5b7779c 100755 --- a/ko/3x/api.md +++ b/ko/3x/api.md @@ -1,7 +1,7 @@ --- -layout: 3x-api +layout: api +version: 3x title: Express 3.x - API 참조 -menu: api lang: ko description: Access the API reference for Express.js version 3.x, noting that this version is end-of-life and no longer maintained - includes details on modules and diff --git a/ko/4x/api.md b/ko/4x/api.md index 2f2b42aa..0ec3a549 100755 --- a/ko/4x/api.md +++ b/ko/4x/api.md @@ -1,7 +1,7 @@ --- -layout: 4x-api +layout: api +version: 4x title: Express 4.x - API 참조 -menu: api lang: ko description: Access the API reference for Express.js 4.x, detailing all modules, methods, and properties for building web applications with this version. diff --git a/ko/5x/api.md b/ko/5x/api.md index 52947161..1ceaba2c 100644 --- a/ko/5x/api.md +++ b/ko/5x/api.md @@ -1,7 +1,7 @@ --- -layout: 5x-api +layout: api +version: 5x title: Express 5.x - API 참조 -menu: api lang: ko description: Access the API reference for Express.js 5.x, detailing all modules, methods, and properties for building web applications with this latest version. diff --git a/ko/api.md b/ko/api.md index 294295f6..17838716 100755 --- a/ko/api.md +++ b/ko/api.md @@ -1,5 +1,6 @@ --- -layout: 4x-api +layout: api +version: 4x title: Express 4.x - API 참조 lang: ko description: Access the API reference for Express.js detailing all modules, methods, diff --git a/pt-br/3x/api.md b/pt-br/3x/api.md index 350e378b..a2379857 100644 --- a/pt-br/3x/api.md +++ b/pt-br/3x/api.md @@ -1,7 +1,7 @@ --- -layout: 3x-api +layout: api +version: 3x title: Express 3.x - API Reference -menu: api lang: pt-br description: Access the API reference for Express.js version 3.x, noting that this version is end-of-life and no longer maintained - includes details on modules and diff --git a/pt-br/4x/api.md b/pt-br/4x/api.md index ecfc1b9e..a7d6b188 100644 --- a/pt-br/4x/api.md +++ b/pt-br/4x/api.md @@ -1,7 +1,7 @@ --- -layout: 4x-api +layout: api +version: 4x title: Express 4.x - Referência da API -menu: api lang: pt-br description: Access the API reference for Express.js 4.x, detailing all modules, methods, and properties for building web applications with this version. diff --git a/pt-br/5x/api.md b/pt-br/5x/api.md index 614719ca..5cc4a36e 100644 --- a/pt-br/5x/api.md +++ b/pt-br/5x/api.md @@ -1,7 +1,7 @@ --- -layout: 5x-api +layout: api +version: 5x title: Express 5.x - Referência da API -menu: api lang: pt-br description: Access the API reference for Express.js 5.x, detailing all modules, methods, and properties for building web applications with this latest version. diff --git a/pt-br/api.md b/pt-br/api.md index 8e150e37..6fec24bf 100755 --- a/pt-br/api.md +++ b/pt-br/api.md @@ -1,5 +1,6 @@ --- -layout: 4x-api +layout: api +version: 4x title: Express 4.x - Referência de API lang: pt-br description: Access the API reference for Express.js detailing all modules, methods, diff --git a/ru/3x/api.md b/ru/3x/api.md index de4bbd3f..e1d00967 100755 --- a/ru/3x/api.md +++ b/ru/3x/api.md @@ -1,7 +1,7 @@ --- -layout: 3x-api +layout: api +version: 3x title: Express 3.x - Справочник по API -menu: api lang: ru description: Access the API reference for Express.js version 3.x, noting that this version is end-of-life and no longer maintained - includes details on modules and diff --git a/ru/4x/api.md b/ru/4x/api.md index e31f8b69..8aee5edb 100755 --- a/ru/4x/api.md +++ b/ru/4x/api.md @@ -1,7 +1,7 @@ --- -layout: 4x-api +layout: api +version: 4x title: Express 4.x - Справочник по API -menu: api lang: ru description: Access the API reference for Express.js 4.x, detailing all modules, methods, and properties for building web applications with this version. diff --git a/ru/5x/api.md b/ru/5x/api.md index 49723086..ac23c659 100644 --- a/ru/5x/api.md +++ b/ru/5x/api.md @@ -1,7 +1,7 @@ --- -layout: 5x-api +layout: api +version: 5x title: Express 5.x - Справочник по API -menu: api lang: ru description: Access the API reference for Express.js 5.x, detailing all modules, methods, and properties for building web applications with this latest version. diff --git a/ru/api.md b/ru/api.md index b50f1a27..49f4dbf8 100755 --- a/ru/api.md +++ b/ru/api.md @@ -1,5 +1,6 @@ --- -layout: 4x-api +layout: api +version: 5x title: Express 4.x - Справочник API lang: ru description: Access the API reference for Express.js detailing all modules, methods, diff --git a/sk/3x/api.md b/sk/3x/api.md index c1fba38f..83b4d7f5 100644 --- a/sk/3x/api.md +++ b/sk/3x/api.md @@ -1,7 +1,7 @@ --- -layout: 3x-api +layout: api +version: 3x title: Express 3.x - API -menu: api lang: sk description: Access the API reference for Express.js version 3.x, noting that this version is end-of-life and no longer maintained - includes details on modules and diff --git a/sk/4x/api.md b/sk/4x/api.md index c6652437..df16f55b 100644 --- a/sk/4x/api.md +++ b/sk/4x/api.md @@ -1,7 +1,7 @@ --- -layout: 4x-api +layout: api +version: 4x title: Express 4.x - API -menu: api lang: sk description: Access the API reference for Express.js 4.x, detailing all modules, methods, and properties for building web applications with this version. diff --git a/sk/5x/api.md b/sk/5x/api.md index eb59718a..ca20bc6e 100644 --- a/sk/5x/api.md +++ b/sk/5x/api.md @@ -1,7 +1,7 @@ --- -layout: 5x-api +layout: api +version: 5x title: Express 5.x - API -menu: api lang: sk description: Access the API reference for Express.js 5.x, detailing all modules, methods, and properties for building web applications with this latest version. diff --git a/sk/api.md b/sk/api.md index 4cd47774..539945eb 100644 --- a/sk/api.md +++ b/sk/api.md @@ -1,5 +1,6 @@ --- -layout: 4x-api +layout: api +version: 4x title: Express 4.x - API lang: sk description: Access the API reference for Express.js detailing all modules, methods, diff --git a/th/3x/api.md b/th/3x/api.md index 5ad6d502..747cd890 100644 --- a/th/3x/api.md +++ b/th/3x/api.md @@ -1,7 +1,7 @@ --- -layout: 3x-api +layout: api +version: 3x title: Express 3.x - API Reference -menu: api lang: th description: Access the API reference for Express.js version 3.x, noting that this version is end-of-life and no longer maintained - includes details on modules and diff --git a/th/4x/api.md b/th/4x/api.md index f4cb6b61..be45bf44 100644 --- a/th/4x/api.md +++ b/th/4x/api.md @@ -1,7 +1,7 @@ --- -layout: 4x-api +layout: api +version: 4x title: Express 4.x - API Reference -menu: api lang: th description: Access the API reference for Express.js 4.x, detailing all modules, methods, and properties for building web applications with this version. diff --git a/th/5x/api.md b/th/5x/api.md index de468d2a..6bfdce4d 100644 --- a/th/5x/api.md +++ b/th/5x/api.md @@ -1,7 +1,7 @@ --- -layout: 5x-api +layout: api +version: 5x title: Express 5.x - API Reference -menu: api lang: th description: Access the API reference for Express.js 5.x, detailing all modules, methods, and properties for building web applications with this latest version. diff --git a/th/api.md b/th/api.md index 812eed29..aae427ff 100644 --- a/th/api.md +++ b/th/api.md @@ -1,5 +1,6 @@ --- -layout: 4x-api +layout: api +version: 4x title: Express 4.x - การอ้างอิง API lang: th description: Access the API reference for Express.js detailing all modules, methods, diff --git a/tr/3x/api.md b/tr/3x/api.md index 2247f0ec..442b90a6 100644 --- a/tr/3x/api.md +++ b/tr/3x/api.md @@ -1,7 +1,7 @@ --- -layout: 3x-api +layout: api +version: 3x title: Express 3.x - API Kaynak -menu: api lang: tr description: Access the API reference for Express.js version 3.x, noting that this version is end-of-life and no longer maintained - includes details on modules and diff --git a/tr/4x/api.md b/tr/4x/api.md index b723b795..1d80671f 100644 --- a/tr/4x/api.md +++ b/tr/4x/api.md @@ -1,7 +1,7 @@ --- -layout: 4x-api +layout: api +version: 4x title: Express 4.x - API Kaynak -menu: api lang: tr description: Access the API reference for Express.js 4.x, detailing all modules, methods, and properties for building web applications with this version. diff --git a/tr/5x/api.md b/tr/5x/api.md index cb0af32b..4d19a7ed 100644 --- a/tr/5x/api.md +++ b/tr/5x/api.md @@ -1,7 +1,7 @@ --- -layout: 5x-api +layout: api +version: 5x title: Express 5.x - API Kaynak -menu: api lang: tr description: Access the API reference for Express.js 5.x, detailing all modules, methods, and properties for building web applications with this latest version. diff --git a/tr/api.md b/tr/api.md index 69c64bed..78fb92ff 100644 --- a/tr/api.md +++ b/tr/api.md @@ -1,5 +1,6 @@ --- -layout: 4x-api +layout: api +version: 4x title: Express 4.x - API Reference lang: tr description: Access the API reference for Express.js detailing all modules, methods, diff --git a/uk/3x/api.md b/uk/3x/api.md index 8b87fe4e..58502e7c 100644 --- a/uk/3x/api.md +++ b/uk/3x/api.md @@ -1,7 +1,7 @@ --- -layout: 3x-api +layout: api +version: 3x title: Express 3.x - Довідник API -menu: api lang: uk description: Access the API reference for Express.js version 3.x, noting that this version is end-of-life and no longer maintained - includes details on modules and diff --git a/uk/4x/api.md b/uk/4x/api.md index 13d17d4b..3e560be3 100644 --- a/uk/4x/api.md +++ b/uk/4x/api.md @@ -1,7 +1,7 @@ --- -layout: 4x-api +layout: api +version: 4x title: Express 4.x - Довідник API -menu: api lang: uk description: Access the API reference for Express.js 4.x, detailing all modules, methods, and properties for building web applications with this version. diff --git a/uk/5x/api.md b/uk/5x/api.md index 40504a19..8a832bde 100644 --- a/uk/5x/api.md +++ b/uk/5x/api.md @@ -1,7 +1,7 @@ --- -layout: 5x-api +layout: api +version: 5x title: Express 5.x - Довідник API -menu: api lang: uk description: Access the API reference for Express.js 5.x, detailing all modules, methods, and properties for building web applications with this latest version. diff --git a/uk/api.md b/uk/api.md index fe1354db..77ef233b 100644 --- a/uk/api.md +++ b/uk/api.md @@ -1,5 +1,6 @@ --- -layout: 4x-api +layout: api +version: 4x title: Express 4.x - API Reference lang: uk description: Access the API reference for Express.js detailing all modules, methods, diff --git a/uz/3x/api.md b/uz/3x/api.md index 0992a07f..add8563f 100644 --- a/uz/3x/api.md +++ b/uz/3x/api.md @@ -1,7 +1,7 @@ --- -layout: 3x-api +layout: api +version: 3x title: Express 3.x - API Reference -menu: api lang: uz description: Access the API reference for Express.js version 3.x, noting that this version is end-of-life and no longer maintained - includes details on modules and diff --git a/uz/4x/api.md b/uz/4x/api.md index dbddb68b..bb09e5f9 100644 --- a/uz/4x/api.md +++ b/uz/4x/api.md @@ -1,7 +1,7 @@ --- -layout: 4x-api +layout: api +version: 4x title: Express 4.x - API Reference -menu: api lang: uz description: Access the API reference for Express.js 4.x, detailing all modules, methods, and properties for building web applications with this version. diff --git a/uz/5x/api.md b/uz/5x/api.md index 4329a4d3..ab59be82 100644 --- a/uz/5x/api.md +++ b/uz/5x/api.md @@ -1,7 +1,7 @@ --- -layout: 5x-api +layout: api +version: 5x title: Express 5.x - API Reference -menu: api lang: uz description: Access the API reference for Express.js 5.x, detailing all modules, methods, and properties for building web applications with this latest version. diff --git a/uz/api.md b/uz/api.md index 12018ee8..d38b9035 100644 --- a/uz/api.md +++ b/uz/api.md @@ -1,5 +1,6 @@ --- -layout: 4x-api +layout: api +version: 4x title: Express 4.x - API Qo'llanma lang: uz description: Access the API reference for Express.js detailing all modules, methods, diff --git a/zh-cn/3x/api.md b/zh-cn/3x/api.md index 85331e6a..695781f3 100755 --- a/zh-cn/3x/api.md +++ b/zh-cn/3x/api.md @@ -1,7 +1,7 @@ --- -layout: 3x-api +layout: api +version: 3x title: Express 3.x - API 参考 -menu: api lang: zh-cn description: Access the API reference for Express.js version 3.x, noting that this version is end-of-life and no longer maintained - includes details on modules and diff --git a/zh-cn/4x/api.md b/zh-cn/4x/api.md index 67e4352a..9cfe5263 100755 --- a/zh-cn/4x/api.md +++ b/zh-cn/4x/api.md @@ -1,7 +1,7 @@ --- -layout: 4x-api +layout: api +version: 4x title: Express 4.x - API 参考 -menu: api lang: zh-cn description: Access the API reference for Express.js 4.x, detailing all modules, methods, and properties for building web applications with this version. diff --git a/zh-cn/5x/api.md b/zh-cn/5x/api.md index e67929f8..dd09ec17 100644 --- a/zh-cn/5x/api.md +++ b/zh-cn/5x/api.md @@ -1,7 +1,7 @@ --- -layout: 5x-api +layout: api +version: 5x title: Express 5.x - API 参考 -menu: api lang: zh-cn description: Access the API reference for Express.js 5.x, detailing all modules, methods, and properties for building web applications with this latest version. diff --git a/zh-cn/api.md b/zh-cn/api.md index 60141769..be4562f3 100755 --- a/zh-cn/api.md +++ b/zh-cn/api.md @@ -1,5 +1,6 @@ --- -layout: 4x-api +layout: api +version: 4x title: Express 4.x - API 参考 lang: zh-cn description: Access the API reference for Express.js detailing all modules, methods, diff --git a/zh-tw/3x/api.md b/zh-tw/3x/api.md index 5fa2463b..0afc09f3 100755 --- a/zh-tw/3x/api.md +++ b/zh-tw/3x/api.md @@ -1,7 +1,7 @@ --- -layout: 3x-api +layout: api +version: 3x title: Express 3.x - API 參照 -menu: api lang: zh-tw description: Access the API reference for Express.js version 3.x, noting that this version is end-of-life and no longer maintained - includes details on modules and diff --git a/zh-tw/4x/api.md b/zh-tw/4x/api.md index 055c1265..35a71716 100755 --- a/zh-tw/4x/api.md +++ b/zh-tw/4x/api.md @@ -1,7 +1,7 @@ --- -layout: 4x-api +layout: api +version: 4x title: Express 4.x - API 參照 -menu: api lang: zh-tw description: Access the API reference for Express.js 4.x, detailing all modules, methods, and properties for building web applications with this version. diff --git a/zh-tw/5x/api.md b/zh-tw/5x/api.md index 36ad6daa..977a9318 100644 --- a/zh-tw/5x/api.md +++ b/zh-tw/5x/api.md @@ -1,7 +1,7 @@ --- -layout: 5x-api +layout: api +version: 5x title: Express 5.x - API 參照 -menu: api lang: zh-tw description: Access the API reference for Express.js 5.x, detailing all modules, methods, and properties for building web applications with this latest version. diff --git a/zh-tw/api.md b/zh-tw/api.md index 98959e1c..c7ba9df0 100755 --- a/zh-tw/api.md +++ b/zh-tw/api.md @@ -1,5 +1,6 @@ --- -layout: 4x-api +layout: api +version: 4x title: Express 4.x - API 參照 lang: zh-tw description: Access the API reference for Express.js detailing all modules, methods,