You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I generate almost all AWS services docs.json has a size of 20 MB and 641.000 lines.
The docs folder produced by dub build -b ddox has a size of 3.5 GB.
Is this size expected, or should it be smaller?
The text was updated successfully, but these errors were encountered:
With a large number of modules this doesn't sound unrealistic. Since the index and the basic page layout is replicated for every documented symbol, that can add up quite a bit.
Hm... yeah this makes sense with live-served docs, but not for static docs. I wonder if using html tricks might make more sense (like javascript loading of the index, with a minimal placeholder).
I generate structures based on the AWS API specifications from here:
https://github.com/aws/aws-sdk-js/tree/master/apis
(*.normal.json files)
If I generate almost all AWS services docs.json has a size of 20 MB and 641.000 lines.
The docs folder produced by
dub build -b ddox
has a size of 3.5 GB.Is this size expected, or should it be smaller?
The text was updated successfully, but these errors were encountered: