summaryrefslogtreecommitdiff
path: root/book.json
diff options
context:
space:
mode:
authorBrian Corrigan <bcorrigan78@gmail.com>2017-10-04 08:48:13 -0400
committerBrian Corrigan <bcorrigan78@gmail.com>2017-10-04 08:48:13 -0400
commit1542bd5e0533c535a5b4410ff83f1db8956a5acd (patch)
tree0921b175dc5aef422e667125cefe5cf748c788e1 /book.json
downloadvainglory-docs-1542bd5e0533c535a5b4410ff83f1db8956a5acd.tar.gz
vainglory-docs-1542bd5e0533c535a5b4410ff83f1db8956a5acd.zip
Initial commit
Diffstat (limited to 'book.json')
-rw-r--r--book.json46
1 files changed, 46 insertions, 0 deletions
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"
+ }
+ ]
+ }
+ }
+}