Jacob Fletcher
2d96a1f0b6
docs: misc improvements to high-level docs ( #7177 )
2024-07-16 15:47:56 -04:00
Jacob Fletcher
0371aea711
docs: moves collection and global admin options to admin docs ( #7168 )
2024-07-16 12:08:21 -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
Jacob Fletcher
7be80e31c3
docs: cleans up configuration ( #7105 )
2024-07-10 23:56:02 -04:00
Jacob Fletcher
5a76d6db8b
docs: improves configuration docs ( #7090 )
2024-07-09 18:10:04 -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
Jacob Fletcher
9556d1bd42
feat!: replaces admin.meta.ogImage with admin.meta.openGraph.images ( #6227 )
2024-05-16 12:40:15 -04:00
Dan Ribbens
f39f95af6d
feat: custom db naming for postgres and mongodb ( #5697 )
2024-04-05 17:09:08 -04:00
Alessio Gravili
6789e61488
chore: run lint & prettier on everything
2024-03-14 23:53:47 -04:00
chris
5f2cd1ae77
docs: fix example link ( #4394 )
2023-12-06 09:35:30 -05:00
Kennet Winter
42cba2e3a1
docs: fix broken links to public demo ( #4266 )
2023-11-27 10:29:05 -05:00
Jacob Fletcher
70d41407a8
docs: live preview ( #3474 )
2023-10-08 09:55:06 -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
Quentin Beauperin
3a2462baba
docs: add missing admin.group property in configuration/globals ( #2684 )
2023-05-20 04:35:50 -04:00
Quentin Beauperin
28572a978e
docs: add hideAPIURL to the collections and globals admin options ( #2614 )
...
* fix: add the missing `hideAPIURL` admin option in the collections docs
* fix: add the missing `hideAPIURL` admin option in the globals docs
2023-05-03 19:11:56 -04:00
Harrison-Blair
13179a9498
chore: misc documentation updates ( #2589 )
...
* chore: ensures example configs are being exported when necessary
* chore: adds note regarding updating of hidden fields
---------
Co-authored-by: Jessica Boezwinkle <jessica@trbl.design >
2023-05-01 16:28:13 -04:00
Teun Mooij
023719d775
feat: configuration extension points
...
* added custom config extension points
* Added custom field to documentation
* fix deeprequired issue
2023-04-18 15:28:42 -04:00
Dan Ribbens
81d69d1b64
feat: add admin.hidden to collections and globals ( #2487 )
2023-04-17 15:21:42 -04:00
Jarrod Flesch
e7908b7f37
fix: aligns global preview config with the docs ( #1940 )
2023-01-23 17:01:46 -05:00
James
54dadbeae5
feat: preview now exposes most recent draft data
2023-01-02 14:38:35 -05:00
Dan Ribbens
924d903456
docs: remove GraphQL from label descriptions
2022-12-01 15:48:40 -05:00
Dan Ribbens
bab34d82f5
feat: add i18n to admin panel ( #1326 )
...
Co-authored-by: shikhantmaungs <shinkhantmaungs@gmail.com >
Co-authored-by: Thomas Ghysels <info@thomasg.be >
Co-authored-by: Kokutse Djoguenou <kokutse@Kokutses-MacBook-Pro.local >
Co-authored-by: Christian Gil <47041342+ChrisGV04@users.noreply.github.com >
Co-authored-by: Łukasz Rabiec <lukaszrabiec@gmail.com >
Co-authored-by: Jenny <jennifer.eberlei@gmail.com >
Co-authored-by: Hung Vu <hunghvu2017@gmail.com >
Co-authored-by: Shin Khant Maung <101539335+shinkhantmaungs@users.noreply.github.com >
Co-authored-by: Carlo Brualdi <carlo.brualdi@gmail.com >
Co-authored-by: Ariel Tonglet <ariel.tonglet@gmail.com >
Co-authored-by: Roman Ryzhikov <general+github@ya.ru >
Co-authored-by: maekoya <maekoya@stromatolite.jp >
Co-authored-by: Emilia Trollros <3m1l1a@emiliatrollros.se >
Co-authored-by: Kokutse J Djoguenou <90865585+Julesdj@users.noreply.github.com >
Co-authored-by: Mitch Dries <mitch.dries@gmail.com >
BREAKING CHANGE: If you assigned labels to collections, globals or block names, you need to update your config! Your GraphQL schema and generated Typescript interfaces may have changed. Payload no longer uses labels for code based naming. To prevent breaking changes to your GraphQL API and typescript types in your project, you can assign the below properties to match what Payload previously generated for you from labels.
On Collections
Use `graphQL.singularName`, `graphQL.pluralName` for GraphQL schema names.
Use `typescript.interface` for typescript generation name.
On Globals
Use `graphQL.name` for GraphQL Schema name.
Use `typescript.interface` for typescript generation name.
On Blocks (within Block fields)
Use `graphQL.singularName` for graphQL schema names.
2022-11-18 07:36:30 -05:00
Elliot DeNolf
2255ebb64a
feat: revert enforce kebab-case slugs ( #1322 ) ( #1325 )
2022-10-31 16:10:11 -04:00
Elliot DeNolf
0420b6dc27
feat: enforce kebab-case slugs ( #1322 )
2022-10-31 11:11:00 -04:00
Elliot DeNolf
1ed867ce0c
docs: update examples with ts types
2022-08-23 11:43:24 -04:00
Elliot DeNolf
cc360191b5
docs: remove references to demo config
2022-07-19 11:09:13 -07:00
Dan Ribbens
f1b00e85fc
docs: update links
2022-06-29 11:19:34 -04:00
GeorgeyB
7ee374ea1a
Custom collection/global endpoints ( #607 )
...
* feat: add custom endpoints for collections and globals REST APIs
Co-authored-by: Dan Ribbens <dan.ribbens@gmail.com >
2022-05-30 12:43:18 -04:00
Dan Ribbens
99b9afc81c
chore: version documentation for local and graphql apis
2022-02-14 15:50:04 -05:00
James
cb422bb4c6
docs: accuracy improvements
2021-08-12 23:05:21 -04:00
James
aa81e04861
docs: typescript configs
2021-07-27 20:21:51 -04:00
Dan Ribbens
fe0098ccd9
feat: add component support to collection and global description
2021-07-27 12:53:43 -04:00
Dan Ribbens
29a1108518
feat: add descriptions to every allowed field type, globals and collections
2021-07-27 12:53:43 -04:00
Elliot DeNolf
b383eb65c6
feat: autolabel fields when label is omitted ( #42 )
...
* feat: autolabel fields when omitted
* feat: handle autolabel in graphql mutation build
* feat: autolabel blocks
* test: add required slug field to blocks
* feat: handle graphql names when label is false
* feat: adds relationship field to test searchable input
* feat: handle block cell type labeling pluralization
* docs: remove all explicit labeling, no longer needed
* fix: falsey column labels, allows false array labels
* fix: client tests
* fix: auto-labels globals
* docs: globals auto-labeling and hooks clarification
* fix; proper object type naming
Co-authored-by: James <james@trbl.design >
2021-04-16 22:37:08 -04:00
Dan Ribbens
fbf82fc205
docs: fixed broken links throughout docs
2021-03-04 08:01:20 -05:00
Jessica Boezwinkle
1ed189cfb9
fix: reverts ESLint syntax changes to mdx files
2021-02-04 11:36:09 -05:00
Jessica Boezwinkle
da61feb73b
feat: adds meta descriptions to docs
2021-02-04 11:04:18 -05:00
Elliot DeNolf
0575ab8125
docs: add desc and keywords
2021-01-09 10:32:22 -05:00
James
2b37bfd93e
docs: lowercases dir names
2021-01-06 08:37:29 -05:00