summaryrefslogtreecommitdiff
path: root/.config/fisher/github.com/matchai/spacefish/book.json
blob: bf57b999493d0fa86f35666b0b44dbd95dcad7e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
	"gitbook": "3.x.x",
	"title": "Spacefish",
	"plugins": ["edit-link", "github", "github-buttons", "anchorjs", "ga"],
	"pluginsConfig": {
	"ga": {
		"token": "UA-71160903-2"
	},
		"edit-link": {
			"base": "https://github.com/matchai/spacefish/tree/master",
			"label": "Edit This Page"
		},
		"github": {
			"url": "https://github.com/matchai/spacefish/"
		},
		"github-buttons": {
			"buttons": [{
				"user": "matchai",
				"repo": "spacefish",
				"type": "star",
				"size": "small",
				"count": true
			}]
		}
	}
}