1234567891011121314151617181920 |
- {
- "name": "apidoc-example",
- "version": "0.3.0",
- "description": "apidoc example project",
- "title": "Custom apiDoc browser title",
- "url" : "https://api.github.com/v1",
- "sampleUrl": "https://api.github.com/v1",
- "header": {
- "title": "My own header title",
- "filename": "header.md"
- },
- "footer": {
- "title": "My own footer title",
- "filename": "footer.md"
- },
- "template": {
- "withCompare": true,
- "withGenerator": true
- }
- }
|