book.json 424 B

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