Skip to content

Commit d8967d9

Browse files
authored
Fix documentation PR preview (#2491)
The openHABian sidebar entries added in #2434 break the Netlify preview build so some more placeholder files are necessary. Signed-off-by: Wouter Born <[email protected]>
1 parent 7540150 commit d8967d9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.vuepress/add_placeholders.rb

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,10 @@ def add_placeholder_pages()
1717
"docs/ecosystem/google-assistant",
1818
"docs/ecosystem/ifttt",
1919
"docs/ecosystem/mycroft",
20-
"docs/installation/openhabian.md"
20+
"docs/installation/openhabian.md",
21+
"docs/installation/openhabian-troubleshooting.md",
22+
"docs/installation/openhabian-backup.md",
23+
"docs/installation/openhabian-exim.md"
2124
].each { |path|
2225
puts " ➡️ #{path}"
2326
page = path

0 commit comments

Comments
 (0)