-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
add standalone how amplify works page #6051
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
katiegoines
requested review from
a team and
abdallahshaban557
as code owners
October 31, 2023 16:43
jacoblogan
approved these changes
Oct 31, 2023
sowmya-kota07
added
the
amplify/docs-engineering
Issues with the docs site itself, NOT its content
label
Oct 31, 2023
LGTM |
hibler13
approved these changes
Oct 31, 2023
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
hbuchel
added a commit
that referenced
this pull request
Nov 6, 2023
* Update common content from Flutter revisions * Update based on API ref * Updating directory for new page * Adding new page for managing user sessions * Updating the directory with new page title * First half of updates to social sign-in * Second half update for js content * Added React Native content * Update CLI diff for js and react-native * dan changes part1 * Updating menu for manage user profiles * Updates to the Manage User Profile * Updating directory for password mgmt * Updates for password management * Updated wording and small edits * docs (js): Copyedited Set up Amplify Auth guide * additional clarifications * Copyedit of Auth guide for sign-in, sign-up, and sign-out * additional clarifications * additional changes * additional changes * add pr version of link checker script * Updated authenticator callout for react native * Updating directory title * Removed comment * Updates to delete user guide * Minor update to note testing * Removed comment markers * convert server to use serve instead of next-start * add static server for testing * update broken link for pr script * first round of changes * update link checker script, add dev mode and pr link checker * update link script * remove unused code * final changes * latest changes * initial changes * add axios timeout * remove unused command * final changes * Updating directory name * final changes * Staging for auth events content * remove choose filter filtering * update links * correct directory.mjs entry add react-native lib-v1 base page * Update overview.mdx * remove permissions * update pathmap default * GH action to check bundlesize of PR (#5986) * add gh workflow to check bundle size of selected pages * pinning versions * remove unnecessary package * remove errant script from package.json * consolidating functions * change logic for check * fix issues * fix main branch ref --------- Co-authored-by: katiegoines <[email protected]> * adding needed index files * Update csp (#5987) * Remove deprecated prefetch-src header * Update alpha CSP to remove warnings during local testing * update index script * update write script * add missing index files * final RN changes * revert ssg revert * add static generation to new js docs * add static paths to page * remove unlinked and unbuilt pages * adding highlight for CDK support on main page * update pages to match filters and generate the same index files as main * Added What's New Banner * addressed based on Janaina's feedback * Update data-modeling.mdx * update table in fragment to resolve hydration issue * render contribute getting started text in spans * Removed inline comment and minor edits * chore(flutter): remove null safety references (#5998) Co-authored-by: Tim Nguyen <[email protected]> * Removed mkdwn comments and minor edits and links * Updated directory * Update versions.ts Updating the android library version * Updates for manage user profiles per comments * Updated password mgmt per comments * Removed mrkdwn comment and minor edits * Update-project-setup (#6007) * updated project set up * update framework info * updated project set up * update project set up * Update src/pages/lib-v1/project-setup/create-application/q/platform/[platform].mdx added period * Update src/pages/lib-v1/project-setup/create-application/q/platform/[platform].mdx Co-authored-by: Ashwin Kumar <[email protected]> --------- Co-authored-by: Chris Womack <[email protected]> Co-authored-by: Ashwin Kumar <[email protected]> Co-authored-by: Katie Goines <[email protected]> * chore(deps): bump @aws-amplify/amplify-cli-core from 4.2.7 to 4.2.10 (#6011) Bumps [@aws-amplify/amplify-cli-core](https://github.com/aws-amplify/amplify-cli/tree/HEAD/packages/amplify-cli-core) from 4.2.7 to 4.2.10. - [Release notes](https://github.com/aws-amplify/amplify-cli/releases) - [Changelog](https://github.com/aws-amplify/amplify-cli/blob/@aws-amplify/[email protected]/packages/amplify-cli-core/CHANGELOG.md) - [Commits](https://github.com/aws-amplify/amplify-cli/commits/@aws-amplify/[email protected]/packages/amplify-cli-core) --- updated-dependencies: - dependency-name: "@aws-amplify/amplify-cli-core" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Katie Goines <[email protected]> * Removed mkdwn comments and small edits * Add custom analytics event for the "What's New" banner (#6006) * Add a custom adobe analytics event for the WhatsNewBanner component * Add comment for function * Updated with react-native links * update home page to update page context * Removed mkdwn comment and minor edit * Update directory * Updating directory * Fixing directory * Fix directory update * Update directory * fix: updating @babel/traverse (#6025) * update @babel/core and @babel/traverse * updated @babel/traverse --------- Co-authored-by: katiegoines <[email protected]> * update base lib, sdk, and guides pages * final changes * update next/previous styles * Removed mkdwn and minor edits * Amplify Android API Relational Models (#6020) * feat(api): iOS Android API GraphQL relational models pages * update schema * Add callout, update many-to-many schema * update callout to point to migration guide for existing developers * add new sections for query and css * Updates to Android API Relationship page * Defragmented pages and reordered content. * Remove iOS docs for now * Remove iOS docs for now * Remove fragments * Add delete code snippet * Correct description of query --------- Co-authored-by: Michael Law <[email protected]> Co-authored-by: Rene Brandel <[email protected]> * Update CODEOWNERS to exclude documentation team from all files (#6030) * chore: update auth docs now that cdk tokens are supported for adminRole and identityPoolId * Update src/pages/cli/graphql/authorization-rules.mdx * fix: update example naming * Revert "Update CODEOWNERS to exclude documentation team from all files (#6030)" (#6031) * update new page to include ssg required exports * update sample amplifyconfiguration json file (#5874) Co-authored-by: Tim Nguyen <[email protected]> Co-authored-by: Katie Goines <[email protected]> * add choose your filter page * filter out all but android (#6036) Co-authored-by: katiegoines <[email protected]> Co-authored-by: Rene Brandel <[email protected]> * Update Amplify Android Version * fix: Fix CDK types in overview Fix CDK types in the overview. Previous version referred to non-existent types. * chore(Auth): add singedIn and signedOut Hub events in v6 (#6048) * chore: add SignIn and SignOut events * chore: update 'guest' to `guest` (#5981) Co-authored-by: Jim Blanchard <[email protected]> Co-authored-by: AllanZhengYP <[email protected]> * update algolia index function to remove INTEGRATION_FILTER_OPTIONS from meta object before parsing * Update src/pages/lib/auth/manageusers/q/platform/[platform].mdx Co-authored-by: Venkata Ramyasri Kota <[email protected]> * Update src/pages/lib/auth/manageusers/q/platform/[platform].mdx Co-authored-by: Venkata Ramyasri Kota <[email protected]> * Update src/pages/lib/auth/password_management/q/platform/[platform].mdx Co-authored-by: Venkata Ramyasri Kota <[email protected]> * Update src/pages/lib/auth/password_management/q/platform/[platform].mdx Co-authored-by: Venkata Ramyasri Kota <[email protected]> * Update src/pages/lib/auth/manageusers/q/platform/[platform].mdx Co-authored-by: Venkata Ramyasri Kota <[email protected]> * Apply suggestions for password title update Co-authored-by: Venkata Ramyasri Kota <[email protected]> * Update recap based on review Co-authored-by: Venkata Ramyasri Kota <[email protected]> * Update meta content in headers * Change instance of my to your * Adding 4 guides and updating directory * Updating directory entry for password_management * Updating from feedback and adding react-native * Adding index page for new page * Updating per feedback * update the choose a filter component to try and pull filters from directory and prefer those instead of the passed in values * Punctuation edits * don't parse BlockSwitchers for headers * Removing comments, minor edits, added react-native * Updating header and feedback * Remove SSR link * formatting * Set isExternal to true for whats new banner (#6077) * add debugging line to ampliy.yml * Update next config (#6095) * Use 'output' config for exporting * Update maxWorkers to jest run * Update next to 13.5.6 * applied "connect" changes * Updated per feedback * Release Amplify Android 2.14.2, also reference AppSync SDK v3.4.0 which fixed a bug (#6096) Co-authored-by: Thomas Leing <[email protected]> * Update src/pages/lib/auth/manage-session/q/platform/[platform].mdx Update the `clear()` example to include use of `this` reference. * Update src/pages/lib/auth/mfa/q/platform/[platform].mdx nit * Adding redirects tracking file and update README (#6082) * add redirects tracking file and update README * Update Readme.md --------- Co-authored-by: katiegoines <[email protected]> Co-authored-by: Tim Nguyen <[email protected]> * add standalone how amplify works page (#6051) * add standalone how amplify works page * merged in main * merging jims changes * update content * refresh yarn * add checkmark png * table changes * add addtl space where needed * remove directory.json --------- Co-authored-by: katiegoines <[email protected]> * feat: remove docs team approval for spelling changes using codeowners * chore: update readme for cspell check * Revert "Chore: Update codeowners file to exclude documentation team for approvals on cspell json file changes" * chore: update codeowner for console * fix(flutter/analytics): temporarily remove broken url (#6177) * Update how-amplify-works.mdx * Update how-amplify-works.mdx * remove files removed in initial refactor, fix a merge conflict * remove stray index, [platform].index pages * merge InternalLink changes from next-release/main to not reference Page component * Clean up linting errors and string/booleans in next.config * fix prettier version * fix missing json5 dependency * remove unused script in package.json --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: Heather Pundt <[email protected]> Co-authored-by: Dan Kiuna <[email protected]> Co-authored-by: Jim Eagan <[email protected]> Co-authored-by: Jim Eagan <[email protected]> Co-authored-by: Dan Kiuna <[email protected]> Co-authored-by: Jacob Logan <[email protected]> Co-authored-by: Katie Goines <[email protected]> Co-authored-by: jacoblogan <[email protected]> Co-authored-by: Rene Brandel <[email protected]> Co-authored-by: katiegoines <[email protected]> Co-authored-by: Tim Nguyen <[email protected]> Co-authored-by: Rene Brandel <[email protected]> Co-authored-by: Dustin Noyes <[email protected]> Co-authored-by: gpanshu <[email protected]> Co-authored-by: Abdallah Shaban <[email protected]> Co-authored-by: Chris Womack <[email protected]> Co-authored-by: Ashwin Kumar <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Tyler Roach <[email protected]> Co-authored-by: Michael Law <[email protected]> Co-authored-by: Al Harris <[email protected]> Co-authored-by: Tuan Pham <[email protected]> Co-authored-by: Tim Schmelter <[email protected]> Co-authored-by: Venkata Ramyasri Kota <[email protected]> Co-authored-by: Jim Blanchard <[email protected]> Co-authored-by: AllanZhengYP <[email protected]> Co-authored-by: Thomas Leing <[email protected]> Co-authored-by: Thomas Leing <[email protected]> Co-authored-by: israx <[email protected]> Co-authored-by: sowmyadev-kota <[email protected]> Co-authored-by: Sowmya Kota <[email protected]> Co-authored-by: Scott Rees <[email protected]>
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.
Description of changes:
Adding a "How Amplify Works" page to the secondary nav
Staging: https://add-how-it-works.d1egzztxsxq9xz.amplifyapp.com/how-amplify-works/
Related GitHub issue #, if available:
Instructions
If this PR should not be merged upon approval for any reason, please submit as a DRAFT
Which product(s) are affected by this PR (if applicable)?
Which platform(s) are affected by this PR (if applicable)?
Please add the product(s)/platform(s) affected to the PR title
Checks
Does this PR conform to the styleguide?
Does this PR include filetypes other than markdown or images? Please add or update unit tests accordingly.
Are any files being deleted with this PR? If so, have the needed redirects been created?
Are all links in MDX files using the MDX link syntax rather than HTML link syntax?
ref: MDX:
[link](https://link.com)
HTML:
<a href="https://link.com">link</a>
When this PR is ready to merge, please check the box below
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.