Skip to content

Commit 45b6f62

Browse files
committed
Restructure community menu - move successful resources to the top
1 parent ca11cca commit 45b6f62

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

dlang.org.ddoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -223,14 +223,14 @@ $(DIVID cssmenu, $(UL
223223
))
224224
NAVIGATION_COMMUNITY=
225225
$(SUBMENU_MANUAL
226-
$(SUBMENU_LINK $(ROOT_DIR)bugstats.php, Bug Tracker)
227-
$(SUBMENU_LINK https://github.com/dlang, GitHub)
226+
$(SUBMENU_LINK https://dlang.org/blog, Blog)
227+
$(SUBMENU_LINK $(ROOT_DIR)orgs-using-d.html, Orgs using D)
228+
$(SUBMENU_LINK https://twitter.com/search?q=%23dlang, Twitter)
228229
$(SUBMENU_LINK_DIVIDER https://forum.dlang.org, Forums)
229230
$(SUBMENU_LINK irc://irc.freenode.net/d, IRC)
230231
$(SUBMENU_LINK https://wiki.dlang.org, Wiki)
231-
$(SUBMENU_LINK_DIVIDER https://dlang.org/blog, Blog)
232-
$(SUBMENU_LINK https://twitter.com/search?q=%23dlang, Twitter)
233-
$(SUBMENU_LINK $(ROOT_DIR)orgs-using-d.html, Orgs using D)
232+
$(SUBMENU_LINK_DIVIDER https://github.com/dlang, GitHub)
233+
$(SUBMENU_LINK $(ROOT_DIR)bugstats.php, Issues)
234234
)
235235
NAVIGATION_DOCUMENTATION=
236236
$(SUBMENU_MANUAL

0 commit comments

Comments
 (0)