Skip to content

Commit

Permalink
Merge pull request #1 from mongodb-developer/fix-instructions
Browse files Browse the repository at this point in the history
fix instructions
  • Loading branch information
dfreniche authored Apr 2, 2024
2 parents a42cdab + 1d489cf commit f0aceb6
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/120-edit-mapping-authors-book.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import Screenshot from "@site/src/components/Screenshot";

- On the ERD, click `authors`
- On the relational mappings list on the right, click on the edit icon of `author_book`
- Rename Field name to `alias`
- Rename Field name to `books`
- In the list of fields, uncheck `authorId`
- Check `create array of primitive values`
- Click `Save and close`
Expand Down
1 change: 0 additions & 1 deletion docs/140-edit-mapping-books-author-book.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import Screenshot from "@site/src/components/Screenshot";
- On the ERD, click `books`
- On the relational mappings list on the right, click on the edit icon of `author_book`
- Rename `Field name` to `authors`
- In the list of fields, uncheck `authorId`
- Uncheck all fields
- Click `Save and close`

Expand Down
2 changes: 1 addition & 1 deletion docs/160-edit-mapping-books-book-genre.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ import Screenshot from "@site/src/components/Screenshot";
- On the ERD, click `books`
- On the relational mappings list on the right, click on the edit icon of `book_genre`
- Rename `Field name` to `genres`
- Check `create array of primitive values`
- Uncheck `bookId`
- Check `create array of primitive values`
- Click `Save and close`


Expand Down
1 change: 0 additions & 1 deletion docs/200-edit-mapping-reviews-user copy.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import Screenshot from "@site/src/components/Screenshot";
- Select `Embedded documents`
- Select `users` as Source table
- Check `Merge fields into the parent with root as the Prefix`
- Rename `id` field to `_id`
- Only check `name` field
- Click `Save and close `
- We have embedded a user document at the root level
Expand Down

0 comments on commit f0aceb6

Please sign in to comment.