Commit Graph

593 Commits

Author SHA1 Message Date
github-actions[bot]
230fc6b32a Update external docs (#1906)
update external docs

Co-authored-by: Create or Update Pull Request Action <create-or-update-pull-request@users.noreply.github.com>
Co-authored-by: Sebastian Beltran <bjohansebas@gmail.com>
2025-05-27 20:38:27 -05:00
github-actions[bot]
22d36414a3 docs: update external docs (#1900)
Co-authored-by: Create or Update Pull Request Action <create-or-update-pull-request@users.noreply.github.com>
2025-05-13 02:00:55 +00:00
Phillip Barta
72e664a070 docs: remove deprecated and unmaintained pillarjs utils (#1889) 2025-05-09 14:53:24 +02:00
krzysdz
008255253d Update 5x API docs with missing 4x changes (#1886)
* Include 4.18 API doc updates in 5.x

5c98ee4e94

Co-authored-by: Douglas Christopher Wilson <doug@somethingdoug.com>

* Copy acceptsLanguages documentation improvements to 5.x

https://github.com/expressjs/expressjs.com/pull/1402

Co-authored-by: Jon Ege Ronnenberg <jon.ronnenberg@gmail.com>

* Add warning boxes to {app,res}.render

5e918ea3a9

Co-authored-by: Douglas Christopher Wilson <doug@somethingdoug.com>

* Copy warning around securing locals to 5.x

fcaca7fcc6

Co-authored-by: Douglas Christopher Wilson <doug@somethingdoug.com>

* Copy res.cookie `partitioned` option docs

https://github.com/expressjs/expressjs.com/pull/1456

Co-authored-by: Rich Hodgkins <rhodgkins@gmail.com>

* Update req.body to point to built-in middleware

a5ca5b0edf

Co-Authored-By: Douglas Wilson <doug@somethingdoug.com>

* Copy setting multiple cookies example to 5.x

https://github.com/expressjs/expressjs.com/pull/1063

Co-Authored-By: Mo <hematy61@gmail.com>

---------

Co-authored-by: krzysdz <krzysdz@users.noreply.github.com>
Co-authored-by: Douglas Christopher Wilson <doug@somethingdoug.com>
Co-authored-by: Jon Ege Ronnenberg <jon.ronnenberg@gmail.com>
Co-authored-by: Rich Hodgkins <rhodgkins@gmail.com>
Co-authored-by: Mo <hematy61@gmail.com>
2025-05-01 18:55:30 -05:00
shubham oulkar
20a6669eb7 chore: refactor layout (#1888)
Refactor layouts for unified version handling
2025-04-27 12:11:14 -05:00
shubham oulkar
8f6546c18a feat enhancement : remove regression in express logo (#1887)
* add logo with class selector

* remove logo regression
2025-04-26 10:01:47 -05:00
krzysdz
e69208e74e Reflect body-parser changes in 5.x API docs and include those that where missing (#1883)
* Reflect body-parser changes in 5.x API docs

* Include missing body-parser middleware docs and alphabetize

This is 8225868d73, but for 5.x API.

---------

Co-authored-by: krzysdz <krzysdz@users.noreply.github.com>
Co-authored-by: Sebastian Beltran <bjohansebas@gmail.com>
2025-04-25 22:29:10 -05:00
shubham oulkar
f24f45a281 feat: add copy code btn (#1841)
* test: copy code btn

* add copy btn svg

* add copy code btn

* fix: keyboard a11y and improve design

* show "copied !" text on the copy btn

* remove space in copied text

* Remove text shift

* handle failed copy code

* Minimize delay

* remove outline on code blocks

* refactor copycode.js

* Remove border width

Co-authored-by: Sebastian Beltran <bjohansebas@gmail.com>

* Convert timerId into a Number()

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: Carlos Stenzel <carlosstenzel@hotmail.com>
Co-authored-by: Sebastian Beltran <bjohansebas@gmail.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-04-25 19:51:12 -05:00
krzysdz
021c4d69bb Remove router.param(fn) from 5.x docs (#1884)
It has been deprecated since 4.11.0 and in 5.x `router.param()` requires name as the first argument.

The description in migration guide was copied from `app.param(fn)` that was mentioned there.

Co-authored-by: krzysdz <krzysdz@users.noreply.github.com>
Co-authored-by: Sebastian Beltran <bjohansebas@gmail.com>
2025-04-25 19:17:39 -05:00
krzysdz
ad856cd7e4 Fix links that got broken in #1422 (#1885)
Co-authored-by: krzysdz <krzysdz@users.noreply.github.com>
2025-04-25 18:15:34 -05:00
krzysdz
9e00f5aa32 Use 5.x path syntax in API examples (#1878)
* Use 5.x path syntax in .all() API examples

* Update examples in API docs to use Express 5 path syntax

* Use an arrow function in req.route example

---------

Co-authored-by: krzysdz <krzysdz@users.noreply.github.com>
2025-04-21 21:02:43 -05:00
shubham oulkar
9a89c2fae7 a11y fix: header navigation landmark (primary navigation) (#1848)
* add primary navigation landmark

* fix layout of home page

* update translation home pages

---------

Co-authored-by: Sebastian Beltran <bjohansebas@gmail.com>
2025-04-16 21:49:31 -05:00
Rowan Manning
3b8f190f0c feat: add feeds for the blog and vulnerabilities (#1867)
This adds two new feeds to the site: `feed.xml` includes all blog posts,
and `vulnerabilities.xml` includes all posts tagged with
`vulnerabilities`.

Resolves #1763

---------

Co-authored-by: Sebastian Beltran <bjohansebas@gmail.com>
2025-04-14 22:10:04 -05:00
Sebastian Beltran
0ab83badae remove license link from footer (#1863)
the footer recommended by the foundation doesn't include a link to the
license
(https://github.com/openjs-foundation/artwork?tab=readme-ov-file#copyright-notices-for-project-website-footers)
2025-04-10 20:34:11 -05:00
github-actions[bot]
b77de8af69 Update external docs (#1843) 2025-03-25 15:22:32 -05:00
Sebastian Beltran
3926b2938a fix: remove obsolete X-UA-Compatible meta tag (#1842) 2025-03-25 14:28:22 -05:00
shubham oulkar
461386f1f1 improve accessibility in header buttons (#1833)
Co-authored-by: Sebastian Beltran <bjohansebas@gmail.com>
2025-03-23 13:47:39 -05:00
shubham oulkar
76d93934ca feat: use the express logo in the header (#1839)
Co-authored-by: Sebastian Beltran <bjohansebas@gmail.com>
2025-03-23 13:20:33 -05:00
shubham oulkar
d8c24096bc fix(a11y): accessible text for screen readers (#1840) 2025-03-23 13:13:34 -05:00
Sebastian Beltran
748c40e7bd docs: add deprecation note for 'back' redirect in res-redirect.md and res-location.md v4 (#1835) 2025-03-21 09:42:04 -03:00
Sebastian Beltran
29d6e0b1ca feat: normalize admoniations (#1810) 2025-03-18 08:44:11 -05:00
shubham oulkar
2cda09dcc4 Feat : Add Table of Contents Component on pages (#1775)
Co-authored-by: Sebastian Beltran <bjohansebas@gmail.com>
2025-03-01 17:57:52 -05:00
github-actions[bot]
bdf295287a Update external docs (#1813) 2025-02-24 08:58:53 -05:00
Chris Del
1d9c326e80 Submenu anchor active (#1798) Merge
Co-authored-by: Chris Del <chrisdel.tech9@gmail.com>
2025-02-20 16:08:54 -06:00
Chris Del
d94ab7dd03 Design system (#1742)
Co-authored-by: Sebastian Beltran <bjohansebas@gmail.com>
2025-02-11 11:06:10 -05:00
Sebastian Beltran
650a6a4718 normalize announcements (#1784) 2025-02-11 10:07:15 -05:00
Dustin Popp
d63a98b129 docs: update documentation for res.type() (#1783)
Signed-off-by: Dustin Popp <dustinpopp@ibm.com>
2025-02-11 09:59:14 -05:00
Sebastian Beltran
d94613aad5 separate content of headers and footer (#1769) 2025-02-06 18:13:51 -05:00
Johar Khan
bf006cdd00 Added bluesky icon and link in all footers (#1766) 2025-02-05 21:36:51 -05:00
Sebastian Beltran
68b4840949 remove prism (#1746) 2025-02-05 18:23:03 -05:00
Cengiz C. Mataracı
fabc75a85a feat: add language picker (#1695)
Co-authored-by: Sebastian Beltran <bjohansebas@gmail.com>
Co-authored-by: Carlos Stenzel <carlosstenzel@hotmail.com>
Co-authored-by: Dustin Popp <dpopp07@gmail.com>
2025-02-04 17:19:15 -05:00
Sebastian Beltran
5d7c21f48e fix indonesia support (#1765)
Co-authored-by: chris del <chris.dielschnieder@kvale.ca>
2025-02-04 13:14:50 -05:00
Peter Hentges
e3632533a1 Update link to HTTP status code documentation (#1741) 2025-01-29 09:32:04 -05:00
Sebastian Beltran
a7408243e6 Remove retina.js and convert icons to SVG (#1700) 2025-01-14 15:27:46 -05:00
github-actions[bot]
8db1fc0ee3 update external docs (#1729)
Co-authored-by: Create or Update Pull Request Action <create-or-update-pull-request@users.noreply.github.com>
2025-01-13 10:56:03 -05:00
Sebastian Beltran
2056624978 feat: remove unused functions (#1698) 2025-01-11 12:10:59 -05:00
Sebastian Beltran
160009628a improve changelog and add 4.21.2 (#1713) 2025-01-06 11:16:47 -05:00
Carlos Stenzel
9a5001c6c8 feat - add support and blog in menu (#1615)
* feat - add support and blog in menu

* feat - create page support

* fix- change url to page support

* fix headers

---------

Co-authored-by: Sebastian Beltran <bjohansebas@gmail.com>
2025-01-06 11:04:09 -05:00
github-actions[bot]
11efa753bd update external docs (#1721)
Co-authored-by: Create or Update Pull Request Action <create-or-update-pull-request@users.noreply.github.com>
2025-01-06 10:31:30 -05:00
Ashu Yadav
c8fe2474b3 update res.end (#1719)
* fix: update res.end documentation to include callback parameter

* fix: remove unnecessary semicolons in res.end examples

close #1708

---------

Co-authored-by: Ashu Yadav <90438479+AshuYadavYT@users.noreply.github.com>
2025-01-06 10:29:06 -05:00
github-actions[bot]
113625982b update external docs (#1715)
Co-authored-by: Create or Update Pull Request Action <create-or-update-pull-request@users.noreply.github.com>
2024-12-16 20:06:35 -05:00
Carlos Stenzel
693da28e21 fix: update notice-{x}.md replace link (#1711)
* Update notice-es.md

* update all lang

* fix  - add new rule

fixes: #1707
2024-12-12 15:59:54 -05:00
github-actions[bot]
a5de90baf8 update external docs (#1709)
Co-authored-by: Create or Update Pull Request Action <create-or-update-pull-request@users.noreply.github.com>
2024-12-09 10:32:19 -05:00
Carlos Stenzel
97426274f3 Feat create new tags (#1666)
* update og:url

* feat - create new tags

* Update head.html

* fix end tag

* fix - change logic to author

* create image post - test

* Update 2024-09-29-security-releases.md

* Update head.html

* Update head.html

* Update head.html

* Update 2024-09-29-security-releases.md

* remove test

---------

Co-authored-by: Sebastian Beltran <bjohansebas@gmail.com>
2024-11-04 09:29:42 -05:00
Sebastian Beltran
210659f2a9 new design and logic for the menu #1590 (#1568)
* feat: drop dropi

* fix theme position

* merge menu.css to style.css

* remove unused class

* improve menu styles

* fix dark mode

* remove padding in logo

* add support lts link

* adapt headers in other langs

* adapt other langs

* revert remove ismobile.js

* improve styles

* fix dark mode subcontent

* fix translate subcontent

* fix dark mode in mobile

* fix nav space

* fix errors in chrome

* small styles

* add optional chaining

* small changes

* improve submenu logic

* remove some !important

* remove some !important

* fix hover

* Revert "add optional chaining"

This reverts commit f3e40af82f.

* fix mobile detect

* small fix

* remove $

* update style.css

* improve layout
2024-10-29 17:51:10 -05:00
Carlos Stenzel
e22de49d71 migrate link api reference to v5 (#1674)
* feat - align content

* feat - migrate link api to 5x

* fix - rollback changes css
2024-10-28 18:56:47 -05:00
Sebastian Beltran
6923c2ed4d Add multiple social media links to the footer (#1667)
* improve social media

* improve style.css

* include in other langs
2024-10-28 15:57:16 -05:00
Chris Del
875b6c0270 fix dark mode flash (#1621) 2024-10-20 14:57:21 -05:00
Sebastian Beltran
81dc2a144a docs: reflect project license (#1655) 2024-10-18 18:19:17 +02:00
github-actions[bot]
332d90a010 update external docs (#1649)
Co-authored-by: Create or Update Pull Request Action <create-or-update-pull-request@users.noreply.github.com>
2024-10-07 09:13:27 -07:00