appsmith-docs
appsmith-docs copied to clipboard
Mirror of documentation at https://docs.appsmith.com. Raise Pull requests against this repository to update the documentation
Added a documentation improvement template.
Adds documentation and video guide for "How To Setup Email Service On Selfhosted Appsmith" Video link https://www.youtube.com/watch?v=NOAofPbmJWw
The signature `SomeApi.run(params)` does not pass params down into the query (`this.params` is an empty object). In order to get params passing, you must call `SomeApi.run(() => {}, () =>...
The problem is that `Dockerfile` in the repository is only a wrapper over `appsmith/appsmith-ce` docker image. If the local image is outdated, docker will not by default pull a fresh...
Hey there! I'm putting it here as I wasn't sure of the repo that the main website is based on. Noticed a small typo in the image: 
This should go along with the next tag, v1.7.10.
Adds documentation and video guide for "Appsmith In 100 Seconds" Video link https://www.youtube.com/watch?v=Dxe_NzdGzL4
Code examples were missing a closing bracket on the meta tag, and the title in the first example was missing in the later ones.
Self hosted Appsmith instances are geared for updating to a new version easily. But at times, users want to downgrade to a previous version of Appsmith using their backed-up data....
In the second line of the ReCaptcha section, it should read "This can be integrated" instead of "This can integrated".