Commit Graph

7 Commits

Author SHA1 Message Date
Joel Marcey a66f0a72fd Merge pull request #10 from sdwilsh/use-baseUrl-more
Use the siteConfig more
2017-07-12 10:52:58 -07:00
Frank Li 94a47f9483 Merge pull request #11 from sdwilsh/fix-nav-wrapping
Do not wrap on words in navigation links
2017-07-12 10:49:47 -07:00
Shawn Wilsher 6ed4afef64 Do not wrap on words in navigation links
If you have text like "Getting Started", it will wrap on the space and not be one line.
2017-07-12 10:22:18 -07:00
Shawn Wilsher d0e1eaeb38 Use the siteConfig more
The base url should be used instead of hard-coding it.
2017-07-12 09:53:04 -07:00
Joel Marcey 8362e8e4bf Merge pull request #9 from sdwilsh/html-entity
Use HTML entity instead of a unicode character
2017-07-12 09:16:09 -07:00
Shawn Wilsher 4c93e4ac33 Use HTML entity instead of a unicode character
Some editors are unhappy using unicode in a file.  Let's use the HTML entity instead.
2017-07-12 08:55:03 -07:00
Joel Marcey e3139eea2f Initial commit 2017-07-07 10:28:29 -07:00