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
As the project gets bigger, so does the README. It's hard to navigate now.
Although getting help from lein run --help is a nice way to look up options available, cannot cover all the topics not necessarily about the tool but probably related to how the tool is to be run in certain scenarios. cljdoc is a nice autodoc for the library uploaded to the Clojars, yet it suffers from the same limitations as the embedded help.
All in all, a standalone website with the documentation is needed to cover:
tool's basic help
library's autodoc
articles related to the tool's topic of interest (license types, what real-life scenarios require attention to what types of licenses, etc.)
The platforms for hosting static web pages to consider:
As the project gets bigger, so does the
README
. It's hard to navigate now.Although getting help from
lein run --help
is a nice way to look up options available, cannot cover all the topics not necessarily about the tool but probably related to how the tool is to be run in certain scenarios.cljdoc is a nice autodoc for the library uploaded to the Clojars, yet it suffers from the same limitations as the embedded help.
All in all, a standalone website with the documentation is needed to cover:
The platforms for hosting static web pages to consider:
The text was updated successfully, but these errors were encountered: