Skip to content

Commit

Permalink
more detailed readme
Browse files Browse the repository at this point in the history
  • Loading branch information
bit-ranger committed Oct 9, 2015
1 parent b13277d commit c47aa4f
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Expand Up @@ -15,6 +15,15 @@ Service address: <https://swiftype.com/>.

After the setup is complete, you need to modify the `swiftype_searchId` in `_config.yml`.

In your swiftype engine, go to `Setup and integration` -> `Install Search`, you could find the `swiftype_searchId`.

```html
<script type="text/javascript">
...
...
_st('install','swiftype_searchId','2.0.0');
</script>
```

## 2.disqus

Expand Down
9 changes: 9 additions & 0 deletions README_zh_CN.md
Expand Up @@ -14,6 +14,15 @@

设置完毕后,您需要修改 `_config.yml``swiftype_searchId`

在自己的引擎中,进入 `Setup and integration` -> `Install Search`, 你将找到 `swiftype_searchId`

```html
<script type="text/javascript">
...
...
_st('install','swiftype_searchId','2.0.0');
</script>
```

## 2.disqus

Expand Down

0 comments on commit c47aa4f

Please sign in to comment.