Skip to content

Commit 9becee0

Browse files
Solantillright
andauthored
Update i18n/en/docusaurus-plugin-content-docs/current/guides/issues/excessive-entities.md
Co-authored-by: Lev Chelyadinov <illright@proton.me>
1 parent d04b98b commit 9becee0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

i18n/en/docusaurus-plugin-content-docs/current/guides/issues/excessive-entities.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,8 @@ Instead, store authentication-related data in `shared/auth` or `shared/api`:
8282
📄 order.ts
8383
```
8484

85+
For more details on implementing authentication, see [the Authentication guide](/docs/guides/examples/auth).
86+
8587
### 5. Minimize Cross-Imports
8688

8789
FSD permits cross-imports via `@x` notation, but they can introduce technical issues like circular dependencies. To avoid this, design entities within isolated business contexts to eliminate the need for cross-imports:

0 commit comments

Comments
 (0)