Skip to content

Commit

Permalink
Merge pull request #261 from ryan-williams/patch-1
Browse files Browse the repository at this point in the history
docs typos
  • Loading branch information
calvellido authored Mar 15, 2018
2 parents 7643346 + 086df36 commit 77c14e8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/src/main/tut/docs/build-the-microsite.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ If you're running the microsite locally, you can follow these steps:

2. Start Jekyll with `jekyll serve`.

3. Navigate to [http://localhost:4000/yourbase_url/](http://localhost:4000/yourbase_url/) in your browser, where `yourbase_url` depends on your own preferences (see `micrositeBaseUrl` setting). Note, if you haven't specified any `micrositeBaseUrl` setting, it'll be empty by default so you can navigate to the site following this url [http://localhost:4000_url/](http://localhost:4000/).
3. Navigate to [http://localhost:4000/yourbase_url/](http://localhost:4000/yourbase_url/) in your browser, where `yourbase_url` depends on your own preferences (see `micrositeBaseUrl` setting). Note, if you haven't specified any `micrositeBaseUrl` setting, it'll be empty by default so you can navigate to the site following this url [http://localhost:4000](http://localhost:4000/).

# Publish the microsite

Expand Down Expand Up @@ -49,4 +49,4 @@ If you don't have any domain names pointing to your site, you can see your micro

[http://username.github.io/your-microsite](http://username.github.io/your-microsite)

Enjoy!
Enjoy!
2 changes: 1 addition & 1 deletion docs/src/main/tut/docs/layouts.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ section: "section2"
position: 3
---
file2.md contents:
file3.md contents:
---
layout: page
Expand Down

0 comments on commit 77c14e8

Please sign in to comment.