freeipa/install/ui/doc/guides.json
2013-10-16 18:08:17 +02:00

37 lines
1.3 KiB
JSON

[
{
"title": "FreeIPA Web UI Guides",
"items": [
{
"name": "Debugging",
"url": "guides/debugging_web_ui",
"title": "Web UI debugging",
"description": "With built JavaScript layer debugging can be quite tricky."
},
{
"name": "Navigation",
"url": "guides/navigation",
"title": "Navigation",
"description": "Navigation was refactored. This guide describes previous flaws and new implementation"
},
{
"name": "Plugins",
"url": "guides/plugins",
"title": "Plugin support",
"description": "Introduction into plugin infrastructure."
},
{
"name": "Phases",
"url": "guides/phases",
"title": "Appliaciton phases",
"description": "Introduction to application phases"
},
{
"name": "Registries",
"url": "guides/registries",
"title": "Registries and Build system",
"description": "This document contains design of component build system."
}
]
}
]