docs: removes express
This commit is contained in:
@@ -3,7 +3,7 @@ title: Generating TypeScript Interfaces
|
||||
label: Generating Types
|
||||
order: 20
|
||||
desc: Generate your own TypeScript interfaces based on your collections and globals.
|
||||
keywords: headless cms, typescript, documentation, Content Management System, cms, headless, javascript, node, react, express
|
||||
keywords: headless cms, typescript, documentation, Content Management System, cms, headless, javascript, node, react, nextjs
|
||||
---
|
||||
|
||||
While building your own custom functionality into Payload, like plugins, hooks, access control functions, custom views, GraphQL queries / mutations, or anything else, you may benefit from generating your own TypeScript types dynamically from your Payload config itself.
|
||||
|
||||
@@ -3,7 +3,7 @@ title: TypeScript - Overview
|
||||
label: Overview
|
||||
order: 10
|
||||
desc: Payload is the most powerful TypeScript headless CMS available.
|
||||
keywords: headless cms, typescript, documentation, Content Management System, cms, headless, javascript, node, react, express
|
||||
keywords: headless cms, typescript, documentation, Content Management System, cms, headless, javascript, node, react, nextjs
|
||||
---
|
||||
|
||||
Payload supports TypeScript natively, and not only that, the entirety of the CMS is built with TypeScript. To get started developing with Payload and TypeScript, you can use one of Payload's built-in boilerplates in one line via `create-payload-app`:
|
||||
|
||||
Reference in New Issue
Block a user