Skip to content
This repository has been archived by the owner on Jul 19, 2021. It is now read-only.

[Docs] Revert Jekyll config change #58

Merged
merged 1 commit into from
Nov 29, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ bundle install

Generate the docs:
```
jekyll serve
jekyll serve -s docs
```
If you get a permission error, try `bundle exec jekyll serve -s docs`

Expand Down
4 changes: 2 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
*If you are having troubles setting up jekyll, see https://jekyllrb.com/docs/installation/*

### Serve the documentation
- `jekyll serve`
If you get a permission error, try `bundle exec jekyll serve`
- `jekyll serve -s docs`
If you get a permission error, try `bundle exec jekyll serve -s docs`

View locally at [http://127.0.0.1:4000/slate/](http://127.0.0.1:4000/slate/).

Expand Down
1 change: 0 additions & 1 deletion _config.yml → docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ baseurl: "/slate"
url: "https://shopify.github.io"
sass:
cache: true
source: docs

# Build settings
markdown: kramdown
Expand Down