Tags: qunabu/documentation
Tags
Strapi v4.0.3 release - Docs (strapi#639) * auth route v4 (strapi#553) i found that default authentication route should be `/api/auth/local` * fix: typo in backend-customization/middlewares.md (strapi#557) * Update i18n.md (strapi#564) Co-authored-by: Pierre Wizla <pwizla@users.noreply.github.com> * Added API suffix (strapi#556) Co-authored-by: Pierre Wizla <pwizla@users.noreply.github.com> * fix wrong uid (strapi#558) Signed-off-by: harimkims <harimkims@gmail.com> Co-authored-by: Pierre Wizla <pwizla@users.noreply.github.com> * default route user register in v4 (strapi#554) I found that default route user register in v4 is `api/auth/local/register` Co-authored-by: DMehaffy <derrickmehaffy@gmail.com> Co-authored-by: Pierre Wizla <pwizla@users.noreply.github.com> * Fix remaining localhost links (strapi#568) * Fix wrong syntax in GraphQL plugin docs (strapi#537) Signed-off-by: harimkims <harimkims@gmail.com> Co-authored-by: Pierre Wizla <pwizla@users.noreply.github.com> * Fix wrong parameter name in connection.connection (strapi#559) In the documentation about the connection parameters, the `username` parameter does not actually exist. This is probably a typo and should be replaced by the `user` parameter as per the example given below on the same page. Co-authored-by: DMehaffy <derrickmehaffy@gmail.com> Co-authored-by: Pierre Wizla <pwizla@users.noreply.github.com> * Fix broken links in GraphQL & i18n (strapi#583) * Update default MySQL Port (strapi#575) Update default MySQL Port in example to 3306 Co-authored-by: Pierre Wizla <pwizla@users.noreply.github.com> * Add closing parenthesis to predefined hook code example (strapi#589) * 📖 ⬆️ bump Mysql/MariaDB minimum verison (strapi#593) - bump MyQL/MariaDB Minimum Version for `JSON` datatype support * Update controllers.md (strapi#586) There should be two enclosing parenthesis at the end. Co-authored-by: Pierre Wizla <pwizla@users.noreply.github.com> * Fix config example for GraphQL (strapi#591) Co-authored-by: Pierre Wizla <pwizla@users.noreply.github.com> * docs: One-to-One should use singular in example (strapi#570) Co-authored-by: Pierre Wizla <pwizla@users.noreply.github.com> * Remaining auth v4 changes (strapi#565) There are still some references to the v3 auth endpoints (without `/api` at the start) on the Users and Permissions plugin documentation. # What does it do? Updates Strapi endpoints to include `/api` at the start # Why is it needed? This change should be documented; it caused a lot of confusion for me as I was trying to figure out why my authentication was not working on v4. # Related issue(s)/PR(s) A similar thing was fixed for the guides in PR strapi#553 Co-authored-by: Pierre Wizla <pwizla@users.noreply.github.com> Co-authored-by: DMehaffy <derrickmehaffy@gmail.com> * lifecycles.js file is not generated automatically (strapi#566) * lifecycles.js file is not generated automatically I think since version 4, the lifecycles.js file is not created automatically but needs to be created manually, if needed. Postscript Correct me if I'm wrong. You can also rephrase this change if it is relevant and true. Thanks * Update docs/developer-docs/latest/development/backend-customization/models.md Co-authored-by: DMehaffy <derrickmehaffy@gmail.com> * Update docs/developer-docs/latest/development/backend-customization/models.md Co-authored-by: Pierre Wizla <pwizla@users.noreply.github.com> Co-authored-by: DMehaffy <derrickmehaffy@gmail.com> Co-authored-by: Pierre Wizla <pwizla@users.noreply.github.com> * Rewrite REST examples to use QS + Misc fixes (strapi#541) * WIP rewriting REST guide * Fix example * rewrite filtering and init the other two * move to request/response instead * remove an example and fix typo * remove another example based on community feedback * add missing $and and $or * 99% finished with filtering * wip population * Try adding some GitHub Actions to check links * fix syntax error in tests file * Force working directory * change to only pull request * Fix publicationState and add field selection * Add relation population examples * Add component exmple * basic dynamic zone example, need a more complex one too Need to talk to engineering about more complex example * Finished rewriting REST docs Just need to clean up left menu * Fix broken links * Fix missing commas in examples * Fix all non-uniform uses of `// ...` Yes I was bored af * fix example response syntax error * Fix extra data comments * remove workflow from this PR move to strapi#574 * pr feedback 1 * Update docs/developer-docs/latest/developer-resources/database-apis-reference/rest-api.md Co-authored-by: Pierre Wizla <pwizla@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: Pierre Wizla <pwizla@users.noreply.github.com> * Update docs/developer-docs/latest/developer-resources/database-apis-reference/rest-api.md Co-authored-by: Pierre Wizla <pwizla@users.noreply.github.com> * Update docs/developer-docs/latest/developer-resources/database-apis-reference/rest-api.md Co-authored-by: Pierre Wizla <pwizla@users.noreply.github.com> * Update docs/developer-docs/latest/developer-resources/database-apis-reference/rest-api.md Co-authored-by: Pierre Wizla <pwizla@users.noreply.github.com> * Update docs/developer-docs/latest/developer-resources/database-apis-reference/rest/populating-fields.md Co-authored-by: Pierre Wizla <pwizla@users.noreply.github.com> * Update docs/developer-docs/latest/developer-resources/database-apis-reference/rest/populating-fields.md Co-authored-by: Pierre Wizla <pwizla@users.noreply.github.com> * Update docs/developer-docs/latest/developer-resources/database-apis-reference/rest/populating-fields.md Co-authored-by: Pierre Wizla <pwizla@users.noreply.github.com> * Update docs/developer-docs/latest/developer-resources/database-apis-reference/rest/populating-fields.md Co-authored-by: Pierre Wizla <pwizla@users.noreply.github.com> * tweak menu + other fixes Co-authored-by: Pierre Wizla <pwizla@users.noreply.github.com> * Corrected: Database.js Structure and key variable (strapi#603) The default structure provided in the doc doesn't work on AWS. The provided syntax which has connection object within connection object which consists of configurations seems to work. username key is being replaced with user * Change strapi.api example from function to array (strapi#539) * Add information about uid and remove model name for upload ref (strapi#614) * Update server.md (strapi#598) * Update i18n docs, fix locale filter typo + autoformat (strapi#609) * Update email.md (strapi#611) Link to correct sendgrid npm * Fix wrong strapi module name for server.js (strapi#615) Signed-off-by: harimkims <harimkims@gmail.com> * easy syntax corrections in entity-service/crud (strapi#620) * easy syntax correction. should be api:: with double colon * fix typo in entity service example * fix some of the broken links (strapi#626) * Fix typo in configuration options (strapi#619) Configuration options for toggling tutorials on or off and notifying about new releases contained a typo referencing "tutorial" key instead of "tutorials" and "notification.release" instead of "notification.releases" * entityService/populate updates to v4 (strapi#621) * entityService is not function * add await to entityService * some changes entity-service/populate * Update entity-service/populate.md Co-authored-by: DMehaffy <derrickmehaffy@gmail.com> * Update populate.md Co-authored-by: DMehaffy <derrickmehaffy@gmail.com> * typos (strapi#628) * Update upload.md (strapi#616) Typo in "middleware" * Fixed content type export object & missing commas (strapi#627) Without { schema } don`t work( I use v4.0.2 In another plugin: https://github.com/strapi/strapi/blob/master/packages/plugins/users-permissions/server/content-types/index.js * fix(dev/docs): typo `intLabel` to `intlLabel` (strapi#625) * Update services.md (strapi#632) * Update services.md * Update services.md * Fix link formatting in v4 REST API * remove clean flag from build commands (strapi#623) * Update docs/developer-docs/latest/concepts/draft-and-publish.md Co-authored-by: Pierre Wizla <pwizla@users.noreply.github.com> Co-authored-by: azulkipli <8231792+azulkipli@users.noreply.github.com> Co-authored-by: Alexander Kainzinger <alexander@kainzinger.dev> Co-authored-by: George F <GeorgeHaroldFrost@gmail.com> Co-authored-by: Pierre Wizla <pwizla@users.noreply.github.com> Co-authored-by: Precious Luke <lukeprecious20@yahoo.com> Co-authored-by: Kim, Harim <harimkims@gmail.com> Co-authored-by: Camille Briand <22414709+AmiralBl3ndic@users.noreply.github.com> Co-authored-by: Adam Miedema <armgitaar@yahoo.com> Co-authored-by: YoRolling <walldr2161ly@163.com> Co-authored-by: Zeeshan Tariq <thezeeshantariq@gmail.com> Co-authored-by: smoothdvd <madfxgao@gmail.com> Co-authored-by: arielbk <buchwald.kearney@gmail.com> Co-authored-by: Adiel Ben Moshe <62875424+adielBm@users.noreply.github.com> Co-authored-by: Shubam Virdi <shubhamvirdic3@gmail.com> Co-authored-by: cvermand <33010418+bidoubiwa@users.noreply.github.com> Co-authored-by: Richard Nsama <kasonde.nsama@gmail.com> Co-authored-by: Stefano <1021479+stefanosusini@users.noreply.github.com> Co-authored-by: Jean-Sébastien Herbaux <jean-sebastien.herbaux@epitech.eu> Co-authored-by: Francesco Bianchi <f.bianchi@palmabit.com> Co-authored-by: Sharsie <Sharsie@users.noreply.github.com> Co-authored-by: sunnyson <catan.marin@gmail.com> Co-authored-by: Jozef Culen <jozcul@gmail.com> Co-authored-by: Yagor Shtonda <shtyegor@gmail.com> Co-authored-by: Gaurav Sharma <blazegaurav123@gmail.com> Co-authored-by: Muhammad Umair Irshad <m_umair_85@hotmail.com>