freeipa/install/ui/doc/guides.json

31 lines
1.0 KiB
JSON
Raw Normal View History

[
{
"title": "FreeIPA Web UI Guides",
"items": [
2013-09-10 11:13:47 -05:00
{
"name": "Debugging",
"url": "guides/debugging_web_ui",
"title": "Web UI debugging",
"description": "With built JavaScript layer debugging can be quite tricky."
},
2013-09-10 12:43:15 -05:00
{
"name": "Navigation",
"url": "guides/navigation",
"title": "Navigation",
"description": "Navigation was refactored. This guide describes previous flaws and new implementation"
},
2013-09-10 11:38:56 -05:00
{
"name": "Plugins",
"url": "guides/plugins",
"title": "Plugin support",
"description": "Introduction into plugin infrastructure."
},
2013-09-06 08:20:36 -05:00
{
"name": "Phases",
"url": "guides/phases",
"title": "Appliaciton phases",
"description": "Introduction to application phases"
}
]
}
]