getting this on GH

This commit is contained in:
Patrick Marsceill
2017-11-08 11:23:05 -05:00
parent bdd5d105e1
commit be0d00cb2a
8 changed files with 55 additions and 14 deletions

View File

@@ -6,7 +6,7 @@ nav_order: 1
# Focus on writing good documentation
{: .fs-9 .mb-md-8 :}
{: .fs-9 }
Just the Docs gives your documentation a jumpstart with a responsive Jekyll theme that is easily customizable and hosted on GitHub pages.
{: .fs-6 .fw-300 }
@@ -32,6 +32,10 @@ gem "just-the-docs"
```yaml
theme: "just-the-docs"
```
3. _Optional:_ Initialize search data (creates `search-data.json`)
```bash
$ bundle exec just-the-docs rake search:init
```
3. Run you local Jekyll server
```bash
$ jekyll serve