Skip to content

Commit 3a98a7e

Browse files
committed
run docs cmd
1 parent 49f5138 commit 3a98a7e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/content/docs/strapi-source.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ Options for StrapiSource
77

88
| Property | Type | Default | Description |
99
| - | - | - | - |
10-
| <a name="module_strapi-source.StrapiOptions+version">`version`</a> | <code>string</code>| <code>'3'</code> | Only version `'3'` is supported currently. |
10+
| <a name="module_strapi-source.StrapiOptions+version">`version`</a> | <code>&#x27;3&#x27;</code> \| <code>&#x27;4&#x27;</code>| <code>'3'</code> | Versions `3` and `4` are supported. |
1111
| <a name="module_strapi-source.StrapiOptions+baseUrl">`baseUrl`</a> | <code>string</code>| | The base url of your Strapi CMS (with or without trailing slash). |
12-
| <a name="module_strapi-source.StrapiOptions+queries">`queries`</a> | <code>Array.&lt;string&gt;</code>| <code>[]</code> | Queries for each type of content you want to save. One per content type. Content will be stored as numbered, paginated JSONs. You can include all query parameters supported by Strapi: https://docs-v3.strapi.io/developer-docs/latest/developer-resources/content-api/content-api.html#api-parameters |
12+
| <a name="module_strapi-source.StrapiOptions+queries">`queries`</a> | <code>Array.&lt;(string\|StrapiObjectQuery)&gt;</code>| <code>[]</code> | Queries for each type of content you want to save. One per content type. Content will be stored as numbered, paginated JSONs.<br>You can include all query parameters supported by Strapi.<br>You can also pass an object with a `contentType` and `params` property, where `params` is an object of query parameters. |
1313
| <a name="module_strapi-source.StrapiOptions+limit">`limit`</a> | <code>number</code>| <code>100</code> | Max number of entries per page. |
1414
| <a name="module_strapi-source.StrapiOptions+maxNumPages">`maxNumPages`</a> | <code>number</code>| <code>-1</code> | Max number of pages. Use the default of `-1` for all pages |
1515
| <a name="module_strapi-source.StrapiOptions+pageNumZeroPad">`pageNumZeroPad`</a> | <code>number</code>| <code>0</code> | How many zeros to pad each json filename index with. |

0 commit comments

Comments
 (0)