docs/middleware
Jason Etcovitch 92d5722103
Add 2.22 release notes (#16586)
* Add 2.22.0

* Add 2.22.1

* Add 2.22.2

* Add 2.22.3

* Add 2.22.4

* Lint YAML files

* intro shouldn't be required

* Align all notes

* Full height sidebar

* Make the sidebar full height properly

* Get the real layout going

* Include full name

* Move details > summary around

* Fix sticky sidebar

* Tweak bottom of page

* Add more label colors

* Change heading title

* Don't be <details>, change sticky header

* Include other releases' info

* Show prev/next links

* Change sidenav to show all releases

* Fix ordering of chevron

* Fix link underlines

* Collapsing minor versions

* Moar padding

* Setup schema for sub-sections

* Update a YAML file to match schema

* Redo rendering/sorting logic

* Update layout

* Convert remaining notes

* Improve schema

* Use proper min properties

* Custom bullet points

* Show details control for version picker

* Improve layout on small screens

* One more tiny fix

* Order by semver

* Use proper version in details

* Fix extra arrows showing up

* Change label colors

* Pass the reference check

* Add gradients

* Gradient all the things
2020-12-11 13:43:11 -05:00
..
contextualizers Add 2.22 release notes (#16586) 2020-12-11 13:43:11 -05:00
redirects Hello git history spelunker! 2020-09-27 14:10:11 +02:00
README.md Hello git history spelunker! 2020-09-27 14:10:11 +02:00
archived-enterprise-versions-assets.js Check repository references (#16680) 2020-12-03 16:41:03 +00:00
archived-enterprise-versions.js Check repository references (#16680) 2020-12-03 16:41:03 +00:00
breadcrumbs.js return an empty breadcrumbs object on the landing page 2020-12-08 09:50:05 -05:00
categories-for-support-team.js Use async file reads in categories-for-support-team middleware (#16781) 2020-12-09 15:52:33 +00:00
connect-datadog.js Use connectDatadog(e) (#16888) 2020-12-11 13:13:18 -05:00
context.js Unravel pages (the array + map object) (#16708) 2020-12-03 22:31:10 +00:00
cookie-parser.js Hello git history spelunker! 2020-09-27 14:10:11 +02:00
cors.js Hello git history spelunker! 2020-09-27 14:10:11 +02:00
csp.js attempt to fix CSP content blocked issue 2020-12-10 12:07:14 -05:00
csrf-route.js Send CSRF tokens over XHR (#15778) 2020-09-28 09:44:14 -07:00
csrf.js Send CSRF tokens over XHR (#15778) 2020-09-28 09:44:14 -07:00
detect-language.js Hello git history spelunker! 2020-09-27 14:10:11 +02:00
dev-toc.js add the barest minimal dev-toc 2020-11-13 14:31:59 -05:00
disable-caching-on-safari.js Hello git history spelunker! 2020-09-27 14:10:11 +02:00
early-access-breadcrumbs.js add comment clarifying purpose of separate middleware 2020-12-08 11:49:18 -05:00
enterprise-server-releases.js add Developer deprecated docs to the list and also add a mini-toc 2020-12-08 10:38:39 -05:00
events.js Don't bork locally without Hydro (#16361) 2020-11-05 19:06:46 +00:00
featured-links.js use new module 2020-11-12 13:31:57 -05:00
find-page.js Hello git history spelunker! 2020-09-27 14:10:11 +02:00
handle-csrf-errors.js Improve performance of csrf errors (#16136) 2020-10-20 11:42:05 -04:00
handle-errors.js Improve performance of csrf errors (#16136) 2020-10-20 11:42:05 -04:00
handle-invalid-paths.js Hello git history spelunker! 2020-09-27 14:10:11 +02:00
index.js Use connectDatadog(e) (#16888) 2020-12-11 13:13:18 -05:00
loaderio-verification.js Hello git history spelunker! 2020-09-27 14:10:11 +02:00
rate-limit.js Use Redis Store for rate limiting when available (#16484) 2020-11-16 15:55:07 -08:00
record-redirect.js Don't record 304 redirects (#16245) 2020-11-03 22:21:12 +00:00
render-page.js Merge main 2020-11-16 10:07:53 -08:00
req-utils.js Sending events to POST /events endpoint (#15796) 2020-10-08 09:24:41 -07:00
robots.js properly concat versioned hidden product hrefs 2020-12-03 12:45:05 -05:00
set-fastly-cache-headers.js Hello git history spelunker! 2020-09-27 14:10:11 +02:00
trigger-error.js Hello git history spelunker! 2020-09-27 14:10:11 +02:00
webpack.js Sm0ller webpack output (#16543) 2020-11-19 13:06:20 -05:00

README.md

Middleware

Each file in this directory exports an Express Middleware function.

For more info, see https://expressjs.com/en/guide/using-middleware.html

Subdirectories

There are subdirectories for different types of middleware: