1234567891011121314151617181920 |
- {
- "title": "Vuex",
- "gitbook": ">3.0.0",
- "plugins": ["edit-link", "prism", "theme-vuejs", "-fontsettings", "-highlight", "github"],
- "pluginsConfig": {
- "edit-link": {
- "base": "https://github.com/vuejs/vuex/tree/dev/docs",
- "label": "Edit This Page"
- },
- "github": {
- "url": "https://github.com/vuejs/vuex/"
- }
- },
- "links": {
- "sharing": {
- "facebook": false,
- "twitter": false
- }
- }
- }
|