February 12, 2020
On 2/12/20 10:52 AM, mark wrote:
> I also think you split into more HTML files which I prefer.

FYI, dlang.org has a secondary version of the docs which splits the documents up more:

https://dlang.org/library/index.html

I can't find a link to it directly from the main page though...

This version is based on ddox (http://code.dlang.org/packages/ddox)

-Steve
February 12, 2020
On Wednesday, 12 February 2020 at 18:20:47 UTC, Adam D. Ruppe wrote:
> On Wednesday, 12 February 2020 at 15:52:35 UTC, mark wrote:
>> Yours rolls the two examples into one and doesn't show the Standards or Usage sections.
>
> Weird, that's a legit bug in there. I'll fix them.
>
>> I also think you split into more HTML files which I prefer.
>> OTOH yours doesn't have the search box. Given how new I am to D, I really need to be able to search.
>
> The search is in the upper right.... unless you resize the window, then it disappears. lol another bug, how did I not notice that before?
>
> well I'll fix those in a little bit.

Please mention when you've fixed the search on this list since then I can switch to using your version of the docs.

In my browser I can only see your search box if I expand the window to full screen which is wider than I need (I have a 1920x1200 monitor, so only have the browser window 1200x1100.)
February 12, 2020
On Wednesday, 12 February 2020 at 18:20:47 UTC, Adam D. Ruppe wrote:
> Weird, that's a legit bug in there. I'll fix them.

ooooh it isn't a bug i just forgot to update the file! that version i had was over a year old. so that's fixed

> The search is in the upper right.... unless you resize the window, then it disappears.

so what happened here is it wraps to the next line if the window is too small.

i fixed it basically, i don't love it (need to use flexbox instead of this old float crap, i wrote most this css years ago) but eh you should be able to see the search box consistently now at least.
February 12, 2020
On Wednesday, 12 February 2020 at 18:39:36 UTC, Steven Schveighoffer wrote:
> On 2/12/20 10:52 AM, mark wrote:
>> I also think you split into more HTML files which I prefer.
>
> FYI, dlang.org has a secondary version of the docs which splits the documents up more:
>
> https://dlang.org/library/index.html
>
> I can't find a link to it directly from the main page though...
>
> This version is based on ddox (http://code.dlang.org/packages/ddox)
>
> -Steve

There is also devdocs.io

It has many languages and frameworks. The beauty is that it caches in local storage so searches are super fast and it is also available offline.

Their d version lags a tiny bit, but that is fine.
1 2
Next ›   Last »