]> git.ipfire.org Git - people/shoehn/ipfire.org.git/blame - www/menu.json
Initial checkin.
[people/shoehn/ipfire.org.git] / www / menu.json
CommitLineData
81675874 1[
2 { "name" : "Home",
3 "link" : "/",
4 "desc" : "The place where we start." },
5
6 { "name" : "Support",
7 "subs" : [
8 { "name" : "Forum",
9 "link" : "http://forum.ipfire.org/",
10 "desc" : "The IPFire Forum." },
11
12 { "name" : "Wiki",
13 "link" : "http://wiki.ipfire.org/",
14 "desc" : "Documentation" },
15
16 { "name" : "IRC",
17 "link" : "/irc",
18 "desc" : "Get help in a chat" }
19 ]
20 }
21]