Thread overview
What happened to dmd usage pages?
Jan 13, 2015
Joakim
Jan 13, 2015
Martin Nowak
Jan 13, 2015
Adam D. Ruppe
January 12, 2015
e.g. http://dlang.org/dmd-osx.html

I can get to this page by searching google, but the menu on the left has eliminated it. See here: http://dlang.org/download.html

Why?

-Steve
January 13, 2015
On Monday, 12 January 2015 at 20:55:42 UTC, Steven Schveighoffer wrote:
> e.g. http://dlang.org/dmd-osx.html
>
> I can get to this page by searching google, but the menu on the left has eliminated it. See here: http://dlang.org/download.html
>
> Why?

It looks like the SUBNAV_DOWNLOAD is not being generated properly when you click on the Downloads page, but works fine if you reach one of those links within the subnav by loading it directly:

https://github.com/D-Programming-Language/dlang.org/blob/master/doc.ddoc#L92

Why is that?  No idea why it would work one way and not the other, my guess is that one of the recent changes to the navigation list broke something:

https://github.com/D-Programming-Language/dlang.org/commits/master/doc.ddoc

Maybe trying to generate that html file yourself and seeing if it spits out any errors would help.
January 13, 2015
On 01/12/2015 09:55 PM, Steven Schveighoffer wrote:
> e.g. http://dlang.org/dmd-osx.html
>
> I can get to this page by searching google, but the menu on the left has
> eliminated it. See here: http://dlang.org/download.html
>
> Why?

Accidentally, because of too much macro magic.
https://github.com/D-Programming-Language/dlang.org/pull/764
January 13, 2015
On 1/13/15 12:56 PM, Martin Nowak wrote:
> On 01/12/2015 09:55 PM, Steven Schveighoffer wrote:
>> e.g. http://dlang.org/dmd-osx.html
>>
>> I can get to this page by searching google, but the menu on the left has
>> eliminated it. See here: http://dlang.org/download.html
>>
>> Why?
>
> Accidentally, because of too much macro magic.
> https://github.com/D-Programming-Language/dlang.org/pull/764

Thanks, Martin.

Website build is broken, please review https://github.com/D-Programming-Language/dlang.org/pull/765.

Ironically multiline backticks fail in the very text that describes how they should work :o). Adam please fix. Thanks!


Andrei
January 13, 2015
On Tuesday, 13 January 2015 at 21:06:53 UTC, Andrei Alexandrescu wrote:
> Ironically multiline backticks fail in the very text that describes how they should work :o). Adam please fix. Thanks!

I did a PR for it last night https://github.com/D-Programming-Language/dmd/pull/4290
January 15, 2015
On 1/12/15 3:55 PM, Steven Schveighoffer wrote:
> e.g. http://dlang.org/dmd-osx.html
>
> I can get to this page by searching google, but the menu on the left has
> eliminated it. See here: http://dlang.org/download.html
>
> Why?

Thanks everyone, I see them again now!

-Steve