diff options
Diffstat (limited to 'book.json')
| -rw-r--r-- | book.json | 46 |
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" + } + ] + } + } +} |
