mirror of
https://github.com/ent/ent.git
synced 2026-05-24 09:31:56 +03:00
doc: replace diagram examples links (#3435)
* cmd/internal: fix help message for "new" command * doc: replace example links
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
|
||||
---
|
||||
title: Quickly visualize your Ent schemas with entviz
|
||||
author: Rotem Tamir
|
||||
@@ -80,11 +81,11 @@ go run -mod=mod ariga.io/entviz ./path/to/ent/schema
|
||||
```
|
||||
|
||||
The tool will analyze your Ent schema and create a visualization on the [Atlas Playground](https://gh.atlasgo.cloud) and
|
||||
create a shareable, public [link](https://gh.atlasgo.cloud/explore/c3aa3f24) for you:
|
||||
create a shareable, public [link](https://gh.atlasgo.cloud/explore/saved/60129542154) for you:
|
||||
|
||||
```
|
||||
Here is a public link to your schema visualization:
|
||||
https://gh.atlasgo.cloud/explore/c3aa3f24
|
||||
https://gh.atlasgo.cloud/explore/saved/60129542154
|
||||
```
|
||||
|
||||
In this link you will be able to see your schema visually as an ERD or textually as either a SQL
|
||||
|
||||
Reference in New Issue
Block a user