1234567891011121314151617181920212223242526272829 |
- {
- "root": "docs",
- "author": "chartjs",
- "gitbook": "3.2.2",
- "plugins": [
- "-lunr",
- "-search",
- "search-plus",
- "anchorjs",
- "ga"
- ],
- "pluginsConfig": {
- "anchorjs": {
- "icon": "#",
- "placement": "left",
- "visible": "always"
- },
- "ga": {
- "token": "UA-99068522-2",
- "configuration": "auto"
- },
- "theme-default": {
- "showLevel": false,
- "styles": {
- "website": "assets/style.css"
- }
- }
- }
- }
|