docs(various): Improve readability (#447)

Signed-off-by: Ryan Russell <git@ryanrussell.org>
This commit is contained in:
Ryan Russell 2022-05-31 20:27:18 -05:00 committed by GitHub
parent 94a4d391c7
commit ec34c34e31
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 5 deletions

View File

@ -150,7 +150,7 @@ GET /api/posts?filter[user.email.$includes]=gmail
GET /api/posts?filter={"user.email.$includes":"gmail"} GET /api/posts?filter={"user.email.$includes":"gmail"}
``` ```
[Click here for more infomation about filter operators](http-api/filter-operators) [Click here for more information about filter operators](http-api/filter-operators)
### filterByTk ### filterByTk

View File

@ -2,7 +2,7 @@
NocoBase's HTTP API is a superset of the REST API, and the standard CRUD API also supports the RESTful style. NocoBase's HTTP API is a superset of the REST API, and the standard CRUD API also supports the RESTful style.
## Collection rescources ## Collection resources
--- ---

View File

@ -40,7 +40,7 @@ docker-compose logs app
## create-nocobase-app ## create-nocobase-app
Execute the `nocobase upgrad` command Execute the `nocobase upgrade` command
```bash ```bash
# Switch to the project directory # Switch to the project directory

View File

@ -80,7 +80,7 @@ There are major changes to the `@nocobase/sdk` API, see details [JavaScript SDK]
- fix: link-to field data scope error (#1337) - fix: link-to field data scope error (#1337)
- feat(plugin workflow): revisions (#379) - feat(plugin workflow): revisions (#379)
- fix(database): fix option-parser include list index (#371) - fix(database): fix option-parser include list index (#371)
- fix(plugin-worklfow): fix duplicated description in fields values (#368) - fix(plugin-workflow): fix duplicated description in fields values (#368)
- fix(database): fix type and transaction in repository (#366) - fix(database): fix type and transaction in repository (#366)
- fix(plugin workflow): fix transaction of execution (#364) - fix(plugin workflow): fix transaction of execution (#364)

View File

@ -82,7 +82,7 @@ There are major changes to the `APIClient` API, see details [JavaScript SDK](./d
- fix: link-to field data scope error (#1337) - fix: link-to field data scope error (#1337)
- feat(plugin workflow): revisions (#379) - feat(plugin workflow): revisions (#379)
- fix(database): fix option-parser include list index (#371) - fix(database): fix option-parser include list index (#371)
- fix(plugin-worklfow): fix duplicated description in fields values (#368) - fix(plugin-workflow): fix duplicated description in fields values (#368)
- fix(database): fix type and transaction in repository (#366) - fix(database): fix type and transaction in repository (#366)
- fix(plugin workflow): fix transaction of execution (#364) - fix(plugin workflow): fix transaction of execution (#364)