Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Release: 4.1.10 documentation (#891)
* Use beta logo * [beta] Add TS command (#800) * Add TS command Signed-off-by: soupette <[email protected]> * Use shorter instead of quicker :-) Co-authored-by: Pierre Wizla <[email protected]> * [beta] Dark mode: Updates user guide + dev docs (#795) * Document dark mode in user guide * Add note in dev docs about custom theme extension and dark mode * Improve instructions for Interface mode setting in User guide * Add precisions in Dev docs callout for Dark mode * Update admin profile screenshot Co-authored-by: Mégane Lacheny <[email protected]> * Slightly update wording for TS flag * Update core store migration * Added APP_KEYS to environmental variables table + fixed spelling error * added link to middlewares documentation * (WIP) Add permissions mapping tables * Fix typo * Added caution call out * Updated the telemetry opt-out method * Update amazon-aws.md: Wrong package mentioned (#830) Line 333 mentioned to run "npm install strapi-provider-upload-aws-s3". Above package is not working. New working package is "@strapi/provider-upload-aws-s3" * Missing information for plugin creation #834 As asked in the bug report here is a PR, unfortunately I am neither sure of where this information is best placed (as it might apply to other part of the framework configuration file as well) nor how to word it properly. * Include APP_KEYS in Heroku Deployment Guide Under title 5. Create your Strapi server config for production Update env/production/server.js to include app -> keys object Include bash command to set APP_KEYS environment variable on Heroku * Added caution callout and small text + formatting revisions * Apply suggestions from code review Co-authored-by: Shaun Brown <[email protected]> * docs: improve the Laravel Documentation * docs: fix typo in code section * Update azure.md * Finish adding permission mapping tables * Remove typescript from production release * Added migration guide * Added link to 4.1.8 migration guide * add comments for Shaun * updated with Derrick's suggestions * fixed spelling and phrasing * add JWT_SECRET code snippet * Fixed code for config/plugins * Update docs/developer-docs/latest/update-migration-guides/migration-guides/v4/migration-guide-4.0.x-to-4.1.8.md Co-authored-by: DMehaffy <[email protected]> * Update docs/developer-docs/latest/update-migration-guides/migration-guides/v4/migration-guide-4.0.x-to-4.1.8.md Co-authored-by: DMehaffy <[email protected]> * docs: fix typo (#853) * make render.com hosting guide work with strapi version >= v4.0.6 (#832) * make guide work with strapi v4 - set node version to 12.22.0 because install/build failed with 12.18.4 for i18n plugin. - add APP_KEYS env variable because its required since v4.0.6 * Update render.md Also add API_TOKEN_SALT variable to render.yaml blueprint file. It is needed since 4.1.8 See strapi/strapi#13126 * Add additional commands for Heroku environment variables config (#850) * Add additional commands for Heroku environment variables config * fix typo * add random generation * Fixed phrasing Co-authored-by: Shaun Brown <[email protected]> * Fixed config object example code There was one } that wasn't needed * remove API_TOKEN_SALT and APP_KEYS from env table * Update routes.md Fix missing comma * update link style * updated migration guide to match template. * Update docs/developer-docs/latest/update-migration-guides/migration-guides/v4/migration-guide-4.0.x-to-4.1.8.md Co-authored-by: Pierre Wizla <[email protected]> * [v4 migration] MongoDB additions to data migration guide (#818) * Add first draft of MongoDB migration instructions (w/o cheatsheet) * Add raw, unedited cheatsheet for MongoDB vs. SQL differences * Add new MongoDB related files to TOC * Update data migration guide introduction * Enhance MongoDB main guide * Add MongoDB vs. SQL cheatsheet * minor cleanup Co-authored-by: derrickmehaffy <[email protected]> * Lack one s in the file name middleware.js * docs: fixed command to start strapi (#870) * Update plugins-extension.md (#876) Correct way to push new routes while extending a plugin * fix: use correct key parameter for azure deploy (#874) Azure CLI uses `--account-key` rather than `--access-key` now * Upload: improve code examples (#806) * Upload: improve code examples * Remove heading inside tab * Merge 2 lines * Format examples as code-group Co-authored-by: Pierre Wizla <[email protected]> Co-authored-by: Pierre Wizla <[email protected]> * Update services.md (#880) The service name is changed from `api::restaurant.restaurant` to `api::email.email` to avoid confusion. * Remove useless callout (#888) * Force node 14 (#890) * Update latest supported versions & expand docs (#883) * Update amazon-aws.md Update versions to latest supported. Expanded comments on some code blocks * Clarify instruction * Update CONTRIBUTING.md According to the `package.json` from the official Strapi repo, Node 16.x.x is now supported. [Reference](https://github.com/strapi/strapi/blob/e8215ffcd7aefae42a524670923c1cc34837400f/package.json#L124) * Update Node's latest supported version * Update Node's oldest supported version * Remove useless callout (#888) * Force node 14 (#890) * Update CONTRIBUTING.md * Update README.md * Update amazon-aws.md * Update amazon-aws.md * Update amazon-aws.md * Update amazon-aws.md Update versions to latest supported. Expanded comments on some code blocks * Clarify instruction * Update CONTRIBUTING.md According to the `package.json` from the official Strapi repo, Node 16.x.x is now supported. [Reference](https://github.com/strapi/strapi/blob/e8215ffcd7aefae42a524670923c1cc34837400f/package.json#L124) * Update Node's latest supported version * Update Node's oldest supported version * Update CONTRIBUTING.md * Update README.md * Update amazon-aws.md * Update amazon-aws.md * Update amazon-aws.md * Update leftover GraphQL plugin config structure * Update docs/developer-docs/latest/setup-deployment-guides/deployment/hosting-guides/amazon-aws.md Co-authored-by: Pierre Wizla <[email protected]> Co-authored-by: DMehaffy <[email protected]> * Fix wrong wording in model information (#887) * Add migration guide to 4.1.10 (#885) * add migration guide to 4.1.10 * Update file name * Update docs/developer-docs/latest/update-migration-guides/migration-guides/v4/migration-guide-4.1.8+-to-4.1.10.md Co-authored-by: Pierre Wizla <[email protected]> * Update docs/developer-docs/latest/update-migration-guides/migration-guides/v4/migration-guide-4.1.8+-to-4.1.10.md Co-authored-by: Pierre Wizla <[email protected]> * Update docs/developer-docs/latest/update-migration-guides/migration-guides/v4/migration-guide-4.1.8+-to-4.1.10.md Co-authored-by: Pierre Wizla <[email protected]> * Update docs/developer-docs/latest/update-migration-guides/migration-guides/v4/migration-guide-4.1.8+-to-4.1.10.md Co-authored-by: Pierre Wizla <[email protected]> * Update docs/developer-docs/latest/update-migration-guides/migration-guides/v4/migration-guide-4.1.8+-to-4.1.10.md Co-authored-by: Pierre Wizla <[email protected]> * Add redirects plugin and rename v4 migration guides to match new std Co-authored-by: Pierre Wizla <[email protected]> Co-authored-by: derrickmehaffy <[email protected]> * Fix predefined hook's name. (#884) * Strapi-maintained plugins descriptions (#833) * Added content * Added content about plugins * added png files for plugins * added more logo png files * fixed missing file extension * Revised and added content * Revised text and table cleanup * Revised Gatsby preview plugin content * revised intro section * fixed spelling and formatting * Revised Email plugin * Added comment for U&P default deprecation * Added content for Sentry plugin * removed empty line * GraphQL description improvement & Market reference cleanup * added sidebarDepth * Edit introduction * fixed punctuation etc + Mégane's suggestions * Revised the SEO plugin description * Update docs/user-docs/latest/plugins/strapi-plugins.md Co-authored-by: Pierre Wizla <[email protected]> * Update docs/user-docs/latest/plugins/strapi-plugins.md Co-authored-by: Pierre Wizla <[email protected]> * Update docs/user-docs/latest/plugins/strapi-plugins.md Co-authored-by: Pierre Wizla <[email protected]> * Update docs/user-docs/latest/plugins/strapi-plugins.md Co-authored-by: Pierre Wizla <[email protected]> * Update docs/user-docs/latest/plugins/strapi-plugins.md Co-authored-by: Pierre Wizla <[email protected]> * fixed various issues * Add dark reader-friendly logos * Update docs/user-docs/latest/plugins/strapi-plugins.md Co-authored-by: meganelacheny <[email protected]> * Update docs/user-docs/latest/plugins/strapi-plugins.md Co-authored-by: meganelacheny <[email protected]> * fixed spelling * Update docs/user-docs/latest/plugins/strapi-plugins.md Co-authored-by: meganelacheny <[email protected]> * Delint and small wording fixes * fixed typos and formatting * updated the Gatsby preview plugin details Co-authored-by: Pierre Wizla <[email protected]> Co-authored-by: meganelacheny <[email protected]> * Remove populateCreatorFields from models (#881) * Add NodeJS link to NODE_ENV=production (#879) * changed env example * add NODE_ENV callout * added Nodejs link to explain NODE_ENV=production * Update table "note" format Co-authored-by: Pierre Wizla <[email protected]> * Fix the example code for registering hooks (#877) Code was broken several places: - you need to return an object with the original arguments, not an array - you cannot always write JSX directly in a .js file (according to your configuration) Co-authored-by: Pierre Wizla <[email protected]> Co-authored-by: derrickmehaffy <[email protected]> Co-authored-by: cyril lopez <[email protected]> Co-authored-by: Mégane Lacheny <[email protected]> Co-authored-by: Shaun Brown <[email protected]> Co-authored-by: Dan Siddoway <[email protected]> Co-authored-by: Shaun Brown <[email protected]> Co-authored-by: spreadcharm <[email protected]> Co-authored-by: Dimitri Gilbert <[email protected]> Co-authored-by: David <[email protected]> Co-authored-by: Daniel Sum <[email protected]> Co-authored-by: Mohammed Muqtadir Ahad <[email protected]> Co-authored-by: Alisan Stoll <[email protected]> Co-authored-by: Nico Hofmair <[email protected]> Co-authored-by: Adria Lopez <[email protected]> Co-authored-by: Elías Leyton <[email protected]> Co-authored-by: Thomas PEDOT <[email protected]> Co-authored-by: NiWA <[email protected]> Co-authored-by: Rajat <[email protected]> Co-authored-by: Thomas F. K. Jorna <[email protected]> Co-authored-by: Gustav Hansen <[email protected]> Co-authored-by: Rajat <[email protected]> Co-authored-by: André Vital <[email protected]> Co-authored-by: Pierre Noël <[email protected]> Co-authored-by: horiken <[email protected]> Co-authored-by: Pascal Vaccaro <[email protected]>
- Loading branch information
d5f9c19
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
documentation – ./
docs-vercel-v4.strapi.io
documentation-git-production-strapijs.vercel.app
documentation-strapijs.vercel.app