Author: phobos Date: 2011-10-27 16:12:08 +0000 (Thu, 27 Oct 2011) New Revision: 25187
Modified: website/trunk/docs/en/sidenav.wmi website/trunk/include/links.wmi Log: define doxygen as a tag, move short user manual to the manual section, add the doxygen link.
Modified: website/trunk/docs/en/sidenav.wmi =================================================================== --- website/trunk/docs/en/sidenav.wmi 2011-10-25 18:22:10 UTC (rev 25186) +++ website/trunk/docs/en/sidenav.wmi 2011-10-27 16:12:08 UTC (rev 25187) @@ -55,6 +55,10 @@ {'url' => 'docs/manual', 'txt' => 'Manuals', 'subelements' => [ + { + 'url' => 'docs/short-user-manual', + 'txt' => 'Short User Manual', + }, {'url' => 'docs/tor-doc-relay', 'txt' => 'Configuring a Relay', }, @@ -75,16 +79,15 @@ }, {'url' => 'docs/proxychain', 'txt' => 'Configuring Tor to use a Proxy Server', - }], + }, + {'url' => '<doxygen>', + 'txt => 'Doxygen output from Tor codebase', + }] }, { 'url' => '<wiki>', 'txt' => 'Tor Wiki', }, - { - 'url' => 'docs/short-user-manual', - 'txt' => 'Short User Manual', - }, {'url' => 'docs/faq', 'txt' => 'General FAQ', },
Modified: website/trunk/include/links.wmi =================================================================== --- website/trunk/include/links.wmi 2011-10-25 18:22:10 UTC (rev 25186) +++ website/trunk/include/links.wmi 2011-10-27 16:12:08 UTC (rev 25187) @@ -12,6 +12,7 @@ <define-tag tbbrepo whitespace=delete>https://gitweb.torproject.org/torbrowser.git/blob_plain/HEAD:</define-tag> <define-tag specblob whitespace=delete>https://gitweb.torproject.org/torspec.git?a=blob_plain;hb=HEAD;f=</define-tag> <define-tag spectree whitespace=delete>https://gitweb.torproject.org/torspec.git?a=tree;hb=HEAD;f=</define-tag> +<define-tag doxygen whitespace=delete>https://doxygen.torproject.org/</define-tag>
# Xinclude "locallinks.wmi"
tor-commits@lists.torproject.org