mirror of
https://github.com/expressjs/expressjs.com.git
synced 2026-02-21 19:41:33 +00:00
chore: refactor layout (#1888)
Refactor layouts for unified version handling
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user