You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
-12Lines changed: 0 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -94,15 +94,3 @@ pre-commit run --all-files
94
94
# Run a specific hook
95
95
pre-commit run generate-plugin-docs --all-files
96
96
```
97
-
98
-
#### Plugin documentation
99
-
100
-
The `generate-plugin-docs` hook automatically regenerates `docs/PLUGIN_DOC.md` whenever plugin files in `nodescraper/plugins/inband/` are modified. This ensures the documentation stays in sync with the code.
101
-
102
-
If plugins are added or modified, the documentation will be automatically updated on the next commit.
103
-
104
-
### Documentation
105
-
106
-
Submit Node Scraper documentation changes to our
107
-
[documentation](https://github.com/amd/node-scraper/blob/development/README.md). You must update
108
-
documentation related to any new feature or API contribution.
0 commit comments