Skip to content

Commit

Permalink
Remove the TOC
Browse files Browse the repository at this point in the history
It's redundant now that GitHub generates one automatically.
  • Loading branch information
bbatsov committed Apr 19, 2021
1 parent 5ba13f3 commit 6a9cf13
Showing 1 changed file with 0 additions and 56 deletions.
56 changes: 0 additions & 56 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,62 +7,6 @@

Chewy is an ODM (Object Document Mapper), built on top of the [the official Elasticsearch client](https://github.com/elastic/elasticsearch-ruby).

## Table of Contents

* [Why Chewy?](#why-chewy)
* [Installation](#installation)
* [Compatibility](#compatibility)
* [Ruby](#ruby)
* [Elasticsearch compatibility matrix](#elasticsearch-compatibility-matrix)
* [Active Record](#active-record)
* [Getting Started](#getting-started)
* [Minimal client setting](#minimal-client-setting)
* [Elasticsearch](#elasticsearch)
* [Index](#index)
* [Model](#model)
* [Example of data request](#example-of-data-request)
* [Usage and configuration](#usage)
* [Client settings](#client-settings)
* [AWS ElasticSearch configuration](#aws-elastic-search)
* [Index definition](#index-definition)
* [Type default import options](#type-default-import-options)
* [Multi (nested) and object field types](#multi-nested-and-object-field-types)
* [Geo Point fields](#geo-point-fields)
* [Crutches™ technology](#crutches-technology)
* [Witchcraft™ technology](#witchcraft-technology)
* [Raw Import](#raw-import)
* [Index creation during import](#index-creation-during-import)
* [Skip record fields during import](#skip-record-fields-during-import)
* [Default values for different types](#default-values-for-different-types)
* [Journaling](#journaling)
* [Types access](#types-access)
* [Index manipulation](#index-manipulation)
* [Index update strategies](#index-update-strategies)
* [Nesting](#nesting)
* [Non-block notation](#non-block-notation)
* [Designing your own strategies](#designing-your-own-strategies)
* [Rails application strategies integration](#rails-application-strategies-integration)
* [Elasticsearch client options](#elasticsearch-client-options)
* [ActiveSupport::Notifications support](#activesupportnotifications-support)
* [NewRelic integration](#newrelic-integration)
* [Search requests](#search-requests)
* [Composing requests](#composing-requests)
* [Pagination](#pagination)
* [Named scopes](#named-scopes)
* [Scroll API](#scroll-api)
* [Loading objects](#loading-objects)
* [Rake tasks](#rake-tasks)
* [chewy:reset](#chewyreset)
* [chewy:upgrade](#chewyupgrade)
* [chewy:update](#chewyupdate)
* [chewy:sync](#chewysync)
* [chewy:deploy](#chewydeploy)
* [Parallelizing rake tasks](#parallelizing-rake-tasks)
* [chewy:journal](#chewyjournal)
* [RSpec integration](#rspec-integration)
* [Minitest integration](#minitest-integration)
* [Contributing](#contributing)

## Why Chewy?

In this section we'll cover why you might want to use Chewy instead of the official `elasticsearch-ruby` client gem.
Expand Down

0 comments on commit 6a9cf13

Please sign in to comment.