You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use github-scripts to assess file changes and use diff-validate on preview-builds for other repos (#1702)
* Use github-scripts to assess file changes and use diff-validate on preview-builds for other repos
* Add note regarding validation in docs
* Adjust diff-validate action
Copy file name to clipboardExpand all lines: docs/contribute/redirects.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,11 @@ For API redirects, consult with the documentation engineering team on Slack (#el
16
16
17
17
For elastic.co/guide redirects, open a [web team request](http://ela.st/web-request).
18
18
19
-
## File location.
19
+
## Validation
20
+
21
+
Running `docs-builder diff validate` will give you feedback on whether all necessary redirect rules are in place after your changes. It will also run on pull requests.
22
+
23
+
## File location
20
24
21
25
Redirects are configured at the content set-level.
22
26
The configuration file should be located next to your `docset.yml` file:
0 commit comments