6 emergency [ style = filled fillcolor = red label = "stuck?\nDON'T panic!" ]
7 node [ fontcolor = blue color = blue ]
8 introduction [ fontcolor = blue color = blue label = "introduction\nwhat, why, ..." ]
9 user [ label = "what your USERS\nneed to know"]
10 emergency -> introduction [ style = invis ]
11 introduction -> "doc index" [ style = invis ]
12 "doc index" -> user [ style = invis ]
15 node [ fontcolor = red color = red ]
16 minreq [ label = "minimum requirements" ]
17 try [ label = "trying it out\nsafely" ]
18 node [ fontcolor = darkgreen color = darkgreen ]
19 run [ label = "using gitolite" ]
20 quick [ label = "quick\ninstall/setup/clone" ]
21 detailed [ label = "(detailed)" ]
22 admin [ label = "basic administration" ]
23 v2 [ fontcolor = gray color = gray label = "migrating from v2" ]
25 gitolite [ label = "gitolite basics" style = filled fillcolor = lightblue ]
26 gitolite [ label = "gitolite\nbasic install and use" style = filled fillcolor = lightblue ]
33 quick -> detailed [ label = "failed?" ]
42 admin -> "access control rules"