Been making a documentation site for NWS client. I've never made a site for documentation before, only files or separate online documents.
This one uses eleventy as a static site generator, and the API reference section uses typedoc. That's why the sections look visually different.
Having to write the "getting started" page made me realize how unwieldy the interface is. I sorta knew I was choosing modularity over simplicity. But having to explain makes it more apparent.
Getting the current weather would be the primary use case of this library. So making that simple and easy is important. Thinking about making a dedicated package just for that. And the advanced stuff like radar stations and observations can be separate if you need those.
