mirror of
https://github.com/snachodog/just-the-docs.git
synced 2025-09-17 14:43:32 -06:00
getting this on GH
This commit is contained in:
6
index.md
6
index.md
@@ -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
|
||||
|
Reference in New Issue
Block a user