Put Skip documentation site up on Github
The documentation site https://skip.tools/docs/ isn’t on Github, and I wish it were, so I could file pull requests on it.
This would also make it easier to download the documentation, so it could be provided to an LLM.
Agreed that this would be great to have.
Note that the documentation for the various modules is assembled from the README's for the individual repositories. So, for example, if you wanted to help improve https://skip.tools/docs/modules/skip-ui/, you could file a PR for https://github.com/skiptools/skip-ui/blob/main/README.md. But this only covers the modules themselves – the rest of the docs are currently not in a public repository.