Alessio Gravili
bb0c8a8c62
docs: fix incorrect mdx ( #10201 )
2024-12-27 20:18:31 +00:00
Nate
9eb1b508f6
chore: update what-is-payload.mdx ( #9942 )
...
<!--
Thank you for the PR! Please go through the checklist below and make
sure you've completed all the steps.
Please review the
[CONTRIBUTING.md](https://github.com/payloadcms/payload/blob/main/CONTRIBUTING.md )
document in this repository if you haven't already.
The following items will ensure that your PR is handled as smoothly as
possible:
- PR Title must follow conventional commits format. For example, `feat:
my new feature`, `fix(plugin-seo): my fix`.
- Minimal description explained as if explained to someone not
immediately familiar with the code.
- Provide before/after screenshots or code diffs if applicable.
- Link any related issues/discussions from GitHub or Discord.
- Add review comments if necessary to explain to the reviewer the logic
behind a change
### What?
update YouTube "What is Payload?" video
### Why?
Reflect 3.0 changes.
### How?
Fixes #
-->
2024-12-12 15:19:42 -05:00
Alessio Gravili
76428373e4
docs: properly capitalize SQLite and Next.js ( #9848 )
2024-12-10 02:11:51 +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
DracoBlue
d118544b44
docs: sqlite is also supported ( #9690 )
...
Sqlite is also supported.
2024-12-04 08:59:34 -05:00
Evan Cusack
646a5345a8
docs: update what-is-payload.mdx ( #9353 )
...
### What?
instead of saying "it", wanted to give more context to what goes into
your Next app folder.
### Why?
clarification
### How?
edited docs
2024-11-19 14:53:48 -05:00
garrettgrohman
6d74fbc6cb
docs: fixes generic grammar mistakes
2024-11-19 08:28:32 -05:00
Dan Ribbens
a25ddc5448
docs: migration guide more info ( #9305 )
2024-11-18 17:35:36 -05:00
James Mikrut
31b32ef941
feat: deprecates getPayloadHMR in favor of simpler getPayload ( #9249 )
...
Deprecates `getPayloadHMR` and simplifies this pattern into a single
`import { getPayload } from 'payload'`.
We will still retain the exported `getPayloadHMR` but it now will throw
a deprecation warning with instructions for how to migrate.
2024-11-16 15:30:05 -05:00
James Mikrut
8dd7e989ef
Chore/next 15 docs ( #9148 )
...
Closes #8995
2024-11-12 17:59:52 +00:00
Brandon Kocur
7127c5507c
docs: update database adpater installation commands to use beta version ( #8895 )
...
While following the "Adding to an existing app" instructions for the
**beta** docs, I noticed that the pnpm installation commands for the
database adapters were missing the `@beta` tag, which will result in
errors in the project.
2024-10-28 17:00:38 -04:00
Christoffer Hasselberg
59b6107e2d
docs: fixes getPayloadHMR import path ( #8180 )
2024-09-12 12:33:22 -04:00
Elliot DeNolf
825d8b83d1
feat(templates): add vercel postgres template ( #7841 )
...
- docs: add db-vercel-postgres info
- feat: update template variations
2024-08-23 15:17:26 -04:00
Alessio Gravili
3d86bf1974
chore: update website and blank templates to incorporate import map changes ( #7664 )
2024-08-14 09:10:40 -04:00
Jacob Fletcher
b6d4bc4d37
docs: cleanup to individual field docs ( #7202 )
2024-07-22 23:46:06 -04:00
Jacob Fletcher
edb501349f
docs: improves authentication docs ( #7195 )
2024-07-17 12:52:41 -04:00
Jacob Fletcher
2d96a1f0b6
docs: misc improvements to high-level docs ( #7177 )
2024-07-16 15:47:56 -04:00
Jacob Fletcher
2925c3bb90
docs: root hooks ( #7160 )
2024-07-15 17:15:34 -04:00
Jacob Fletcher
0e673c6335
docs: improves access control docs ( #7154 )
2024-07-15 15:29:11 -04:00
Jacob Fletcher
6578b85057
docs: improves hooks docs ( #7133 )
2024-07-12 19:51:17 +00:00
Jacob Fletcher
fac5425ec0
docs: improves queries docs ( #7122 )
2024-07-11 17:49:54 -04:00
Jacob Fletcher
e9adeecc7a
docs: more misc improvements ( #7115 )
2024-07-11 14:55:13 -04:00
Jacob Fletcher
a1bb661a1a
docs: misc improvements ( #7107 )
2024-07-11 09:54:21 -04:00
James Mikrut
3a0ca12881
Update what-is-payload.mdx
2024-06-24 15:12:28 -04:00
James Mikrut
314488e55a
Chore/overview docs ( #6908 )
...
## Description
docs tweaks
2024-06-24 13:57:01 -04:00
James Mikrut
7f753fb3b5
Chore/overview docs ( #6901 )
...
## Description
Getting Started docs progress
2024-06-24 12:08:13 -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
Alessio Gravili
721919fae9
feat(richtext-lexical): add maxDepth property to various lexical features ( #6242 )
2024-05-07 09:11:34 -04:00
Alessio Gravili
6789e61488
chore: run lint & prettier on everything
2024-03-14 23:53:47 -04:00
Alessio Gravili
d56ac18585
feat!: require node v18 as minimum version
2024-02-28 17:02:33 -05:00
Markus Machatschek
0bd12e01d7
docs: update software requirements to mention pnpm ( #4335 )
...
Co-authored-by: Jacob Fletcher <jacobsfletch@gmail.com >
2023-12-01 16:25:21 -05:00
Elliot DeNolf
dc253676e8
docs: add latest tag to all mentions of create-payload-app [no ci] ( #3998 )
2023-11-03 17:18:03 -04:00
Elliot DeNolf
f1d8fa9999
chore: add 2.0 announcement banner
2023-10-18 14:38:58 -04:00
Jessica Boezwinkle
70e068b182
docs: updates required node version
2023-10-09 16:01:49 +01:00
Jessica Boezwinkle
3cb0d9c2ca
docs: misc cleanup
2023-10-09 14:00:11 +01:00
Jarrod Flesch
6a74173789
chore: merges existing docs with 2.0 docs ( #3450 )
2023-10-06 13:33:24 -04:00
Jessica Boezwinkle
a8ff06a134
docs: updates onInit options
2023-10-06 17:16:38 +01:00
Jessica Boezwinkle
01891bb8bc
docs: updates config examples, oninit props, mongoDB references and adds warning to point field
2023-10-06 17:16:38 +01:00
Elliot DeNolf
f723b0e0e9
docs: add disableOnInit
2023-09-28 16:03:40 -04:00
Alessio Gravili
ae7d6f97d2
chore: formatting and linting ( #3261 )
...
* chore: lint packages/payload
* chore: lint packages/db-postgres
* chore: lint packages/db-mongodb
* chore: update eslintrc exclusion rules
* chore: update eslintrc exclusion rules
* chore: lint misc files
* chore: run prettier through packages
* chore: run eslint on payload again
* chore: prettier misc files
* chore: prettier docs
2023-09-01 17:39:44 +02:00
Dan Ribbens
8a681450d1
feat: add database transaction support( #2983 )
2023-07-21 14:13:18 -04:00
Dan Ribbens
682f8ecae4
wip merge master
2023-06-29 13:27:33 -04:00
PatrikKozak
f728fca036
chore: updates installation doc to use envs in server.ts example
2023-05-22 11:29:41 -04:00
Jacob Fletcher
1ceea645b6
chore: replaces instances of the text Mongo with MongoDB
2023-05-17 16:35:55 -04:00
Jacob Fletcher
578e5e7e58
docs: updates node version requirement to v14 in installation docs
2023-05-17 16:29:03 -04:00
Elliot DeNolf
c251801b1a
chore: proper url path for docker deployment
2023-04-20 13:38:22 -04:00
Elliot DeNolf
8c242450e5
docs: fix docker link from getting started page
2023-04-20 13:31:56 -04:00
James
7fa27686bb
chore: clarity to secret key usage
2023-04-17 17:02:07 -04:00
Jessica Boezwinkle
cd861c22b7
docs: adds info on payload secret encryption
2023-04-17 18:22:03 +01:00