book.json 500 B

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