Skip to content

Commit 5e0915d

Browse files
authored
Merge pull request #1406 from wilzbach/restructure-community-menu
Restructure community menu - move successful resources to the top
2 parents 8157f8e + 45b6f62 commit 5e0915d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

dlang.org.ddoc

+5-5
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)