Skip to content

Commit

Permalink
Merge pull request #126 from alexrp/menu-cleanup
Browse files Browse the repository at this point in the history
Make spelling and casing in the navigation menu consistent.
  • Loading branch information
WalterBright committed May 29, 2012
2 parents 71e4c9f + acbd5d9 commit 63fb4c5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions doc.ddoc
Expand Up @@ -201,8 +201,8 @@ $(NAVBLOCK_HEADER $(TOCHEADERL index.html, D Programming Language, D Home),
$(TOCENTRYTH overview.html, D language overview, Overview, $(CATEGORY_OVERVIEW $(SUBNAV_OVERVIEW)))
$(TOCENTRYTH comparison.html, D feature list, Features, $(CATEGORY_FEATURES $(SUBNAV_FEATURES)))
$(TOCENTRYTH download.html, Download a D compiler, Downloads & Tools, $(CATEGORY_DOWNLOAD $(SUBNAV_DOWNLOAD)))
$(TOCENTRYT changelog.html, History of changes to D, Changelog)
$(TOCENTRYT bugstats.php, D issue and bug tracking system, Bug tracker)
$(TOCENTRYT changelog.html, History of changes to D, Change Log)
$(TOCENTRYT bugstats.php, D issue and bug tracking system, Bug Tracker)
$(TOCENTRYTH faq.html, Frequently Asked Questions, FAQ, $(CATEGORY_FAQ $(SUBNAV_FAQ)))
$(TOCENTRYH appendices.html, Appendices, $(CATEGORY_APPENDICES $(SUBNAV_APPENDICES)))
$(TOCENTRYT acknowledgements.html, Thank-you to these people who have helped with D, Acknowledgments)
Expand All @@ -216,14 +216,14 @@ $(NAVBLOCK_HEADER $(TOCHEADER Documentation),

$(TOCENTRYH language-reference.html, Language Reference, $(CATEGORY_SPEC $(SUBNAV_SPEC)))
$(TOCENTRY phobos/index.html, Library Reference)
$(TOCENTRYTH howtos.html, Helps for using D, Howtos, $(CATEGORY_HOWTOS $(SUBNAV_HOWTOS)))
$(TOCENTRYTH howtos.html, Helps for using D, How-tos, $(CATEGORY_HOWTOS $(SUBNAV_HOWTOS)))
$(TOCENTRYH articles.html, Articles, $(CATEGORY_ARTICLES $(SUBNAV_ARTICLES)))
)
$(NAVBLOCK_HEADER $(TOCHEADER Community),
$(TOCENTRYT http://forum.dlang.org/, User forums, Forums)
$(TOCENTRYT http://github.com/D-Programming-Language, D on github, Github)
$(TOCENTRYT http://github.com/D-Programming-Language, D on github, GitHub)
$(TOCENTRYT http://prowiki.org/wiki4d/wiki.cgi?FrontPage, Wiki for the D Programming Language, Wiki)
$(TOCENTRYT http://prowiki.org/wiki4d/wiki.cgi?ReviewQueue, Queue of current and upcoming standard library additions, Review queue)
$(TOCENTRYT http://prowiki.org/wiki4d/wiki.cgi?ReviewQueue, Queue of current and upcoming standard library additions, Review Queue)
$(TOCENTRYT http://twitter.com/#search?q=%23d_lang, #d_lang on twitter.com, Twitter)
$(TOCENTRYT http://digitalmars.com/d/dlinks.html, External D related links, Links)
$(TOCENTRYX http://d.puremagic.com/conference2008/, D Programming Language Conference, Conference)
Expand Down

0 comments on commit 63fb4c5

Please sign in to comment.