From 1542bd5e0533c535a5b4410ff83f1db8956a5acd Mon Sep 17 00:00:00 2001 From: Brian Corrigan Date: Wed, 4 Oct 2017 08:48:13 -0400 Subject: Initial commit --- book.json | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 book.json (limited to 'book.json') diff --git a/book.json b/book.json new file mode 100644 index 0000000..35413f5 --- /dev/null +++ b/book.json @@ -0,0 +1,46 @@ +{ + "title": "Vainglory API Documentation", + "author": "MadGlory Interactive, LLC.", + "description": "Vainglory API Documentation", + "plugins": [ + "theme-api", + "scripts" + ], + "pluginsConfig": { + "scripts": { + "files": [ + "./ga.js" + ] + }, + "theme-api": { + "split": false, + "languages": [ + { + "lang": "js", + "name": "JavaScript", + "default": true + }, + { + "lang": "go", + "name": "Go" + }, + { + "lang": "java", + "name": "Java" + }, + { + "lang": "shell", + "name": "Shell" + }, + { + "lang": "python", + "name": "Python" + }, + { + "lang": "ruby", + "name": "Ruby" + } + ] + } + } +} -- cgit v1.3.1