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 <github@maindrain.net>final
parent
75401504d3
commit
d8967d91a2
|
@ -17,7 +17,10 @@ def add_placeholder_pages()
|
||||||
"docs/ecosystem/google-assistant",
|
"docs/ecosystem/google-assistant",
|
||||||
"docs/ecosystem/ifttt",
|
"docs/ecosystem/ifttt",
|
||||||
"docs/ecosystem/mycroft",
|
"docs/ecosystem/mycroft",
|
||||||
"docs/installation/openhabian.md"
|
"docs/installation/openhabian.md",
|
||||||
|
"docs/installation/openhabian-troubleshooting.md",
|
||||||
|
"docs/installation/openhabian-backup.md",
|
||||||
|
"docs/installation/openhabian-exim.md"
|
||||||
].each { |path|
|
].each { |path|
|
||||||
puts " ➡️ #{path}"
|
puts " ➡️ #{path}"
|
||||||
page = path
|
page = path
|
||||||
|
|
Loading…
Reference in New Issue