* Add 0-rc2 * Started adding release notes * added more line items * finished initial draft of enterprise 2 fix notes * some more line items added * updated known issues and took out rc1 fixes * added download link bug fix * added new known issues identified in rc2 * Fix a typo * Lint YAML * Tweak sorting for new version schem * Use today's date * removed links to PRs and reduced notes to most important ones * Fix indentation * bug_fixes => bugs * spruce it up * typo * update without changes Co-authored-by: Amulya Raja <53104849+amulyaraja@users.noreply.github.com> Co-authored-by: Maya <maya-ross@github.com> Co-authored-by: Meg Bird <megbird@github.com>
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:
- contextualizers modify the
req.contextobject that is used to render pages. - redirects handle... redirects!