doc: update ordering fluent api (#3456)

This commit is contained in:
Ariel Mashraki
2023-04-09 15:00:16 +03:00
committed by GitHub
parent 064c9118b7
commit 5b1de3901a
6 changed files with 202 additions and 21 deletions

View File

@@ -26,7 +26,7 @@ is to have an `ent` directory under the root directory of the project.
## Generate Assets
After adding a few [fields](schema-fields.md) and [edges](schema-edges), you want to generate
After adding a few [fields](schema-fields.mdx) and [edges](schema-edges), you want to generate
the assets for working with your entities. Run `ent generate` from the root directory of the project,
or use `go generate`: