From 131190bcc675166a5f68740fb7b750b5dc63d903 Mon Sep 17 00:00:00 2001 From: Andrey Potyomkin Date: Mon, 2 Sep 2024 17:51:35 +0300 Subject: [PATCH] =?UTF-8?q?feat:=20Arch.=20=D0=98=D1=81=D0=BF=D1=80=D0=B0?= =?UTF-8?q?=D0=B2=D0=BB=D0=B5=D0=BD=D1=8B=20=D0=B1=D0=B8=D1=82=D1=8B=D0=B5?= =?UTF-8?q?=20=D1=81=D1=81=D1=8B=D0=BB=D0=BA=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/arch/modules/domain.md | 9 +++++++++ docs/arch/modules/features/UIStore.md | 2 +- docs/arch/modules/features/domain.md | 9 --------- docs/arch/modules/features/shared-logic.md | 2 +- 4 files changed, 11 insertions(+), 11 deletions(-) create mode 100644 docs/arch/modules/domain.md delete mode 100644 docs/arch/modules/features/domain.md diff --git a/docs/arch/modules/domain.md b/docs/arch/modules/domain.md new file mode 100644 index 0000000..c4aa478 --- /dev/null +++ b/docs/arch/modules/domain.md @@ -0,0 +1,9 @@ +--- +sidebar_position: 7 +--- + +# Domain + +## Render компонента в store + +[Modules Guides | Render компонентов в store](./guides/renderComponentInStore). diff --git a/docs/arch/modules/features/UIStore.md b/docs/arch/modules/features/UIStore.md index 1fc854b..745adb1 100644 --- a/docs/arch/modules/features/UIStore.md +++ b/docs/arch/modules/features/UIStore.md @@ -232,7 +232,7 @@ const FullName = ({ name, surname }: Props) => { ## Render компонентов в store -[Modules Guides | Render компонентов в store](../../guides/renderComponentInStore). +[Modules Guides | Render компонентов в store](../guides/renderComponentInStore). ## Проброс ссылок на ref diff --git a/docs/arch/modules/features/domain.md b/docs/arch/modules/features/domain.md deleted file mode 100644 index e5a58a3..0000000 --- a/docs/arch/modules/features/domain.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -sidebar_position: 7 ---- - -# Domain - -## Render компонента в store - -[Modules Guides | Render компонентов в store](../guides/renderComponentInStore). diff --git a/docs/arch/modules/features/shared-logic.md b/docs/arch/modules/features/shared-logic.md index 9787111..052f125 100644 --- a/docs/arch/modules/features/shared-logic.md +++ b/docs/arch/modules/features/shared-logic.md @@ -10,4 +10,4 @@ sidebar_position: 4 - Переиспользовать в другом модуле - Использовать для интеграции с другой фичей -[Подробный обзор Domain](./domain) +[Подробный обзор Domain](../domain)