diff --git a/www/docs/cmd/goreleaser_completion_bash.md b/www/docs/cmd/goreleaser_completion_bash.md
index 7f071d4f1..01eb12f9c 100644
--- a/www/docs/cmd/goreleaser_completion_bash.md
+++ b/www/docs/cmd/goreleaser_completion_bash.md
@@ -21,7 +21,7 @@ To load completions for every new session, execute once:
 
 ### macOS:
 
-	goreleaser completion bash > /usr/local/etc/bash_completion.d/goreleaser
+	goreleaser completion bash > $(brew --prefix)/etc/bash_completion.d/goreleaser
 
 You will need to start a new shell for this setup to take effect.
 
diff --git a/www/docs/cmd/goreleaser_completion_zsh.md b/www/docs/cmd/goreleaser_completion_zsh.md
index cf78fd0b6..09db588c4 100644
--- a/www/docs/cmd/goreleaser_completion_zsh.md
+++ b/www/docs/cmd/goreleaser_completion_zsh.md
@@ -11,6 +11,10 @@ to enable it.  You can execute the following once:
 
 	echo "autoload -U compinit; compinit" >> ~/.zshrc
 
+To load completions in your current shell session:
+
+	source <(goreleaser completion zsh); compdef _goreleaser goreleaser
+
 To load completions for every new session, execute once:
 
 ### Linux:
@@ -19,7 +23,7 @@ To load completions for every new session, execute once:
 
 ### macOS:
 
-	goreleaser completion zsh > /usr/local/share/zsh/site-functions/_goreleaser
+	goreleaser completion zsh > $(brew --prefix)/share/zsh/site-functions/_goreleaser
 
 You will need to start a new shell for this setup to take effect.
 
diff --git a/www/docs/static/schema-pro.json b/www/docs/static/schema-pro.json
index a5e83fd98..cf3b36980 100644
--- a/www/docs/static/schema-pro.json
+++ b/www/docs/static/schema-pro.json
@@ -1288,12 +1288,6 @@
 						},
 						"type": "array"
 					},
-					"empty_folders": {
-						"items": {
-							"type": "string"
-						},
-						"type": "array"
-					},
 					"contents": {
 						"items": {
 							"$ref": "#/$defs/Content"
@@ -1553,12 +1547,6 @@
 						},
 						"type": "array"
 					},
-					"empty_folders": {
-						"items": {
-							"type": "string"
-						},
-						"type": "array"
-					},
 					"contents": {
 						"items": {
 							"$ref": "#/$defs/Content"