Skip to content

Commit

Permalink
fix table of contents
Browse files Browse the repository at this point in the history
  • Loading branch information
Buuntu committed Jul 27, 2020
1 parent c938f4c commit 96d0dcb
Showing 1 changed file with 24 additions and 27 deletions.
51 changes: 24 additions & 27 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,33 +47,30 @@ modern stack.

## Table of Contents

- [FastAPI + React · !build [![license](https://img.shields.io/github/license/peaceiris/actions-gh-pages.svg)](LICENSE) [![Dependabot Status](https://img.shields.io/badge/Dependabot-active-brightgreen.svg)](https://dependabot.com)](#fastapi--react--img-srchttpsgithubcombuuntufastapi-reactworkflowsbuildbadgesvg-altbuild-img-srchttpsimgshieldsiogithublicensepeaceirisactions-gh-pagessvg-altlicense-img-srchttpsimgshieldsiobadgedependabot-active-brightgreensvg-altdependabot-status)
- [Features](#features)
- [Table of Contents](#table-of-contents)
- [Background](#background)
- [Quick Start](#quick-start)
- [Develop](#develop)
- [Admin Dashboard](#admin-dashboard)
- [Security](#security)
- [Testing](#testing)
- [Fixtures](#fixtures)
- [test_db](#test_db)
- [test_user](#test_user)
- [test_superuser](#test_superuser)
- [client](#client)
- [user_token_headers](#user_token_headers)
- [superuser_token_headers](#superuser_token_headers)
- [Background Tasks](#background-tasks)
- [Flower](#flower)
- [Frontend Utilities](#frontend-utilities)
- [Utility Functions](#utility-functions)
- [login](#login)
- [logout](#logout)
- [isAuthenticated](#isauthenticated)
- [Routes](#routes)
- [Higher Order Components](#higher-order-components)
- [PrivateRoute](#privateroute)
- [Contributing](#contributing)
- [Background](#background)
- [Quick Start](#quick-start)
- [Develop](#develop)
- [Admin Dashboard](#admin-dashboard)
- [Security](#security)
- [Testing](#testing)
- [Fixtures](#fixtures)
- [test_db](#test_db)
- [test_user](#test_user)
- [test_superuser](#test_superuser)
- [client](#client)
- [user_token_headers](#user_token_headers)
- [superuser_token_headers](#superuser_token_headers)
- [Background Tasks](#background-tasks)
- [Flower](#flower)
- [Frontend Utilities](#frontend-utilities)
- [Utility Functions](#utility-functions)
- [login](#login)
- [logout](#logout)
- [isAuthenticated](#isauthenticated)
- [Routes](#routes)
- [Higher Order Components](#higher-order-components)
- [PrivateRoute](#privateroute)
- [Contributing](#contributing)

## Background

Expand Down

0 comments on commit 96d0dcb

Please sign in to comment.