Skip to content

Commit f2532d3

Browse files
committed
updating the table of contents
1 parent d6fa741 commit f2532d3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
# Webstore
2-
## Table of Contents
1+
# Webstore (a.k.a. Digital Storefront)
32

43
- [Getting Started](#getting-started)
5-
- [Webstore Component Library](#webstore-component-library)
6-
- [Upgrading To The Latest Version](#upgrading-to-the-latest-version)
7-
- [Component Library Dev Mode](#component-library-dev-mode)
84
- [Environment Variables](#environment-variables)
95
- [Authentication](#authentication)
106
- [User Credentials](#user-credentials)
117
- [Provider Credentials](#provider-credentials)
8+
- [Webstore Component Library](#webstore-component-library)
9+
- [Upgrading To The Latest Version](#upgrading-to-the-latest-version)
10+
- [Component Library Dev Mode](#component-library-dev-mode)
1211
- [Linting](#linting)
1312
- [Testing](#testing)
1413
- [Jest](#jest)
1514
- [Cypress](#cypress)
15+
- [Setup your Cypress env variables](#setup-your-cypress-env-variables)
1616
- [Deployment](#deployment)
1717

1818
---
@@ -31,7 +31,7 @@
3131
3232
The `pages/api` directory is mapped to `/api/*`. Files in this directory are treated as [API routes](https://nextjs.org/docs/api-routes/introduction) instead of React pages. -->
3333

34-
### Webstore Component Library
34+
## Webstore Component Library
3535
The webstore requires a [React component library](https://reactjs.org/docs/react-component.html) of view components. That dependency is packaged and released independently.
3636

3737
#### Upgrading To The Latest Version

0 commit comments

Comments
 (0)