Skip to content

Commit bed6783

Browse files
frustakNotMonijasonsaayman
authored
add table of content (preview) (#3050)
* add toc (preview) * remove toc in toc Signed-off-by: Moni <usmoni@gmail.com> * fix sublinks * fix indentation * remove redundant table links * update caps and indent * remove axios Co-authored-by: Moni <usmoni@gmail.com> Co-authored-by: Jay <jasonsaayman@gmail.com>
1 parent c70fab9 commit bed6783

1 file changed

Lines changed: 31 additions & 0 deletions

File tree

README.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,37 @@
1010
[![code helpers](https://www.codetriage.com/axios/axios/badges/users.svg)](https://www.codetriage.com/axios/axios)
1111

1212
Promise based HTTP client for the browser and node.js
13+
## Table of Contents
14+
15+
- [Features](#features)
16+
- [Browser Support](#browser-support)
17+
- [Installing](#installing)
18+
- [Example](#example)
19+
- [Axios API](#axios-api)
20+
- [Request method aliases](#request-method-aliases)
21+
- [Concurrency (Deprecated)](#concurrency-deprecated)
22+
- [Creating an instance](#creating-an-instance)
23+
- [Instance methods](#instance-methods)
24+
- [Request Config](#request-config)
25+
- [Response Schema](#response-schema)
26+
- [Config Defaults](#config-defaults)
27+
- [Global axios defaults](#global-axios-defaults)
28+
- [Custom instance defaults](#custom-instance-defaults)
29+
- [Config order of precedence](#config-order-of-precedence)
30+
- [Interceptors](#interceptors)
31+
- [Handling Errors](#handling-errors)
32+
- [Cancellation](#cancellation)
33+
- [Using application/x-www-form-urlencoded format](#using-applicationx-www-form-urlencoded-format)
34+
- [Browser](#browser)
35+
- [Node.js](#nodejs)
36+
- [Query string](#query-string)
37+
- [Form data](#form-data)
38+
- [Semver](#semver)
39+
- [Promises](#promises)
40+
- [TypeScript](#typescript)
41+
- [Resources](#resources)
42+
- [Credits](#credits)
43+
- [License](#license)
1344

1445
## Features
1546

0 commit comments

Comments
 (0)