Update navigation
diff --git a/_projectCommon.php b/_projectCommon.php
index 2220bfd..d672d9c 100644
--- a/_projectCommon.php
+++ b/_projectCommon.php
@@ -17,16 +17,19 @@
$Nav->addNavSeparator("Downloads", "/subversive/downloads.php", "_self");
- $Nav->addNavSeparator("Documentation", "/subversive/index.php");
+ $Nav->addNavSeparator("Documentation", "/subversive/documentation/index.php");
$Nav->addCustomNav("Getting Started", "/subversive/documentation/gettingStarted.php", "_self", 1);
-
$Nav->addCustomNav("New & Noteworthy", "http://wiki.eclipse.org/Subversive_New_and_Noteworthy", "_self", 1);
- $Nav->addCustomNav("Repository", "http://dev.eclipse.org/viewsvn/index.cgi/?root=Technology_SUBVERSIVE", "_self", 1);
- $Nav->addCustomNav("Bugs", "https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&classification=Technology&product=Subversive&long_desc_type=allwordssubstr&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&status_whiteboard_type=allwordssubstr&status_whiteboard=&keywords_type=allwords&keywords=&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED", "_self", 1);
- $Nav->addCustomNav("Mailing Lists", "/subversive/mailinglists.php", "_self", 1);
- $Nav->addCustomNav("Newsgroup", "/subversive/newsgroup.php", "_self", 1);
- $Nav->addCustomNav("Resources", "/subversive/resources.php", "_self", 1);
$Nav->addCustomNav("FAQ", "/subversive/documentation/faq.php", "_self", 1);
+ $Nav->addCustomNav("Resources", "/subversive/resources.php", "_self", 1);
+
+ $Nav->addNavSeparator("Support", "/subversive/support.php");
+ $Nav->addCustomNav("Bugs", "https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&classification=Technology&product=Subversive&long_desc_type=allwordssubstr&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&status_whiteboard_type=allwordssubstr&status_whiteboard=&keywords_type=allwords&keywords=&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED", "_self", 1);
+ $Nav->addCustomNav("Newsgroup", "/subversive/newsgroup.php", "_self", 1);
+ $Nav->addCustomNav("Mailing Lists", "/subversive/mailinglists.php", "_self", 1);
+
+ $Nav->addNavSeparator("Getting Involved", "/subversive/getting-involved.php");
+ $Nav->addCustomNav("Repository", "http://dev.eclipse.org/viewsvn/index.cgi/?root=Technology_SUBVERSIVE", "_self", 1);
$Nav->addCustomNav("Integrations", "/subversive/integrations.php", "_self", 1);
$Nav->addCustomNav("Project Plan", "http://www.eclipse.org/projects/project-plan.php?projectid=technology.subversive", "_self", 1);
$Nav->addCustomNav("IP Log", "/subversive/iplog-1.0.php", "_self", 1);