docs: general improvements and additions (#12296)

This commit is contained in:
Shahed Nasser
2025-04-25 19:00:45 +03:00
committed by GitHub
parent e2a7dbb61b
commit 43d282da8b
32 changed files with 17403 additions and 16544 deletions
@@ -436,7 +436,7 @@ export default class CmsModuleService {
filter: {
id: string | string[]
},
config?: FindConfig<any> | undefined,
config?: FindConfig<any> | undefined
) {
return this.client.getPosts(filter, {
limit: config?.take,