Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs typos #261

Merged
merged 2 commits into from
Mar 15, 2018
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
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