summaryrefslogtreecommitdiff
path: root/book.json
diff options
context:
space:
mode:
Diffstat (limited to 'book.json')
-rw-r--r--book.json46
1 files changed, 0 insertions, 46 deletions
diff --git a/book.json b/book.json
deleted file mode 100644
index 35413f5..0000000
--- a/book.json
+++ /dev/null
@@ -1,46 +0,0 @@
-{
- "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"
- }
- ]
- }
- }
-}