config.json 842 B

12345678910111213141516171819202122232425
  1. {
  2. "title": "phpgeo",
  3. "tagline": "A Simple Yet Powerful Geo Library for PHP",
  4. "author": "Marcus Jaschen",
  5. "format": "html",
  6. "timezone": "Europe/Berlin",
  7. "html": {
  8. "theme": "daux-red",
  9. "breadcrumbs": true,
  10. "breadcrumb_separator": "Chevrons",
  11. "toggle_code": true,
  12. "date_modified": true,
  13. "inherit_index": true,
  14. "search": true,
  15. "repo": "mjaschen/phpgeo",
  16. "edit_on_github": "mjaschen/phpgeo/blob/master/docs",
  17. "piwik_analytics": "metrics.m11n.de",
  18. "piwik_analytics_id": "15",
  19. "links": {
  20. "Download": "https://github.com/mjaschen/phpgeo/archive/master.zip",
  21. "GitHub Repo": "https://github.com/mjaschen/phpgeo",
  22. "Help/Support/Bugs": "https://github.com/mjaschen/phpgeo/issues"
  23. }
  24. }
  25. }