book.json 440 B

1234567891011121314151617181920
  1. {
  2. "title": "Vuex",
  3. "gitbook": ">3.0.0",
  4. "plugins": ["edit-link", "prism", "theme-vuejs", "-fontsettings", "-highlight", "github"],
  5. "pluginsConfig": {
  6. "edit-link": {
  7. "base": "https://github.com/vuejs/vuex/tree/dev/docs",
  8. "label": "Edit This Page"
  9. },
  10. "github": {
  11. "url": "https://github.com/vuejs/vuex/"
  12. }
  13. },
  14. "links": {
  15. "sharing": {
  16. "facebook": false,
  17. "twitter": false
  18. }
  19. }
  20. }