diff --git a/modules/installed/help/help.py b/modules/installed/help/help.py index f6ae45720..e0a18702a 100644 --- a/modules/installed/help/help.py +++ b/modules/installed/help/help.py @@ -13,7 +13,6 @@ class Help(PagePlugin): self.menu.add_item(_("Developer's Manual"), "/help/view/plinth", 10) self.menu.add_item(_("FAQ"), "/help/view/faq", 20) self.menu.add_item(_("%s Wiki" % cfg.box_name), "http://wiki.debian.org/FreedomBox", 30) - self.menu.add_item(_("Design and Architecture"), "/help/view/design", 40) self.menu.add_item(_("About"), "/help/about", 100) @cherrypy.expose @@ -33,10 +32,6 @@ class Help(PagePlugin): point the documentation in the wiki and the documentation in the manual should dovetail.

-

I have collected some of my thoughts about the %(box)s - in a document focused on its - design and architecture.

-

There are Debian gurus in the \#debian channels of both irc.freenode.net and irc.oftc.net. They probably don't know