-
Notifications
You must be signed in to change notification settings - Fork 6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HTML Documentation #4439
Comments
The only problem I see is the images. If we add them into the repo, it will explode in size. This will be problematic, especially since we will also plan to distribute packages with it. I would suggest to keep all images in a CDN and refer them from documentation. So, the only images inside the repo, should the images the agent needs. |
Not a bad idea regarding the images, we'll see how big they'll be of course... Do the packages need to contain the images? |
Alternatively regarding the images, if we can get all of them as uncompressed SVG's, then there shouldn't be any issues with repo size. The size issues with images arise from how git has to handle binary data, but SVG's are text, so they don't demonstrate the same problems. |
With SVGs I can try something like this too: https://www.svgminify.com/ |
While keeping them small is nice, going too far will lead to huge diffs, which will cause the same issues that binary files do, albeit to a lesser degree. |
I've done a lot of work on the 'htmldoc' branch, please take a look at the code under htmldoc and the generated site at https://netdata.netlify.com, as I'll need feedback. |
Site live, all links updated to point to https://docs.netdata.cloud |
I think the main |
This issue is the equivalent of an agile delivery process Epic. The end state for our documentation will be the following:
High level list of things that need to happen:
The following will be part of phase 2 and split into separate issues:
The text was updated successfully, but these errors were encountered: