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
We need a proper API documentation for the brand new rest API from #535. Proposals for tooling that could help provide a nice documentation is welcome 😉
Is there an official "Nextcloud" way of creating documentation for apps?
The easiest method is to just create a markdown file in code. However, I believe documentation should be accessible from within the NC instance itself.
There is already /settings/help page which hosts NC server documentation - why not expand it to include app-specific docs as well? It's just a placeholder anyway, since it hosts docs from core/doc/user as well as core/doc/admin. It could very well append app/deck/doc section.
I think the API documentation could still be independently hosted somewhere else since it is nothing regular users will care about. The usual nextcloud documentation is build with sphinx, but I'd like to have something more API focused. Maybe with some examples like curl requests.
We need a proper API documentation for the brand new rest API from #535. Proposals for tooling that could help provide a nice documentation is welcome 😉
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: