Commit Graph

736 Commits

Author SHA1 Message Date
Ravener
88a2bbe81b docs: fix minor formatting typo (#2093) 2025-11-07 18:09:26 -05:00
github-actions[bot]
66aee2c951 docs: update external docs (#2086)
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-11-07 18:06:31 -05:00
shubham oulkar
edf3ba4285 feat: bottom page navigation component (#2085)
Co-authored-by: Sebastian Beltran <bjohansebas@gmail.com>
2025-11-07 18:02:57 -05:00
Efe
738f860585 docs: Fix broken links (#2082)
Co-authored-by: Sebastian Beltran <bjohansebas@gmail.com>
2025-10-25 16:43:47 -05:00
github-actions[bot]
90f37f1d59 docs: update external docs (#2059)
Co-authored-by: Create or Update Pull Request Action <create-or-update-pull-request@users.noreply.github.com>
2025-10-18 17:30:49 -05:00
Adam Naji
a1b6ecfb39 fix: update link to triage process document in contributing guides (#2081) 2025-10-17 10:44:41 +02:00
shubham oulkar
b07d14a92a Update links to 5x api docs on use middleware page (#2039)
Co-authored-by: bjohansebas <103585995+bjohansebas@users.noreply.github.com>
2025-08-15 16:33:51 -05:00
Vishal Mahajan
b8d426e360 docs(migrating-5): add section about express.static dotfiles defaulting to ignore (#1987) (#1989)
Co-authored-by: bjohansebas <103585995+bjohansebas@users.noreply.github.com>
2025-08-01 18:49:42 -05:00
Mateusz Zaremba
8c4ae2a056 docs(basic-routing.md): align wording with the rest of document (#1966)
Co-authored-by: bjohansebas <103585995+bjohansebas@users.noreply.github.com>
Co-authored-by: ShubhamOulkar <91728992+ShubhamOulkar@users.noreply.github.com>
2025-08-01 13:49:46 -05:00
Daniel Tang
7bf3227b6e Fix API reference nav missing bold (#1986) 2025-07-27 10:48:03 +05:30
Mohit5Upadhyay
0f143c1f90 fix: add horizontal scroller on middleware table to prevent overflow on the small screen
* fix(docs): add horizontal scroll wrapper to middleware diagram to prevent overflow on mobile (#1967)

* fix(docs): replace mw-fig-scroll with table-scroller as per review feedback (#1967)

* apply scroller width for same cross browser behaviour

---------

Co-authored-by: shubham oulkar <91728992+ShubhamOulkar@users.noreply.github.com>
2025-07-18 19:15:36 +05:30
Sebastian Beltran
120197a97d build: apply language based on folder. (#1975)
* build: apply language based on folder.

* i18n: remove lang tag

* style: fix home style

* fixup!: fix lang 404 page

* re-add grid area

* fix zh_ch

* re add style changes
2025-07-18 08:42:12 -05:00
Achal Jhawar
722fb07547 docs: clarify MIME type changes when migrating from Express 4 to 5 (#1903)
* docs: clarify MIME type changes when migrating from Express 4 to 5

* fix: removed trailing spaces

* fix: added router.params(fn) back

* docs: specify exact MIME type changes in Express 5 upgrade notes

---------

Co-authored-by: Sebastian Beltran <bjohansebas@gmail.com>
2025-06-23 16:12:22 +05:30
github-actions[bot]
81611aa698 Update external docs (#1950)
* update external docs

* fix location of security file

---------

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-06-20 19:43:30 -05:00
Ayush Kumar
8fc9116931 fix: remove code block rendering in the note section Closes #1949 (#1952)
* fix: remove code block rendering in the note section Closes #1949

* fix: removed markdown from note include to prevent code block rendering

* fix: remove code block rendering from all translation pages

* add markdown attribute

---------

Co-authored-by: shubham oulkar <91728992+ShubhamOulkar@users.noreply.github.com>
2025-06-20 19:24:46 -05:00
github-actions[bot]
9e68fa2c6c Update external docs (#1946)
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-06-10 21:07:52 -05:00
Braden Kopenkoskey
0f3d24cabc doc: Fix ID on Header on Performance Best Practices Page (#1945)
fix: correctly link id to header

Co-authored-by: shubham oulkar <91728992+ShubhamOulkar@users.noreply.github.com>
2025-06-10 04:33:08 +05:30
Rowan Manning
d1f904ae9b Display author avatars in the blog (#1915)
* feat: allow blogs to have multiple authors

This requires us to update the `author` front-matter, requiring it to be
an array of objects instead of a single string. This paves the way for
us to include further author metadata.

For now we only add "name" which expects a string.

* feat: allow linking to author GitHub profiles

This adds the ability for authors to add their GitHub username to the
blog posts they author. If they provide this then their name will be
linked to their GitHub profile page.

* feat: add GitHub profile images to author lines

This adds a small profile image to author lines that have a GitHub.

* feat: add author URLs to the feeds

* fix: space the authors a little more

The authors looked a little bunched up, a left margin on each of them
reads a little better.

Co-Authored-By: Wes Todd <wesleytodd@users.noreply.github.com>

* fix: improve readability of the feed entry Liquid

Co-Authored-By: Sebastian Beltran <bjohansebas@users.noreply.github.com>

* feat: add author image for the technical committee

Co-Authored-By: Sebastian Beltran <bjohansebas@users.noreply.github.com>

* fix: set a width and height on author images

This ensures we still display a circle if, for some reason, the image
that we get isn't a perfect square.

Co-Authored-By: Shubham Oulkar <ShubhamOulkar@users.noreply.github.com>

---------

Co-authored-by: Wes Todd <wesleytodd@users.noreply.github.com>
Co-authored-by: Sebastian Beltran <bjohansebas@users.noreply.github.com>
Co-authored-by: Shubham Oulkar <ShubhamOulkar@users.noreply.github.com>
2025-05-29 10:11:07 -05:00
github-actions[bot]
00a676dc8c Update external docs (#1922)
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-28 09:55:51 -05:00
Sebastian Beltran
9d564ba92b fix: update headings levels in migration guide (#1869)
fix(migrating-5): update headings for consistency and clarity in removed methods and properties section

Signed-off-by: Sebastian Beltran <bjohansebas@gmail.com>
2025-05-27 21:05:19 -05:00
Sebastian Beltran
2c827d9e01 chore: update source references in contributing documentation (#1852)
* chore: update source references in contributing documentation

* update ref

Signed-off-by: Sebastian Beltran <bjohansebas@gmail.com>

---------

Signed-off-by: Sebastian Beltran <bjohansebas@gmail.com>
2025-05-27 20:57:58 -05:00
Prem Singh
528cdf8e17 docs: change reference from v4 to v5 (#1914)
Change the api reference from v4 to v5

Co-authored-by: Sebastian Beltran <bjohansebas@gmail.com>
2025-05-27 20:42:14 -05:00
Phillip Barta
72e664a070 docs: remove deprecated and unmaintained pillarjs utils (#1889) 2025-05-09 14:53:24 +02:00
Sebastian Beltran
748c99479a update admonition content formatting (#1896)
* Update crowdin.yml

* update admonition content formatting

Signed-off-by: Sebastian Beltran <bjohansebas@gmail.com>

* revert crowdin change

Signed-off-by: Sebastian Beltran <bjohansebas@gmail.com>

* missing changes

Signed-off-by: Sebastian Beltran <bjohansebas@gmail.com>

---------

Signed-off-by: Sebastian Beltran <bjohansebas@gmail.com>
2025-05-08 14:40:17 -05:00
shubham oulkar
20a6669eb7 chore: refactor layout (#1888)
Refactor layouts for unified version handling
2025-04-27 12:11:14 -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
Sebastian Beltran
4901220f86 update api to 5x (#1876) 2025-04-24 10:25:38 -05:00
shubham oulkar
a29e83dead feat: generate sitemap.xml for SEO indexing (#1838) 2025-04-07 11:33:44 -05:00
Elyas
7e9249f522 Update debugging.md (#1858)
Co-authored-by: Sebastian Beltran <bjohansebas@gmail.com>
2025-04-03 14:40:04 -05:00
github-actions[bot]
8cc0a58c5f Update external docs (#1856)
Co-authored-by: Sebastian Beltran <bjohansebas@gmail.com>
2025-03-31 13:20:10 -05:00
Sebastian Beltran
8f3f258d39 docs(changelog): update changelog for 5.1.0 release (#1850)
Co-authored-by: shubham oulkar <91728992+ShubhamOulkar@users.noreply.github.com>
2025-03-31 11:45:22 -05:00
Dustin Popp
5e850e893c docs: add router debug log change to v5 migration guide (#1819)
Signed-off-by: Dustin Popp <dustinpopp@ibm.com>
Co-authored-by: Sebastian Beltran <bjohansebas@gmail.com>
2025-03-21 09:44:09 -03:00
github-actions[bot]
6daa8713e7 Update external docs (#1832)
Co-authored-by: Sebastian Beltran <bjohansebas@gmail.com>
2025-03-11 14:39:05 +00:00
Sebastian Beltran
22f4946158 docs: add codemods section for migrating to Express 5 (#1739) 2025-03-06 10:47:25 -05:00
Dustin Popp
ffd1223677 docs: remove repeated section from performance guide (#1824)
Signed-off-by: Dustin Popp <dustinpopp@ibm.com>
2025-03-04 11:39:43 -05:00
Sebastian Beltran
f3b92d9015 docs: update security updates documentation for Express (#1800) 2025-03-04 11:39:07 -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
Hayden
7f5bf72541 Fix broken links on the middleware page (#1821) 2025-02-27 16:27:46 -05:00
Prince Kumar Sharma
ec5d01a8cc fix accessibility issue related to image alt text (#1809) 2025-02-25 18:48:23 -05:00
Sebastian Beltran
6c3cfbb8d8 fix: update middleware documentation (#1806) 2025-02-23 17:41:00 -05:00
Prince Kumar Sharma
67096ced97 fix accessibility issue for text distinguishable links (#1796)
Co-authored-by: Sebastian Beltran <bjohansebas@gmail.com>
2025-02-22 12:38:50 -05:00
github-actions[bot]
9157075453 Update external docs (#1795) 2025-02-17 16:02:06 -05:00
Phillip Barta
20674423be Update "Use helmet" section (#1790) 2025-02-15 15:45:01 -05:00
Sebastian Beltran
1409e387e8 Update production best practices (#1679)
Co-authored-by: Chris de Almeida <ctcpip@users.noreply.github.com>
Co-authored-by: Phillip Barta <barta.phillip@gmail.com>
Co-authored-by: Dustin Popp <dustinpopp@ibm.com>
2025-02-14 12:06:00 -05: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
5ab8e0d5d5 Update API includes to use English language paths (#1778) 2025-02-11 10:07:59 -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
github-actions[bot]
7e8920812a Update external docs (#1782) 2025-02-11 09:51:17 -05:00
Sebastian Beltran
68b4840949 remove prism (#1746) 2025-02-05 18:23:03 -05:00
github-actions[bot]
79e6a54c7f Update external docs (#1752) 2025-02-04 08:58:22 -05:00