book.json 544 B

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "root": "./docs",
  3. "title": "Chart.js documentation",
  4. "author": "chartjs",
  5. "gitbook": "3.2.2",
  6. "plugins": [
  7. "-lunr",
  8. "-search",
  9. "search-plus",
  10. "anchorjs",
  11. "chartjs",
  12. "ga",
  13. "redirect"
  14. ],
  15. "pluginsConfig": {
  16. "anchorjs": {
  17. "icon": "#",
  18. "placement": "left",
  19. "visible": "always"
  20. },
  21. "ga": {
  22. "token": "UA-28909194-3",
  23. "configuration": "auto"
  24. },
  25. "theme-default": {
  26. "showLevel": false,
  27. "styles": {
  28. "website": "style.css"
  29. }
  30. }
  31. }
  32. }