docs: added nx graph view

pull/1/head
Artem-Darius Weber 2 years ago
parent 7f69b3b95b
commit 903db55e5c

@ -41,6 +41,13 @@ Deploy on SCOS
- `tools` - Nx workspaces tools - `tools` - Nx workspaces tools
- `docs` - документация - `docs` - документация
```mermaid
graph TD;
agw-e2w-->agw;
frontend-e2e-->frontend;
frontend-->agw;
```
## Generate code ## Generate code
If you happen to use Nx plugins, you can leverage code generators that might come with it. If you happen to use Nx plugins, you can leverage code generators that might come with it.

Loading…
Cancel
Save