Commit ff8c577
[experimental] Add listing tip to Middlewares documentation (#2852)
* docs(backend): correct TypeScript code fences in TS tabs (controllers, services, middlewares, routes)
* docs(bundlers): clarify webpack config example rename and JS/TS filenames
* docs(routes): add guidance to prefer fully-qualified handler names in custom routers
* docs(api-tokens): add concise security tip (least privilege, rotation, secrets manager)
* docs(controllers): add caution about validateQuery/sanitizeQuery/sanitizeOutput when overriding actions
* docs(policies): clarify scoped policy folders and fix example path
* docs(webhooks): add signature verification tip and fix TS config path
* docs(theme-extension): add minimal TS example for theme.light and theme.dark overrides
* docs(wysiwyg): add next steps tip (plugin first, custom field for deeper integration)
* docs(middlewares): add tip to list registered middlewares (discovery command)
* Limit PR scope based on title; keep only intended doc(s); revert unrelated files
* Revert accidental fence change to ts; keep only the tip (PR #2852)
---------
Co-authored-by: GitHub Actions <[email protected]>1 parent bfa5c7d commit ff8c577
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
132 | 136 | | |
133 | 137 | | |
134 | 138 | | |
| |||
0 commit comments