We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38ce250 commit a516f9dCopy full SHA for a516f9d
README.md
@@ -2,17 +2,30 @@
2
3
Gitbook plugin that provide [The Unofficial GitHub Watch & Fork Buttons](https://ghbtns.com/ "The Unofficial GitHub Watch & Fork Buttons").
4
5
+
6
+
7
## Installation
8
-- [ ] Describe the installation process
9
+ npm install gitbook-plugin-github-buttons
10
11
## Usage
12
-- [ ] Write usage instructions
-
13
-## Tests
+Plugin Config
14
15
+```json
16
+{
17
+ "pluginsConfig": {
18
+ "github-buttons": {
19
+ "repo": "azu/JavaScript-Plugin-Architecture",
20
+ "types": [
21
+ "star",
22
+ "watch"
23
+ ]
24
+ }
25
26
+}
27
+```
28
-- [ ] Write How to Tests
29
30
## Contributing
31
0 commit comments