book.json 264 B

1234567891011121314
  1. {
  2. "gitbook": "3.2.2",
  3. "title": "Misago Documentation",
  4. "plugins": ["github", "anchorjs"],
  5. "pluginsConfig": {
  6. "github": {
  7. "url": "https://github.com/rafalp/Misago/"
  8. }
  9. },
  10. "root": "./docs",
  11. "variables": {
  12. "django_version": "1.10"
  13. }
  14. }