diff --git a/README.md b/README.md index 4fca5468..1ede02f1 100644 --- a/README.md +++ b/README.md @@ -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