Skip to content

Commit 3c1967e

Browse files
committed
Add ga and meta tags to docs (#14)
1 parent 4c614d9 commit 3c1967e

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

docs/book.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11
{
2+
"title": "Redux Actions Assertions",
3+
"description": "Assertions for redux actions testing. This library adds assertions for redux actions testing.",
4+
"plugins": [ "ga" ],
5+
"pluginsConfig": {
6+
"ga": {
7+
"token": "UA-78823490-1"
8+
}
9+
},
210
"links": {
311
"home": null,
412
"about": false,

docs/package.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"name": "redux-actions-assertions-docs",
3+
"version": "0.0.1",
4+
"description": "Docs for redux-actions-assertions",
5+
"main": "index.js",
6+
"scripts": {
7+
"test": "echo \"Error: no test specified\" && exit 1"
8+
},
9+
"author": "",
10+
"license": "ISC",
11+
"dependencies": {
12+
"gitbook-plugin-ga": "^1.0.1"
13+
}
14+
}

0 commit comments

Comments
 (0)