Skip to content

Instantly share code, notes, and snippets.

@steventux
Last active August 16, 2016 15:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save steventux/c880ad13d0799eff13eeec3cc7307aa3 to your computer and use it in GitHub Desktop.
Save steventux/c880ad13d0799eff13eeec3cc7307aa3 to your computer and use it in GitHub Desktop.
Service Manual section example
{
"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