Skip to content

Commit f29ece6

Browse files
committedAug 31, 2024
docs(readme): Use non-numbering TOCs
1 parent 5f94e57 commit f29ece6

File tree

4 files changed

+24
-24
lines changed

4 files changed

+24
-24
lines changed
 

‎README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@
88

99
<!-- vscode-markdown-toc -->
1010

11-
- 1. [Description](#Description)
12-
- 2. [Releases](#Releases)
11+
- [Description](#Description)
12+
- [Releases](#Releases)
1313

1414
<!-- vscode-markdown-toc-config
15-
numbering=true
15+
numbering=false
1616
autoSave=true
1717
/vscode-markdown-toc-config -->
1818
<!-- /vscode-markdown-toc -->
1919

20-
## 1. <a name='Description'></a>Description
20+
## <a name='Description'></a>Description
2121

2222
A metarepository containing various package I maintain for my typical JavaScript/TypeScript stack.
2323

@@ -26,7 +26,7 @@ Find out more about each individual package here:
2626
- [`@spuxx/js-utils`](/packages/js-utils/README.md)
2727
- [`@spuxx/browser-utils`](/packages/browser-utils/README.md)
2828

29-
## 2. <a name='Releases'></a>Releases
29+
## <a name='Releases'></a>Releases
3030

3131
Releases are manifest-driven and performed through [`release-please`](https://duckduckgo.com/?q=release-manifest.json&t=ffab&ia=web). Read more about it here:
3232

‎packages/browser-utils/README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,19 @@
88

99
<!-- vscode-markdown-toc -->
1010

11-
- 1. [Description](#Description)
12-
- 2. [Links](#Links)
11+
- [Description](#Description)
12+
- [Links](#Links)
1313

1414
<!-- vscode-markdown-toc-config
15-
numbering=true
15+
numbering=false
1616
autoSave=true
1717
/vscode-markdown-toc-config -->
1818
<!-- /vscode-markdown-toc -->
1919

20-
## 1. <a name='Description'></a>Description
20+
## <a name='Description'></a>Description
2121

2222
`@spuxx/browser-utils` contains a selection of core browser-related utilities I keep using across my web projects.
2323

24-
## 2. <a name='Links'></a>Links
24+
## <a name='Links'></a>Links
2525

2626
- [Source](https://github.com/spuxx1701/jslibs)

‎packages/js-utils/README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,19 @@
88

99
<!-- vscode-markdown-toc -->
1010

11-
- 1. [Description](#Description)
12-
- 2. [Links](#Links)
11+
- [Description](#Description)
12+
- [Links](#Links)
1313

1414
<!-- vscode-markdown-toc-config
15-
numbering=true
16-
autoSave=true
17-
/vscode-markdown-toc-config -->
15+
numbering=false
16+
autoSave=true
17+
/vscode-markdown-toc-config -->
1818
<!-- /vscode-markdown-toc -->
1919

20-
## Description
20+
## <a name='Description'></a>Description
2121

2222
`@spuxx/js-utils` contains a selection of core JavaScript utilities that I keep reusing across my web projects.
2323

24-
## Links
24+
## <a name='Links'></a>Links
2525

2626
- [Source](https://github.com/spuxx1701/jslibs)

‎packages/nest-utils/README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,19 @@
88

99
<!-- vscode-markdown-toc -->
1010

11-
- 1. [Description](#Description)
12-
- 2. [Links](#Links)
11+
- [Description](#Description)
12+
- [Links](#Links)
1313

1414
<!-- vscode-markdown-toc-config
15-
numbering=true
16-
autoSave=true
17-
/vscode-markdown-toc-config -->
15+
numbering=false
16+
autoSave=true
17+
/vscode-markdown-toc-config -->
1818
<!-- /vscode-markdown-toc -->
1919

20-
## Description
20+
## <a name='Description'></a>Description
2121

2222
`@spuxx/nest-utils` contains a selection of core utilities that I keep reusing in my NestJS applications.
2323

24-
## Links
24+
## <a name='Links'></a>Links
2525

2626
- [Source](https://github.com/spuxx1701/jslibs)

0 commit comments

Comments
 (0)