Remove trailing whitespaces (#1505)

This commit is contained in:
Angel Gomez
2017-12-06 19:48:35 -04:00
committed by Jeremy Thomas
parent 85dbf10363
commit a99dede908
4 changed files with 10 additions and 10 deletions

View File

@@ -9,7 +9,7 @@ The documentation HTML is produced with the Ruby-based `jekyll` tool.
Then to view the documentation in your local checkout:
1. Before you begin, cd into `docs/` directory, and `cp _config.yml _config.local.yml`. Then edit `_config.local.yml` and change the `url:` value to `http://localhost:4000`. This local config file will be ignored by git.
1. Before you begin, cd into `docs/` directory, and `cp _config.yml _config.local.yml`. Then edit `_config.local.yml` and change the `url:` value to `http://localhost:4000`. This local config file will be ignored by git.
1. In a separate shell session, `cd` to the `docs/` directory, and do:
```
jekyll serve --incremental --config _config.local.yml