Skip to content

Commit 32e32d2

Browse files
authored
Make doctoc update all files (stack-auth#311)
1 parent 35f1240 commit 32e32d2

File tree

8 files changed

+11
-6
lines changed

8 files changed

+11
-6
lines changed

.github/workflows/table-of-contents.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ jobs:
1010
- uses: technote-space/toc-generator@v4
1111
with:
1212
TOC_TITLE: ""
13+
TARGET_PATHS: "README*.md,CONTRIBUTING.md"

CONTRIBUTING.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ Due to the nature of authentication, this may not be the easiest project to cont
99
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
1010
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
1111

12+
- [How to contribute](#how-to-contribute)
13+
- [Security & bug bounties](#security--bug-bounties)
14+
- [Before creating a pull request](#before-creating-a-pull-request)
15+
1216
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
1317

1418

apps/e2e/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# e2e-tests
1+
# @stackframe/e2e-tests
22

33
## 2.6.11
44

examples/cjs-test/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# cjs-test
1+
# @stackframe/example-cjs-test
22

33
## 2.6.11
44

examples/demo/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# demo-app
1+
# @stackframe/example-demo-app
22

33
## 2.6.11
44

examples/docs-examples/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# demo-app
1+
# @stackframe/docs-examples
22

33
## 2.6.11
44

examples/middleware/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# middleware-demo
1+
# @stackframe/example-middleware-demo
22

33
## 2.6.11
44

examples/partial-prerendering/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# partial-prerendering
1+
# @stackframe/example-partial-prerendering
22

33
## 2.6.11
44

0 commit comments

Comments
 (0)