docs(various): Improve readability (#447)
Signed-off-by: Ryan Russell <git@ryanrussell.org>
This commit is contained in:
		
							parent
							
								
									94a4d391c7
								
							
						
					
					
						commit
						ec34c34e31
					
				@ -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
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
@ -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
 | 
				
			||||||
 | 
					
 | 
				
			||||||
---
 | 
					---
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
@ -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
 | 
				
			||||||
 | 
				
			|||||||
@ -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)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
@ -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)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user