summaryrefslogtreecommitdiffstats
path: root/install/ui/doc/guides.json
blob: bbed8e8d96b69ae8dd0b23681a791d193460543d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
[
    {
        "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": "Application 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."
            }
        ]
    }
]