From efb336a23b65a9a2d56889396b13c1757bdaf354 Mon Sep 17 00:00:00 2001 From: Roger Gonzalez Date: Sun, 29 Dec 2019 14:58:33 -0300 Subject: Initial commit --- .../fisher/github.com/matchai/spacefish/book.json | 26 ++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .config/fisher/github.com/matchai/spacefish/book.json (limited to '.config/fisher/github.com/matchai/spacefish/book.json') diff --git a/.config/fisher/github.com/matchai/spacefish/book.json b/.config/fisher/github.com/matchai/spacefish/book.json new file mode 100644 index 00000000..bf57b999 --- /dev/null +++ b/.config/fisher/github.com/matchai/spacefish/book.json @@ -0,0 +1,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 + }] + } + } +} -- cgit v1.2.3