-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(sendsay-docs): add new videolesson (#319)
- Loading branch information
1 parent
1abe16f
commit 9c7d8a9
Showing
3 changed files
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
--- | ||
sidebar_position: 3 | ||
sidebar_label: 'Интеграция с amoCRM' | ||
--- | ||
|
||
import Video from '@site/src/components/Video'; | ||
|
||
# Интеграция с amoCRM | ||
|
||
<Video src="https://rutube.ru/play/embed/78dd747f98fd3193b2f1505c21ef391b/" /> | ||
|
||
Посмотреть видеоурок можно также на [YouTube](https://youtu.be/HnZttsm3ZUI?si=kHAYEIqI4Xq4PkJl). | ||
|
||
**Читайте также:**<br/> | ||
[Интеграция с amoCRM](https://docs.sendsay.ru/integrations/integration-with-amocrm) |
7 changes: 7 additions & 0 deletions
7
...lugin-content-docs/current/videolessons/automations/integration-with-amocrm.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
hide_title: true | ||
--- | ||
|
||
import { Redirect } from '@docusaurus/router'; | ||
|
||
<Redirect to="/404" />; |