Skip to content
Snippets Groups Projects
Unverified Commit 4177f965 authored by Patrick Marsceill's avatar Patrick Marsceill
Browse files

Content updates

parent f97f5042
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,7 @@ $ bundle exec just-the-docs rake search:init
This command creates the `search-data.json` file that Jekyll uses to create
your search index. Alternatively, you can create the file manually in the
root of your Jekyll site with this content:
`assets/js/` of your Jekyll site with this content:
```{% raw %}
---
......@@ -39,4 +39,4 @@ root of your Jekyll site with this content:
}{% endraw %}
```
You can modify this by modifying the forloop in `search-data.json` and the javascript in `just-the-docs.js` on line 30.
_Note: If you don't run this rake command or create this file manually, search will not work (or it will use the search index data from this docs site, not your site's content)._
......@@ -2,6 +2,7 @@
layout: default
title: Home
nav_order: 1
permalink: /
---
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment