Skip to content

Commit

Permalink
Fix again generate types header link πŸ˜…
Browse files Browse the repository at this point in the history
  • Loading branch information
pwizla authored Sep 22, 2023
1 parent b4d3ee4 commit ebf3064
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docusaurus/docs/dev-docs/typescript.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ To experience TypeScript-based autocomplete while developing Strapi applications

## Generate typings for project schemas

To generate typings for your project schemas use the [`ts:generate-types` CLI command](/dev-docs/cli#strapi-ts-generatetypes). The `ts:generate-types` command creates the folder `types`, at the project root, which stores the typings for your project. The optional `--debug` flag returns a detailed table of the generated schemas.
To generate typings for your project schemas use the [`ts:generate-types` CLI command](/dev-docs/cli#strapi-tsgenerate-types). The `ts:generate-types` command creates the folder `types`, at the project root, which stores the typings for your project. The optional `--debug` flag returns a detailed table of the generated schemas.

To use `ts:generate-types`run the following code in a terminal at the project root:

Expand Down

1 comment on commit ebf3064

@vercel
Copy link

@vercel vercel bot commented on ebf3064 Sep 22, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

documentation – ./

documentation-strapijs.vercel.app
documentation-git-main-strapijs.vercel.app
docs-vercel-v4.strapi.io

Please sign in to comment.