apidoc.json 457 B

1234567891011121314151617181920
  1. {
  2. "name": "apidoc-example",
  3. "version": "0.3.0",
  4. "description": "apidoc example project",
  5. "title": "Custom apiDoc browser title",
  6. "url" : "https://api.github.com/v1",
  7. "sampleUrl": "https://api.github.com/v1",
  8. "header": {
  9. "title": "My own header title",
  10. "filename": "header.md"
  11. },
  12. "footer": {
  13. "title": "My own footer title",
  14. "filename": "footer.md"
  15. },
  16. "template": {
  17. "withCompare": true,
  18. "withGenerator": true
  19. }
  20. }