Jacob Fletcher
5f7202bbb8
docs: payload proper nouns ( #11792 )
...
Uses proper nouns in the docs where necessary for "Payload" and "Local
API".
2025-03-21 09:04:11 -04:00
Alessio Gravili
9f9db3ff81
chore: bump prettier, re-enable prettier for docs ( #11695 )
...
## Introducing Prettier for docs
Prettier [was originally disabled for our docs as it didn't support MDX
2.0](1fa636417f ),
outputting invalid MDX syntax.
This has since been fixed - prettier now supports MDX 2.0.
## Reducing print width
This also reduces the print width for the docs folder from 100 to 70.
Our docs code field are very narrow - this should help make code more
readable.
**Before**

**After**

**Before**

**After**

2025-03-14 17:13:08 +00:00
Alessio Gravili
bb0c8a8c62
docs: fix incorrect mdx ( #10201 )
2024-12-27 20:18:31 +00:00
Alessio Gravili
254d888b73
docs: add missing types, prefer pnpm, fix various typos, discourage using payload from import ( #9847 )
...
- Adds missing types, especially the `Where` type. Will be helpful for
people to see that they can type their queries like that
- Mention pnpm first and prefer pnpm > npm > yarn throughout docs
- Add `payload` to function arguments in examples to discourage people
from doing `import payload from 'payload'`
- PNPM => pnpm, NPM => npm
- Fix some typos
2024-12-09 19:05:09 -07:00
Dan Ribbens
a25ddc5448
docs: migration guide more info ( #9305 )
2024-11-18 17:35:36 -05:00
Sasha
5ea8d2c196
docs: append the beta tag to plugins installation commands ( #8831 )
...
Example:
```sh
pnpm add @payloadcms/plugin-sentry
```
to:
```sh
pnpm add @payloadcms/plugin-sentry@beta
```
Because of this, people can be confused with the wrong installed
version. We'll change it back on stable
2024-10-22 19:50:48 +03:00
Jarrod Flesch
e036d4efab
chore: updated 3.0 graphql docs ( #6859 )
2024-06-21 15:45:52 -04:00
Jacob Fletcher
a20cf70105
docs: removes express
2024-05-13 10:29:59 -04:00
Alessio Gravili
19f8cbcf76
docs: new and improve lexical docs, hoist up all headings ( #6639 )
2024-06-05 17:08:15 -04:00
PatrikKozak
28f10ffc25
chore: removes schemaOutputFile prop in alpha
2024-03-08 15:58:37 -05:00
Nathan Clevenger
c6925ec29f
Fix typo on graphql-schema.mdx ( #3548 )
2023-10-11 10:25:20 -04:00
Jarrod Flesch
8458a98eff
feat: custom type interfaces ( #2709 )
...
* feat: ability to hoist type interfaces and reuse them
* docs: organizes ts and gql docs, adds section for field interfaces on both
2023-06-07 12:48:41 -04:00
Elliot DeNolf
678614b62b
docs: add cross-env to graphql schema gen example
2023-02-01 14:47:24 -05:00
Elliot DeNolf
8a81d0b274
fix: graphql gen logging output ( #795 )
2022-07-21 13:48:54 -07:00
Dan Ribbens
91d0d84c65
docs: update graphql schema
2022-07-08 13:53:40 -04:00
Dan Ribbens
ad43cbc808
feat: graphql schema output ( #730 )
...
* chore: refactor graphql initialization
* feat: generate graphql schema script
* feat: script commands are case insenstive
2022-07-08 13:50:46 -04:00