Skip to content

Commit

Permalink
docs: table of contents
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurfiorette committed Oct 9, 2021
1 parent 12c207d commit 6fa0e7b
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,33 @@ const { data } = await cachedApi.get('https://api.example.com/');
<br />
<br />

## Table of contents

- [Table of contents](#table-of-contents)
- [Installing](#installing)
- [Support list](#support-list)
- [Getting Started](#getting-started)
- [What we support](#what-we-support)
- [Basic Knowledge](#basic-knowledge)
- [Request id](#request-id)
- [Global configuration](#global-configuration)
- [storage](#storage)
- [generateKey](#generatekey)
- [waiting](#waiting)
- [headerInterpreter](#headerinterpreter)
- [requestInterceptor and responseInterceptor](#requestinterceptor-and-responseinterceptor)
- [Per-request configuration](#per-request-configuration)
- [ttl](#ttl)
- [interpretHeader](#interpretheader)
- [methods](#methods)
- [cachePredicate](#cachepredicate)
- [update](#update)
- [Inspiration](#inspiration)
- [License](#license)
- [Contact](#contact)

<br />

## Installing

> Axios is a peer dependency and must be installed separately.
Expand Down

0 comments on commit 6fa0e7b

Please sign in to comment.