105 Commits

Author SHA1 Message Date
Alexandre Bodin
55b977dc52 Review updates
Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
2020-04-29 11:24:05 +02:00
Alexandre Bodin
dbda1cc254 Fix wrong behavior of env helper with defautl values
Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
2020-04-29 11:06:44 +02:00
Alexandre Bodin
da910b0b39 Fix create new project cli option for mongo not handled correctly
Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>

Fix typos

Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>

Add tests for env helpers

Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>

Typo

Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
2020-04-29 11:06:44 +02:00
Alexandre Bodin
789e29e2c5 Updated deployment doc
Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
2020-04-29 11:06:43 +02:00
Alexandre Bodin
2e31afe6dd Upgrade doc to use env var and js config files
Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
2020-04-29 11:06:43 +02:00
Alexandre Bodin
a877a00934 Update docuemntation
Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
2020-04-29 11:06:41 +02:00
Alexandre Bodin
cbdc83d6d7 Move core middleware configs to the middleware concept doc
Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
2020-04-29 11:06:41 +02:00
Alexandre Bodin
eb706f2168 Init doc updates
Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
2020-04-29 11:06:40 +02:00
Daniel Schäfer
0e8dc2e917
Fix typo in documentation (#5866)
Signed-off-by: Daniel <epegzz@gmail.com>
2020-04-24 14:08:01 +02:00
Jim LAURIE
42e88b6723 Merge branch 'master' of https://github.com/strapi/strapi into documentation 2020-04-20 15:37:08 +02:00
Jim LAURIE
c4f02be4f3 docs: remove options from the model documentation
Signed-off-by: Jim LAURIE <j.laurie6993@gmail.com>
2020-04-20 15:26:45 +02:00
Alexandre BODIN
9f9eea03f0
Merge pull request #5778 from strapi/docs-upload-service
Fix upload models name definition
2020-04-20 09:32:32 +02:00
Jim LAURIE
88402aed1f docs: fix pr feedback
Signed-off-by: Jim LAURIE <j.laurie6993@gmail.com>
2020-04-18 10:17:37 +02:00
Convly
183ef9f6ee Add warning about consequences of renaming models.settings.json files & globalId
Signed-off-by: Convly <jean-sebastien.herbaux@epitech.eu>
2020-04-16 17:02:26 +02:00
Jim LAURIE
eb048eef93 docs: fix typo
Signed-off-by: Jim LAURIE <j.laurie6993@gmail.com>
2020-04-13 15:01:21 +02:00
Jim LAURIE
8daf68f976 docs: fix upload models name
Signed-off-by: Jim LAURIE <j.laurie6993@gmail.com>
2020-04-13 14:58:37 +02:00
Tim Gates
3e1409b42e
Merge branch 'master' into bugfix_typo_useful 2020-04-10 07:50:06 +10:00
Jim LAURIE
342cef19f4
Merge branch 'documentation' into docs-concepts-review 2020-04-09 11:43:01 +02:00
Jim LAURIE
7216f21760 docs: apply pr feedback 2020-04-09 11:41:55 +02:00
Tim Gates
0a4272811f
docs: Fix simple typo, usefull -> useful
There is a small typo in docs/3.0.0-beta.x/concepts/models.md.

Should read `useful` rather than `usefull`.

Signed-off-by: Tim Gates <tim.gates@iress.com>
2020-04-09 08:02:07 +10:00
Alexandre Bodin
e3b34580b5 extract params from ctx before caling services
Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
2020-04-02 19:51:24 +02:00
Jim LAURIE
390f72d512 docs: review concepts 2020-04-01 11:48:38 +02:00
Pierre Noël
1535735eb6 Merge branch 'master' into fix/#3409/relationTablesCantHaveLongNames
Signed-off-by: Pierre Noël <pierre.noel@strapi.io>
2020-03-30 15:42:08 +02:00
Alexandre BODIN
7b50291353
Merge pull request #5444 from strapi/fix/#4881/cantDisableOrOverrideRootPage
Add possibility to delete index.html + remove use of production.html
2020-03-30 15:02:01 +02:00
Pierre Noël
f2663eb1f7 improve joinTable customization + test collectionName duplicates
Signed-off-by: Pierre Noël <pierre.noel@strapi.io>
2020-03-27 15:51:23 +01:00
Michael-Scott-PC
e56fa01c1c
Documentation improvements 2020-03-22 18:28:03 +01:00
nikolasmelui
a74239c19c
Fix syntax error (#5516) 2020-03-20 14:45:47 +01:00
Pierre Noël
773a6525d4 little refacto of loading config + add doc
Signed-off-by: Pierre Noël <pierre.noel@strapi.io>
2020-03-09 17:04:15 +01:00
HichamELBSI
b5947621fc Merge branch 'master' into develop 2020-03-04 09:32:13 +01:00
Alexandre BODIN
b613c10e86
Merge pull request #5332 from strapi/single-types/migration-guide
Single types migration guide and policy doc update
2020-02-26 16:11:46 +01:00
HichamELBSI
ff870e7aa0 Merge branch 'develop' into features/single-types 2020-02-26 14:54:33 +01:00
Alexandre BODIN
d5de85e58f
Merge branch 'master' into docs/extend-service 2020-02-26 14:29:40 +01:00
Alexandre Bodin
fe5edf52bb Update policy documentations and add migration guide
Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
2020-02-26 13:39:05 +01:00
MattieBelt
0a22790e7b Fix 'Extending a Model Service' docs (create & update)
Signed-off-by: MattieBelt <mattiasvandenbelt@gmail.com>
2020-02-26 13:11:12 +01:00
Derrick Mehaffy
a5a48d8348
Added information about body and files to request docs
These paths to body and files differ from Koa's typical pathing, adding them to the docs temporarily until the docs are reworked.
Signed-off-by: Derrick Mehaffy <derrickmehaffy@gmail.com>
2020-02-24 08:34:04 -07:00
Alexandre Bodin
3ce852af61 User :: in policies prefix and update documentation accordingly
Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
2020-02-10 21:38:39 +01:00
Bart Duisters
76caff32db Grammar and punctuation of webhooks.md
Signed-off-by: Bart Duisters <bartduisters@bartduisters.com>
2020-02-08 19:58:12 +01:00
Bart Duisters
b5d5fb47b4 Grammar and punctuation of plugins.md
Signed-off-by: Bart Duisters <bartduisters@bartduisters.com>
2020-02-08 19:58:12 +01:00
Bart Duisters
22df0d85a1 Grammar and punctuation of logging.md
Signed-off-by: Bart Duisters <bartduisters@bartduisters.com>
2020-02-08 19:58:12 +01:00
Bart Duisters
e18408d4ba Grammar and punctuation of middlewares.md
Signed-off-by: Bart Duisters <bartduisters@bartduisters.com>
2020-02-08 19:58:12 +01:00
Bart Duisters
ff0ef9a204 Grammar and punctuation of hooks.md
Signed-off-by: Bart Duisters <bartduisters@bartduisters.com>
2020-02-08 19:58:12 +01:00
Bart Duisters
b12c965efc Grammar and punctuation of public-assets.md
Signed-off-by: Bart Duisters <bartduisters@bartduisters.com>
2020-02-08 19:58:12 +01:00
Bart Duisters
9fe015c5f8 Grammar and punctuation of policies.md
Signed-off-by: Bart Duisters <bartduisters@bartduisters.com>
2020-02-08 19:58:12 +01:00
Bart Duisters
6ead09f92f Grammar and punctuation of parameters.md
Signed-off-by: Bart Duisters <bartduisters@bartduisters.com>
2020-02-08 19:58:12 +01:00
Bart Duisters
75ea7c51f0 Grammar and punctuation of services.md
Signed-off-by: Bart Duisters <bartduisters@bartduisters.com>
2020-02-08 19:58:12 +01:00
Bart Duisters
4a49510d2d Grammar and punctuation of models.md
Signed-off-by: Bart Duisters <bartduisters@bartduisters.com>
2020-02-08 19:58:12 +01:00
Bart Duisters
788ee8cc26 Grammar of controllers.md
Signed-off-by: Bart Duisters <bartduisters@bartduisters.com>
2020-02-08 19:58:12 +01:00
Bart Duisters
f679e7d218 Grammar and punctuation of routing.md
Signed-off-by: Bart Duisters <bartduisters@bartduisters.com>
2020-02-08 19:58:12 +01:00
Bart Duisters
e303178150 Grammar and punctuation of customization.md
Signed-off-by: Bart Duisters <bartduisters@bartduisters.com>
2020-02-08 19:58:12 +01:00
Bart Duisters
d24a94d44e Grammar and punctuation of configurations.md
Signed-off-by: Bart Duisters <bartduisters@bartduisters.com>
2020-02-08 19:58:12 +01:00