Skip to content

Commit 63880a2

Browse files
committed
Address comments
1 parent 3c38923 commit 63880a2

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@ fern/dist
33
fern/*/definition/
44
.DS_Store
55
.idea
6+
.vscode
67
temp
78
__pycache__

fern/docs/pages/airdrop/initial-domain-mapping.mdx

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ If you are also creating a bidirectional sync (DevRev to external system), to en
8181
chef-cli configure-mappings --env prod --reverse
8282
```
8383

84-
If your org is not in `US-East-1`, you have to override an environment variable to make sure the tool reaches the right server. For example:
84+
If your org is not in `US-East-1`, you h ave to override an environment variable to make sure the tool reaches the right server. For example:
8585
```bash
8686
ACTIVE_PARTITION=dvrv-in-1 chef-cli configure-mappings --env prod
8787
```
@@ -129,8 +129,9 @@ Follow the instructions to create your initial domain mapping.
129129

130130
### Merge configurations
131131

132-
You can repeat the process for different record types and fields to create multiple mappings.
133-
In the install screen, you can merge new mappings with existing initial domain mappings.
132+
To create multiple mappings for different record types and fields, repeat this process:
133+
Create a new import, map the record types and fields, then install the mappings in your org.
134+
The install screen allows you to merge new mappings with existing initial domain mappings.
134135

135136
### Export the mapping file
136137

0 commit comments

Comments
 (0)