Skip to content

Commit 17d4d0f

Browse files
Merge pull request #47 from amd/alex_doc_update
added pointer to PLUGIN_DOC.md in README
2 parents 73f7de8 + 554c56f commit 17d4d0f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

EXTENDING.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,5 +131,4 @@ if __name__ == "__main__":
131131
```
132132

133133
## external plugins
134-
External plugins can be added and installed in the same env as node-scraper plugins. Find an
135-
example of an external plugin in **`/docs/node-scraper-external`**
134+
External plugins can be added and installed in the same env as node-scraper plugins. See -> [docs/node-scraper-external/README.md](node-scraper-external/README.md)

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ system debug.
1919
- [Plugin config: `--plugin-configs` command](#plugin-config---plugin-configs-command)
2020
- [Reference config: `gen-reference-config` command](#reference-config-gen-reference-config-command)
2121
- **Extending Node Scraper (integration & external plugins)** → See [EXTENDING.md](EXTENDING.md)
22+
- **Full view of the plugins with the associated collectors & analyzers as well as the commands
23+
invoked by collectors** -> See [docs/PLUGIN_DOC.md](docs/PLUGIN_DOC.md)
2224

2325
## Installation
2426
### Install From Source

0 commit comments

Comments
 (0)