Skip to content

Commit

Permalink
docs: quick fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DaKingKong committed Jul 1, 2024
1 parent ad1c70b commit 946d876
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions docs/developers/interfaces/createCallLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,13 @@ An object with following properties:
=== "Example CRM"

```js
{!> src/adapters/testCRM/index.js [ln:191-232] !}
{!> src/adapters/testCRM/index.js [ln:202-244] !}
```

=== "Pipedrive"

```js
{!> src/adapters/pipedrive/index.js [ln:152-184] !}
{!> src/adapters/pipedrive/index.js [ln:165-197] !}
```

### Example Call Log Schema
Expand Down
4 changes: 2 additions & 2 deletions docs/developers/interfaces/createContact.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,12 @@ This interface returns a single object. That object describes the contact that w
=== "Example CRM"

```js
{!> src/adapters/testCRM/index.js [ln:394-462] !}
{!> src/adapters/testCRM/index.js [ln:405-473] !}
```

=== "Pipedrive"

```js
{!> src/adapters/pipedrive/index.js [ln:128-150] !}
{!> src/adapters/pipedrive/index.js [ln:141-163] !}
```

4 changes: 2 additions & 2 deletions docs/developers/interfaces/createMessageLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,12 +80,12 @@ An object with following properties:
=== "Example CRM"

```js
{!> src/adapters/testCRM/index.js [ln:320-359] !}
{!> src/adapters/testCRM/index.js [ln:331-370] !}
```

=== "Pipedrive"

```js
{!> src/adapters/pipedrive/index.js [ln:232-305] !}
{!> src/adapters/pipedrive/index.js [ln:245-318] !}
```

4 changes: 2 additions & 2 deletions docs/developers/interfaces/findContact.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,12 +75,12 @@ This interface returns a single object. That object describes the contacts that
=== "Example CRM"

```js
{!> src/adapters/testCRM/index.js [ln:135-185] !}
{!> src/adapters/testCRM/index.js [ln:146-196] !}
```

=== "Pipedrive"

```js
{!> src/adapters/pipedrive/index.js [ln:81-115] !}
{!> src/adapters/pipedrive/index.js [ln:94-128] !}
```

4 changes: 2 additions & 2 deletions docs/developers/interfaces/getCallLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@ This interface should return the associated call log record in a prescribed form
=== "Example CRM"

```js
{!> src/adapters/testCRM/index.js [ln:235-265] !}
{!> src/adapters/testCRM/index.js [ln:246-276] !}
```

=== "Pipedrive"

```js
{!> src/adapters/pipedrive/index.js [ln:343-364] !}
{!> src/adapters/pipedrive/index.js [ln:356-377] !}
```

4 changes: 2 additions & 2 deletions docs/developers/interfaces/getUserInfo.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ This method results in the adapter calling the CRM to retrieve key information a
=== "Example CRM"

```js
{!> src/adapters/testCRM/index.js [ln:60-97] !}
{!> src/adapters/testCRM/index.js [ln:60-109] !}
```

=== "Pipedrive"

```js
{!> src/adapters/pipedrive/index.js [ln:19-48] !}
{!> src/adapters/pipedrive/index.js [ln:19-61] !}
```
4 changes: 2 additions & 2 deletions docs/developers/interfaces/unAuthorize.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ It is to remove user data from our database when user chooses to log out. Some C
=== "Example CRM"

```js
{!> src/adapters/testCRM/index.js [ln:104-126] !}
{!> src/adapters/testCRM/index.js [ln:115-137] !}
```

=== "Pipedrive"

```js
{!> src/adapters/pipedrive/index.js [ln:50-79] !}
{!> src/adapters/pipedrive/index.js [ln:63-92] !}
```

4 changes: 2 additions & 2 deletions docs/developers/interfaces/updateCallLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,12 @@ An object with following properties:
=== "Example CRM"

```js
{!> src/adapters/testCRM/index.js [ln:362-392] !}
{!> src/adapters/testCRM/index.js [ln:373-403] !}
```

=== "Pipedrive"

```js
{!> src/adapters/pipedrive/index.js [ln:307-340] !}
{!> src/adapters/pipedrive/index.js [ln:320-353] !}
```

4 changes: 2 additions & 2 deletions docs/developers/interfaces/updateMessageLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ This function is to add following messages on the same day to the same contact.
=== "Example CRM"

```js
{!> src/adapters/testCRM/index.js [ln:304-334] !}
{!> src/adapters/testCRM/index.js [ln:373-403] !}
```

=== "Pipedrive"

```js
{!> src/adapters/pipedrive/index.js [ln:249-282] !}
{!> src/adapters/pipedrive/index.js [ln:320-353] !}
```

0 comments on commit 946d876

Please sign in to comment.