mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-09 18:36:29 +00:00
Remove isolation part from documentation docs (#1671)
This commit is contained in:
parent
4855ed80df
commit
2afea1546a
@ -66,17 +66,3 @@ The site generated by `bundle exec rake` is only available locally. If you are d
|
||||
```shell
|
||||
ssh -L 4000:localhost:4000 user_on_headless_machine@ip_of_headless_machine
|
||||
```
|
||||
|
||||
#### Speeding up site generation
|
||||
|
||||
Every release we post long changelogs to the website. This slows down generation of the website a bit. We've included some tools to temporarily exclude integrations and blog posts that you're not working on out of the way.
|
||||
|
||||
```shell
|
||||
bundle exec rake isolate[filename-of-blogpost-or-integration]
|
||||
```
|
||||
|
||||
When you're done working on the site, run the following command to move the pages back again:
|
||||
|
||||
```shell
|
||||
bundle exec rake integrate
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user