Skip to content

Commit f0aceb6

Browse files
authored
Merge pull request #1 from mongodb-developer/fix-instructions
fix instructions
2 parents a42cdab + 1d489cf commit f0aceb6

4 files changed

+2
-4
lines changed

docs/120-edit-mapping-authors-book.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import Screenshot from "@site/src/components/Screenshot";
55

66
- On the ERD, click `authors`
77
- On the relational mappings list on the right, click on the edit icon of `author_book`
8-
- Rename Field name to `alias`
8+
- Rename Field name to `books`
99
- In the list of fields, uncheck `authorId`
1010
- Check `create array of primitive values`
1111
- Click `Save and close`

docs/140-edit-mapping-books-author-book.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import Screenshot from "@site/src/components/Screenshot";
55
- On the ERD, click `books`
66
- On the relational mappings list on the right, click on the edit icon of `author_book`
77
- Rename `Field name` to `authors`
8-
- In the list of fields, uncheck `authorId`
98
- Uncheck all fields
109
- Click `Save and close`
1110

docs/160-edit-mapping-books-book-genre.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ import Screenshot from "@site/src/components/Screenshot";
66
- On the ERD, click `books`
77
- On the relational mappings list on the right, click on the edit icon of `book_genre`
88
- Rename `Field name` to `genres`
9-
- Check `create array of primitive values`
109
- Uncheck `bookId`
10+
- Check `create array of primitive values`
1111
- Click `Save and close`
1212

1313

docs/200-edit-mapping-reviews-user copy.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ import Screenshot from "@site/src/components/Screenshot";
77
- Select `Embedded documents`
88
- Select `users` as Source table
99
- Check `Merge fields into the parent with root as the Prefix`
10-
- Rename `id` field to `_id`
1110
- Only check `name` field
1211
- Click `Save and close `
1312
- We have embedded a user document at the root level

0 commit comments

Comments
 (0)