Mark Kaylor
82db28a4d3
Update ds yarn link docs
2023-04-21 10:37:20 +02:00
nathan-pichon
adac6e5e76
chore(docs): typo
2023-04-21 09:47:42 +02:00
nathan-pichon
a6f440d8e8
chore(docs): add several details to api ref pages
2023-04-21 09:47:42 +02:00
derrickmehaffy
2cd342bff7
cleanup file ref for case sensitivity
2023-04-21 09:47:42 +02:00
nathan-pichon
6bd5c29b91
docs(api-ref): clean Strapi class documentation
2023-04-21 09:47:41 +02:00
nathan-pichon
28d12b5dc2
docs(api-ref): add config container description
2023-04-21 09:47:41 +02:00
nathan-pichon
907f2f57d3
docs(api-ref): listing Strapi documentation methods and properties
2023-04-21 09:47:41 +02:00
nathan-pichon
456bfd459f
docs(api-ref): add customFields documentation
2023-04-21 09:47:41 +02:00
nathan-pichon
d83a4608b4
docs(api-ref): fix typo
2023-04-21 09:47:41 +02:00
nathan-pichon
1b64353fc4
docs(api-ref): add request context documentation
2023-04-21 09:47:41 +02:00
nathan-pichon
a8a52a3fad
docs(api-ref): add telemetry documentation
2023-04-21 09:47:41 +02:00
nathan-pichon
1302eac88e
docs(api-ref): add cron service documentation
2023-04-21 09:47:41 +02:00
nathan-pichon
e477b52196
docs(api-ref): enhance event hub documentation on Strapi class
2023-04-21 09:47:41 +02:00
nathan-pichon
0f9506877b
docs(api-ref): add logger documentation
2023-04-21 09:47:41 +02:00
nathan-pichon
6b1448c124
docs(api-ref): add startup logger documentation
2023-04-21 09:47:41 +02:00
nathan-pichon
41423f0589
docs(api-ref): adding wip information on pages
2023-04-21 09:47:41 +02:00
nathan-pichon
a2e8c9a2f2
docs(api-ref): adding event hub doc
2023-04-21 09:47:41 +02:00
nathan-pichon
b45459020f
docs(api-ref): add strapi fs
2023-04-21 09:47:41 +02:00
nathan-pichon
2ec478af3c
docs(api): add doc for Strapi server
2023-04-21 09:47:41 +02:00
nathan-pichon
acb2f190b0
chore(docs): StrapiServer module
2023-04-21 09:47:41 +02:00
nathan-pichon
46cb652ba7
chore(docs): Strapi Class - reload
2023-04-21 09:47:41 +02:00
nathan-pichon
634845081c
chore(docs): Strapi Class - isLoaded
2023-04-21 09:47:41 +02:00
nathan-pichon
0fea2f6c56
chore(docs): Strapi Class - dirs
2023-04-21 09:47:40 +02:00
nathan-pichon
05c0c1cad7
chore(docs): add container link to Strapi class
2023-04-21 09:47:40 +02:00
nathan-pichon
59bc546ec7
chore(api-ref): add documentation on strapi and container
2023-04-21 09:47:40 +02:00
nathan-pichon
1102869575
chore(api-docs): update structure example
2023-04-21 09:47:40 +02:00
nathan-pichon
103c03141f
chore(docs): add api reference example
2023-04-21 09:47:35 +02:00
Josh
ea9af8836a
feat: hide component categories if no components match the filter
...
chore: tweak language
2023-04-18 11:14:24 +01:00
Josh
ef4f3b64fe
chore: add docs and tests
...
chore: remove compo
chore: add docs and tests for useFilter
chore: add tests & docs for useCollator
2023-04-18 11:14:24 +01:00
Ben Irvin
50db2e4402
remove out of date lerna references
2023-04-14 17:39:05 +02:00
Marc-Roig
2f6afb9695
Merge branch 'main' into feature/private-s3-bucket
2023-03-15 12:42:31 +01:00
Gustav Hansen
184141adcc
Merge pull request #16079 from strapi/dependabot/npm_and_yarn/docs/sideway/formula-3.0.1
...
chore(deps): bump @sideway/formula from 3.0.0 to 3.0.1 in /docs
2023-03-15 10:18:59 +01:00
Marc-Roig
cbdb9d9163
add links for database docs
2023-03-15 09:21:40 +01:00
dependabot[bot]
d1873048fe
chore(deps): bump webpack from 5.74.0 to 5.76.1 in /docs
...
Bumps [webpack](https://github.com/webpack/webpack ) from 5.74.0 to 5.76.1.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.74.0...v5.76.1 )
---
updated-dependencies:
- dependency-name: webpack
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-03-15 07:45:49 +00:00
dependabot[bot]
f2267108ab
chore(deps): bump @sideway/formula from 3.0.0 to 3.0.1 in /docs
...
Bumps [@sideway/formula](https://github.com/sideway/formula ) from 3.0.0 to 3.0.1.
- [Release notes](https://github.com/sideway/formula/releases )
- [Commits](https://github.com/sideway/formula/compare/v3.0.0...v3.0.1 )
---
updated-dependencies:
- dependency-name: "@sideway/formula"
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-03-15 07:45:33 +00:00
Marc-Roig
4ef8732caf
Merge branch 'main' into feature/private-s3-bucket
2023-03-08 10:56:03 +01:00
Simone Taeggi
951b0b3b0a
add a tip to prevent errors in the useFetchClient requestURL format
2023-03-07 10:39:55 +01:00
Josh
f4f2b5ab2e
fix: dont merge the state if the ID changes
...
fix: dont merge the state if the ID changes
fix: pass id to querykey & add cleanup method to useRelation hook
fix: pass defaultParams as part of the cache key
Revert "fix: reset cache for `relation` keys in i18n plugin"
This reverts commit 34b2fd9fabfcb93fb9f416616802e10b79133112.
fix: pass defaultParams as part of the cache key
chore: spread cachekey in search query
fix: move logic to useRelations hook that handles removing from the store.
fix: broken test
refactor: rename method to onUnmount
2023-03-03 14:17:23 +00:00
Marc-Roig
8ebd933d51
Merge branch 'main' into feature/private-s3-bucket
2023-02-28 11:53:09 +01:00
Christian
5c9a88be04
Merge pull request #15911 from strapi/docs/how-to-install-packages
2023-02-28 11:01:18 +01:00
Christian Capeans
df846baf72
Add possible error using yarn
2023-02-24 14:30:15 +01:00
Christian
3548c7c818
Update docs/docs/how-to-install-packages.md
...
Co-authored-by: Ben Irvin <ben@innerdvations.com>
2023-02-24 14:07:15 +01:00
Christian
e4f2b38ce3
Update docs/sidebars.js
...
Co-authored-by: Ben Irvin <ben@innerdvations.com>
2023-02-24 14:06:35 +01:00
Christian
e841c31970
Update docs/docs/how-to-install-packages.md
...
Co-authored-by: Josh <37798644+joshuaellis@users.noreply.github.com>
2023-02-24 14:06:24 +01:00
Christian Capeans
9b289f3b31
Fix small issues in the lerna docs
2023-02-24 11:56:44 +01:00
Marc
4c4f8e115d
Update docs/docs/core/database/relations/reordering.mdx
...
Co-authored-by: Josh <37798644+joshuaellis@users.noreply.github.com>
2023-02-23 21:00:29 +01:00
Marc
a273400ee6
Update docs/docs/core/database/relations/reordering.mdx
...
Co-authored-by: Josh <37798644+joshuaellis@users.noreply.github.com>
2023-02-23 21:00:22 +01:00
Marc
f75ad9facc
Update docs/docs/core/database/relations/reordering.mdx
...
Co-authored-by: Josh <37798644+joshuaellis@users.noreply.github.com>
2023-02-23 21:00:12 +01:00
Marc
89dc2e96d3
Update docs/docs/core/database/relations/reordering.mdx
...
Co-authored-by: Josh <37798644+joshuaellis@users.noreply.github.com>
2023-02-23 21:00:03 +01:00
Marc
44ac21fa2d
Update docs/docs/core/database/relations/reordering.mdx
...
Co-authored-by: Josh <37798644+joshuaellis@users.noreply.github.com>
2023-02-23 20:59:53 +01:00