webui-dev / nim-webui

Use any web browser as GUI, with Nim in the backend and HTML5 in the frontend.
https://webui.me
MIT License
130 stars 9 forks source link

Website #12

Closed hassandraga closed 1 year ago

hassandraga commented 1 year ago

I suggest removing the website folder and keep it only in the webui repo, because it has the FTP auto deploy so we can have only one official online documentation that has all the APIs.

https://webui.me/docs/#/

neroist commented 1 year ago

There is no "website" folder, do you mean docs?

hassandraga commented 1 year ago

Sorry. I mean webui/website. But this means removing the sub-module webui. And make the Nim wrapper use the static prebuilt libraries as I did for the Go wrapper. This will make the repo smaller and compile faster. Just a suggestion, you can keep the repo as it is if you like it.

neroist commented 1 year ago

I'd like to keep the repo as it is. The static libraries are easily accessible.

hassandraga commented 1 year ago

Sure 👍