docs/docs/going-further/documentation.md in ransack-3.0.0 vs docs/docs/going-further/documentation.md in ransack-3.0.1
- old
+ new
@@ -5,15 +5,27 @@
Ransack uses [Docusaurus](https://docusaurus.io/) for documentation. To contribute to the docs simply use the "Edit this page" link from any page to directly edit, or else pull the repo and edit locally.
### Local Development
+Switch to docs folder
+
```
cd docs
-yarn start
```
-This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
+Install docusaurus and other dependencies
+
+```
+yarn install
+```
+
+
+Start a local development server and open up a browser window. Most changes are reflected live without having to restart the server.
+
+```
+yarn start
+```
### Build
```
yarn build