Last active
August 16, 2016 15:34
-
-
Save steventux/c880ad13d0799eff13eeec3cc7307aa3 to your computer and use it in GitHub Desktop.
Service Manual section example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"content_id": "c0f55d25-e6f6-4a7b-9142-0be5e07b734e", | |
"publishing_app": "manuals-publisher", | |
"rendering_app": "manuals-frontend", | |
"format": "manual_section", | |
"locale": "en", | |
"update_type": "major", | |
"base_path": "/service-manual/technology", | |
"public_updated_at": "2016-05-23T12:57:18Z", | |
"title": "Technology", | |
"description": "Choosing technology, development, integration, hosting, testing, security and maintenance.", | |
"phase": "beta", | |
"routes": [ | |
{ | |
"type": "exact", | |
"path": "/service-manual/technology" | |
} | |
], | |
"details": { | |
"visually_collapsed": true, | |
"child_section_groups": [ | |
{ | |
"title": "Technology strategy for services", | |
"child_sections": [ | |
{ | |
"title": "Choosing your technology and approach.", | |
"description": "...", | |
"base_path": "/service-manual/technology/choosing-technology-an-introduction" | |
} | |
] | |
}, | |
{ | |
"title": "Software development processes", | |
"child_sections": [ | |
{ | |
"title": "Managing software dependencies", | |
"description": "...", | |
"base_path": "/service-manual/technology/managing-software-dependencies" | |
}, | |
{ | |
"title": "Maintaining version control in coding", | |
"description": "...", | |
"base_path": "/service-manual/technology/maintaining-version-control-in-coding" | |
}, | |
{ | |
"title": "Deploy software regularly", | |
"description": "...", | |
"base_path": "/service-manual/technology/deploy-software-regularly" | |
}, | |
{ | |
"title": "Working in pre-production environments", | |
"description": "...", | |
"base_path": "/service-manual/technology/working-in-pre-production-environments" | |
}, | |
{ | |
"title": "Manage your software configuration", | |
"description": "...", | |
"base_path": "/service-manual/technology/manage-your-software-configuration" | |
} | |
] | |
}, | |
{ | |
"title": "Building your service: the frontend", | |
"child_sections": [ | |
{ | |
"title": "Using https", | |
"description": "...", | |
"base_path": "/service-manual/technology/using-https" | |
}, | |
{ | |
"title": "Progressive enhancement", | |
"description": "...", | |
"base_path": "/service-manual/technology/using-progressive-enhancement" | |
}, | |
{ | |
"title": "Designing for different browsers and devices", | |
"description": "...", | |
"base_path": "/service-manual/technology/designing-for-different-browsers-and-devices" | |
} | |
] | |
} | |
] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment