This is an automated email from the ASF dual-hosted git repository.
rusackas pushed a commit to branch pre-commit-hooks-docs
in repository https://gitbox.apache.org/repos/asf/superset.git
The following commit(s) were added to refs/heads/pre-commit-hooks-docs by this
push:
new 2f18380a89 docs: creating a redirect for legacy pre-commit hook docs
2f18380a89 is described below
commit 2f18380a8940ff3f5bc12025e4248643f4ad822c
Author: Evan Rusackas <[email protected]>
AuthorDate: Tue May 14 10:23:57 2024 -0600
docs: creating a redirect for legacy pre-commit hook docs
---
docs/static/.htaccess | 3 +++
1 file changed, 3 insertions(+)
diff --git a/docs/static/.htaccess b/docs/static/.htaccess
index 7cc2e765cf..8ffe26ea87 100644
--- a/docs/static/.htaccess
+++ b/docs/static/.htaccess
@@ -65,3 +65,6 @@ RewriteRule ^docs/installation/event-logging/$
/docs/configuration/event-logging
RewriteRule ^docs/databases.*$ /docs/configuration/databases [R=301,L]
RewriteRule ^docs/configuration/setup-ssh-tunneling$
/docs/configuration/networking-settings [R=301,L]
+
+# pre-commit hooks documentation
+RewriteRule ^docs/contributing/hooks-and-linting/$
/docs/contributing/development/#git-hooks-1