-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release: 4.1.10 documentation #891
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Add TS command Signed-off-by: soupette <[email protected]> * Use shorter instead of quicker :-) Co-authored-by: Pierre Wizla <[email protected]>
* 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]>
Fix typo
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"
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.
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
Co-authored-by: Shaun Brown <[email protected]>
Updated telemetry opt-out
Include APP_KEYS in Heroku Deployment Guide - fix #807
add kebab case naming constraint callout
Fix error in database description for azure guide
Native Laravel Http Client documentation
…uides/v4/migration-guide-4.0.x-to-4.1.8.md Co-authored-by: Pierre Wizla <[email protected]>
Updated migration guide 4.1.8
* 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
Callout for unsupported v4 Docker image
Correct way to push new routes while extending a plugin
Azure CLI uses `--account-key` rather than `--access-key` now
* 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]>
The service name is changed from `api::restaurant.restaurant` to `api::email.email` to avoid confusion.
* 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]>
* 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]>
* 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]>
* 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]>
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]>
derrickmehaffy
approved these changes
May 11, 2022
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.
lgtm
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No change log (but we'll work on automated changelogs soon 😄)