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

Commit

Permalink
Merge pull request #58 from Shopify/revert-docs-config
Browse files Browse the repository at this point in the history
[Docs] Revert Jekyll config change
  • Loading branch information
cshold authored Nov 29, 2016
2 parents 079aac7 + 3515ef5 commit 83fc43e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
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

0 comments on commit 83fc43e

Please sign in to comment.