File tree 3 files changed +8
-8
lines changed
3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ _Please note that these are community packages and not official one._
8
8
9
9
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
10
10
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
11
-
12
11
** Table of content**
13
12
14
13
- [ Integrations supported] ( #integrations-supported )
Original file line number Diff line number Diff line change 6
6
" packages/*"
7
7
],
8
8
"scripts" : {
9
- "docs" : " doctoc . --title '**Table of content**' README.md" ,
9
+ "docs" : " npm run docs:root && npm run docs:packages" ,
10
+ "docs:root" : " doctoc README.md --title '**Table of content**'" ,
11
+ "docs:packages" : " doctoc packages/*/README.md --title '**Table of content**' " ,
10
12
"clean" : " lerna run clean" ,
11
13
"build" : " lerna run build" ,
12
14
"publish-ci" : " lerna publish from-package -y" ,
Original file line number Diff line number Diff line change @@ -6,14 +6,13 @@ error with the basic error details.
6
6
7
7
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
8
8
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
9
-
10
9
** Table of content**
11
10
12
- - [ Pre-Requisites] ( #pre-requisites )
13
- - [ Installation] ( #installation )
14
- - [ Setup] ( #setup )
15
- - [ Code Changes] ( #code-changes )
16
- - [ Options] ( #options )
11
+ - [ Pre-Requisites] ( #pre-requisites )
12
+ - [ Installation] ( #installation )
13
+ - [ Setup] ( #setup )
14
+ - [ Code Changes] ( #code-changes )
15
+ - [ Options] ( #options )
17
16
- [ Roadmap] ( #roadmap )
18
17
- [ How it works] ( #how-it-works )
19
18
You can’t perform that action at this time.
0 commit comments