Skip to content

Commit fde32d0

Browse files
author
Sam Kleinman
committed
DOCS-1940: adding redirects for write commands
1 parent 6a1ae09 commit fde32d0

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

bin/builddata/htaccess-next.yaml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -354,6 +354,30 @@ redirect-path: '/tutorial/view-roles'
354354
url-base: '/administration/security-access-control'
355355
type: 'redirect'
356356
code: 303
357+
outputs:
358+
- 'manual'
359+
- 'before-v2.4'
360+
---
361+
redirect-path: '/reference/command/delete'
362+
url-base: '/reference/command/nav-crud'
363+
type: 'redirect'
364+
code: 303
365+
outputs:
366+
- 'manual'
367+
- 'before-v2.4'
368+
---
369+
redirect-path: '/reference/command/insert'
370+
url-base: '/reference/command/nav-crud'
371+
type: 'redirect'
372+
code: 303
373+
outputs:
374+
- 'manual'
375+
- 'before-v2.4'
376+
---
377+
redirect-path: '/reference/command/update'
378+
url-base: '/reference/command/nav-crud'
379+
type: 'redirect'
380+
code: 303
357381
outputs:
358382
- 'manual'
359383
- 'before-v2.4'

0 commit comments

Comments
 (0)