Skip to content

Commit 04c11dc

Browse files
authored
docs: Remove chef reverse flag (#273)
* Remove reverse * Fix callout * Nit
1 parent 2517a76 commit 04c11dc

File tree

3 files changed

+3
-12
lines changed

3 files changed

+3
-12
lines changed

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -76,11 +76,6 @@ eval $(chef-cli ctx init); chef-cli ctx show > ctx.json
7676
chef-cli configure-mappings --env prod
7777
```
7878

79-
If you are also creating a bidirectional sync (DevRev to external system), to enable mapping in both directions, use:
80-
```bash
81-
chef-cli configure-mappings --env prod --reverse
82-
```
83-
8479
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:
8580
```bash
8681
ACTIVE_PARTITION=dvrv-in-1 chef-cli configure-mappings --env prod

fern/docs/pages/airdrop/mcp.mdx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,11 @@ Create a `.mcp.json` file with the following content:
4242
3. Use the editor to guide the AI to create the initial domain mappings.
4343
4. Use `initial-mapping check` to test the initial domain mappings against the local domain metadata file.
4444

45-
<Hint>
45+
<Tip>
4646
To assist you in creating the Airdrop snap-in you can add DevRev's documentation to your MCP server, just add `https://developer.devrev.ai/public/airdrop/` as a custom docs URL.
47+
4748
See [Cursor documentation](https://docs.cursor.com/context/@-symbols/@-docs#add-custom-docs) for more information.
48-
</Hint>
49+
</Tip>
4950

5051
### Claude Code setup
5152

fern/docs/pages/airdrop/metadata-extraction.mdx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -221,11 +221,6 @@ be changed by the end user at any time, such as mandatory fields or custom field
221221
The record types that will be used in a 2-way sync must be marked with `is_loadable`.
222222
This will allow Airdrop to load the record types to the external system.
223223

224-
<Note>
225-
When mapping record loadable record types use the `--reverse` flag with the `chef-cli configure-mappings` command.
226-
</Note>
227-
228-
229224
```json {6,18}
230225
{
231226
"record_types":{

0 commit comments

Comments
 (0)