Sha256: d60f874a9e81dab9d9917751068935b9bfc3988d61623d4b732baab92efb8db5

Contents?: true

Size: 758 Bytes

Versions: 12

Compression:

Stored size: 758 Bytes

Contents

---
sidebar_position: 11
title: Documentation
---

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
```

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
```

This command generates static content into the `build` directory and can be served using any static contents hosting service.

### Deployment

Using SSH:

```
USE_SSH=true yarn deploy
```

Version data entries

12 entries across 11 versions & 2 rubygems

Version Path
ransack-4.3.0 docs/docs/going-further/documentation.md
trusty-cms-7.0.9.1 vendor/bundle/ruby/3.3.0/gems/ransack-4.2.1/docs/docs/going-further/documentation.md
trusty-cms-7.0.9.1 vendor/bundle/ruby/3.1.0/gems/ransack-4.2.1/docs/docs/going-further/documentation.md
ransack-4.2.1 docs/docs/going-further/documentation.md
ransack-4.2.0 docs/docs/going-further/documentation.md
ransack-4.1.1 docs/docs/going-further/documentation.md
ransack-4.1.0 docs/docs/going-further/documentation.md
ransack-4.0.0 docs/docs/going-further/documentation.md
ransack-3.2.1 docs/docs/going-further/documentation.md
ransack-3.2.0 docs/docs/going-further/documentation.md
ransack-3.1.0 docs/docs/going-further/documentation.md
ransack-3.0.1 docs/docs/going-further/documentation.md