Skip to content

Commit

Permalink
Catching up to main (#6640)
Browse files Browse the repository at this point in the history
* Update index.mdx (#6618)

Update quickstart

* Defer shortbread (#6575)

* Update CODEOWNERS (#6626)

* Update signInWithRedict docs (#6520)


---------

Co-authored-by: Rene Brandel <[email protected]>

* chore(js-storage): add bytesRange options to the example (#6621)

* custom resource docs updates (#6616)

* custom resource updates

* Apply suggestions from code review

Co-authored-by: josef <[email protected]>

---------

Co-authored-by: josef <[email protected]>

* update pr link checker to use python server (#6476)

* update pr link checker to use github http-server action

* change server to python server

---------

Co-authored-by: Jacob Logan <[email protected]>

* fix: make gen2 banner button align better with text (#6635)

* auth-events: small documentation fix (#6623)

* edit override docs (#6615)

* edit override docs

* Apply suggestions from code review

Co-authored-by: josef <[email protected]>

* add context around L1 and L2 constructs

---------

Co-authored-by: josef <[email protected]>

* Update cspell.json (#6639)

Added an entry for "bidirectionality"

---------

Co-authored-by: Rene Brandel <[email protected]>
Co-authored-by: Tim Nguyen <[email protected]>
Co-authored-by: Scott Rees <[email protected]>
Co-authored-by: Francisco Rodriguez <[email protected]>
Co-authored-by: Hui Zhao <[email protected]>
Co-authored-by: Edward Foyle <[email protected]>
Co-authored-by: josef <[email protected]>
Co-authored-by: jacoblogan <[email protected]>
Co-authored-by: Jacob Logan <[email protected]>
Co-authored-by: Chen Cozoczaru <[email protected]>
  • Loading branch information
11 people authored Dec 8, 2023
1 parent 6cdfed3 commit 798e629
Show file tree
Hide file tree
Showing 12 changed files with 301 additions and 194 deletions.
66 changes: 33 additions & 33 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
* @aws-amplify/documentation-team
/src/fragments/ @renebrandel @aws-amplify/documentation-team
/src/pages/ @renebrandel @aws-amplify/documentation-team
/src/fragments/ @renebrandel @dbanksdesign @aws-amplify/documentation-team
/src/pages/ @renebrandel @dbanksdesign @aws-amplify/documentation-team

#CLI
/src/**/cli/ @josefaidt @aws-amplify/documentation-team
Expand All @@ -9,80 +9,80 @@
/src/pages/console/ @dbanksdesign @aws-amplify/documentation-team

#Analytics
/src/**/**/analytics @renebrandel @aws-amplify/documentation-team
/src/**/**/analytics @renebrandel @dbanksdesign @aws-amplify/documentation-team

#Auth
/src/**/**/auth @renebrandel @aws-amplify/documentation-team
/src/**/**/authz @renebrandel @aws-amplify/documentation-team
/src/**/**/authentication @renebrandel @aws-amplify/documentation-team
/src/**/**/auth @renebrandel @dbanksdesign @aws-amplify/documentation-team
/src/**/**/authz @renebrandel @dbanksdesign @aws-amplify/documentation-team
/src/**/**/authentication @renebrandel @dbanksdesign @aws-amplify/documentation-team

#Client Configuration
/src/**/**/client-configuration @renebrandel @hdworld11 @aws-amplify/documentation-team
/src/**/**/configuration @renebrandel @hdworld11 @aws-amplify/documentation-team
/src/**/**/client-configuration @renebrandel @dbanksdesign @hdworld11 @aws-amplify/documentation-team
/src/**/**/configuration @renebrandel @dbanksdesign @hdworld11 @aws-amplify/documentation-team

#Common
/src/fragments/common @renebrandel @aws-amplify/documentation-team
/src/fragments/lib/common @renebrandel @aws-amplify/documentation-team
/src/fragments/common @renebrandel @dbanksdesign @aws-amplify/documentation-team
/src/fragments/lib/common @renebrandel @dbanksdesign @aws-amplify/documentation-team

#Data
/src/**/**/datastore @renebrandel @aws-amplify/documentation-team
/src/**/**/data @renebrandel @aws-amplify/documentation-team
/src/**/**/datastore @renebrandel @dbanksdesign @aws-amplify/documentation-team
/src/**/**/data @renebrandel @dbanksdesign @aws-amplify/documentation-team

#Debugging
/src/fragments/**/debugging @renebrandel @aws-amplify/documentation-team
/src/fragments/**/debugging @renebrandel @dbanksdesign @aws-amplify/documentation-team

#Geo
/src/**/**/geo @renebrandel @aws-amplify/documentation-team
/src/**/**/geo @renebrandel @dbanksdesign @aws-amplify/documentation-team

#Getting Started
/src/**/start @renebrandel @aws-amplify/documentation-team
/src/**/start @renebrandel @dbanksdesign @aws-amplify/documentation-team

#GraphQL API
/src/**/**/api-graphql @renebrandel @aws-amplify/documentation-team
/src/**/**/graphqlapi @renebrandel @aws-amplify/documentation-team
/src/**/cli-legacy/graphql-transformer @renebrandel @aws-amplify/documentation-team
/src/fragments/sdk/api/**/graphql.mdx @renebrandel @aws-amplify/documentation-team
/src/**/**/api-graphql @renebrandel @dbanksdesign @aws-amplify/documentation-team
/src/**/**/graphqlapi @renebrandel @dbanksdesign @aws-amplify/documentation-team
/src/**/cli-legacy/graphql-transformer @renebrandel @dbanksdesign @aws-amplify/documentation-team
/src/fragments/sdk/api/**/graphql.mdx @renebrandel @dbanksdesign @aws-amplify/documentation-team

#In-App Messaging
/src/**/**/in-app-messaging @renebrandel @aws-amplify/documentation-team
/src/**/**/in-app-messaging @renebrandel @dbanksdesign @aws-amplify/documentation-team

#Info
/src/fragments/**/info @renebrandel @aws-amplify/documentation-team
/src/fragments/**/info @renebrandel @dbanksdesign @aws-amplify/documentation-team

#Interactions
/src/**/**/interactions @renebrandel @aws-amplify/documentation-team
/src/**/**/interactions @renebrandel @dbanksdesign @aws-amplify/documentation-team

#Logging
/src/fragments/lib/logging @renebrandel @aws-amplify/documentation-team
/src/fragments/lib/logging @renebrandel @dbanksdesign @aws-amplify/documentation-team

#Predictions
/src/**/**/predictions @renebrandel @aws-amplify/documentation-team
/src/**/**/predictions @renebrandel @dbanksdesign @aws-amplify/documentation-team

#Project Setup
/src/**/**/project-setup @renebrandel @hdworld11 @aws-amplify/documentation-team
/src/**/**/project-setup @renebrandel @dbanksdesign @hdworld11 @aws-amplify/documentation-team

#PubSub
/src/**/**/pubsub @renebrandel @aws-amplify/documentation-team
/src/**/**/pubsub @renebrandel @dbanksdesign @aws-amplify/documentation-team

#Push Notifications
/src/**/**/push-notifications @renebrandel @aws-amplify/documentation-team
/src/**/**/push-notifications @renebrandel @dbanksdesign @aws-amplify/documentation-team

#Rest API
/src/**/**/api-rest @renebrandel @aws-amplify/documentation-team
/src/**/**/restapi @renebrandel @aws-amplify/documentation-team
/src/fragments/sdk/api/**/rest.mdx @renebrandel @aws-amplify/documentation-team
/src/**/**/api-rest @renebrandel @dbanksdesign @aws-amplify/documentation-team
/src/**/**/restapi @renebrandel @dbanksdesign @aws-amplify/documentation-team
/src/fragments/sdk/api/**/rest.mdx @renebrandel @dbanksdesign @aws-amplify/documentation-team

#SSR
/src/fragments/lib/ssr @renebrandel @aws-amplify/documentation-team
/src/fragments/lib/ssr @renebrandel @dbanksdesign @aws-amplify/documentation-team

#Storage
/src/**/**/storage @hdworld11 @aws-amplify/documentation-team

#Troubleshooting
/src/fragments/lib/troubleshooting @renebrandel @aws-amplify/documentation-team
/src/fragments/lib/troubleshooting @renebrandel @dbanksdesign @aws-amplify/documentation-team

#Utilities
/src/**/**/utilities @renebrandel @aws-amplify/documentation-team
/src/**/**/utilities @renebrandel @dbanksdesign @aws-amplify/documentation-team

#Docs Engineering
/src/components @aws-amplify/documentation-team
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check_pr_for_broken_links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
NODE_OPTIONS: --max_old_space_size=4096
- name: Run Server
run: |
node ./node_modules/.bin/serve client/www/next-build --no-request-logging &
python -m http.server 3000 -d ${{ vars.BUILD_DIR }} &
sleep 5
- name: Run Link Checker
id: checkLinks
Expand Down
1 change: 1 addition & 0 deletions cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,7 @@
"beginsWith",
"BelongsTo",
"betatest",
"bidirectionality",
"birthdate",
"Bitbucket",
"bizcorprole",
Expand Down
Loading

0 comments on commit 798e629

Please sign in to comment.