Skip to content

Commit b0a5577

Browse files
doc: update doc
1 parent 790ce9d commit b0a5577

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

Diff for: README.md

-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ _Please note that these are community packages and not official one._
88

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 -->
11-
1211
**Table of content**
1312

1413
- [Integrations supported](#integrations-supported)

Diff for: package.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66
"packages/*"
77
],
88
"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**' ",
1012
"clean": "lerna run clean",
1113
"build": "lerna run build",
1214
"publish-ci": "lerna publish from-package -y",

Diff for: packages/rollbar/README.md

+5-6
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,13 @@ error with the basic error details.
66

77
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
88
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
9-
109
**Table of content**
1110

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)
1716
- [Roadmap](#roadmap)
1817
- [How it works](#how-it-works)
1918

0 commit comments

Comments
 (0)