Skip to content

Commit cdcd64d

Browse files
authored
README table of contents (stack-auth#165)
1 parent 4515ea6 commit cdcd64d

2 files changed

Lines changed: 40 additions & 2 deletions

File tree

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
on: push
2+
name: TOC Generator
3+
jobs:
4+
generateTOC:
5+
name: TOC Generator
6+
runs-on: ubuntu-latest
7+
permissions:
8+
contents: write
9+
steps:
10+
- uses: technote-space/toc-generator@v4
11+
with:
12+
TOC_TITLE: ""

README.md

Lines changed: 28 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,26 @@ We support Next.js frontends, along with any backend that can use our [REST API]
1919
<img alt="Stack Setup" src=".github/assets/create-project.gif" height="328" width="400" />
2020
</div>
2121

22-
## How is this different from `X`?
22+
## Table of contents
23+
24+
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
25+
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
26+
27+
- [How is this different from X?](#how-is-this-different-from-x)
28+
- [✨ Features](#-features)
29+
- [📦 Installation & Setup](#-installation--setup)
30+
- [🌱 Some community projects built with Stack](#-some-community-projects-built-with-stack)
31+
- [Templates](#templates)
32+
- [Examples](#examples)
33+
- [🏗️ Development & Contribution](#-development--contribution)
34+
- [Requirements](#requirements)
35+
- [Setup](#setup)
36+
- [Database migrations](#database-migrations)
37+
- [❤️ Contributors](#-contributors)
38+
39+
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
40+
41+
## How is this different from X?
2342

2443
Ask yourself about `X`:
2544

@@ -53,8 +72,15 @@ Refer to [our documentation](https://docs.stack-auth.com/getting-started/setup)
5372

5473
## 🌱 Some community projects built with Stack
5574

75+
Have your own? Happy to feature it if you create a PR or message us on [Discord](https://discord.stack-auth.com).
76+
77+
### Templates
5678
- [Next SaaSkit by wolfgunblood](https://github.com/wolfgunblood/nextjs-saaskit)
79+
80+
### Examples
5781
- [Stack Example by career-tokens](https://github.com/career-tokens/StackYCAuth)
82+
- [Stack Demo by the Stack team](https://github.com/stack-auth/stack/tree/main/examples/demo)
83+
- [Stack E-Commerce Example by the Stack team](https://github.com/stack-auth/stack/tree/main/examples/e-commerce)
5884

5985
## 🏗️ Development & Contribution
6086

@@ -118,7 +144,7 @@ If you make changes to the Prisma schema, you need to run the following command
118144
pnpm run prisma migrate dev
119145
```
120146

121-
## Contributors
147+
## ❤️ Contributors
122148

123149
Thanks to the amazing community who built Stack:
124150

0 commit comments

Comments
 (0)