Alexandre Bodin
ce53715714
Merge branch 'master' into develop
2019-11-28 17:33:40 +01:00
Jim LAURIE
2e6d0c7f41
Add GA in the docs
2019-11-28 11:45:45 +01:00
Jim LAURIE
e0b96b9738
Revert "Revert docs update"
2019-11-28 10:43:33 +01:00
Alexandre BODIN
0cc737145e
Merge branch 'master' into docs-website-link
2019-11-28 09:00:11 +01:00
Jim LAURIE
fd66ffb337
Merge branch 'master' into docs-warning-alpha
2019-11-27 18:14:00 +01:00
Jim LAURIE
11addd3485
Revert docs update
2019-11-27 18:13:18 +01:00
Jim LAURIE
d0563e8d38
Merge branch 'master' into docs-warning-alpha
2019-11-27 18:06:15 +01:00
Jim LAURIE
885f7c63f9
Fix docs build
2019-11-27 18:05:21 +01:00
Alexandre BODIN
2f3cd26acc
Merge branch 'master' into docs-warning-alpha
2019-11-27 17:30:00 +01:00
Jim LAURIE
6a2b667b74
Fix ;
2019-11-27 17:28:08 +01:00
Jim LAURIE
93130a1676
Display a deprecated message docs alpha
2019-11-27 17:26:30 +01:00
Jim LAURIE
bb2a54525d
Add a docker ref in the docs
2019-11-27 16:25:36 +01:00
Alexandre Bodin
49985eca53
Merge branch 'master' into develop
2019-11-27 15:28:06 +01:00
Jim LAURIE
ad6f613631
Merge branch 'master' into patch-1
2019-11-27 11:48:25 +01:00
Jim LAURIE
9eb1490a7a
Fix #4576 docs website link
2019-11-26 16:58:35 +01:00
Jim LAURIE
07fb1e5337
Merge branch 'master' into docs-custom-data-guide
2019-11-26 11:58:35 +01:00
Jim LAURIE
39ff488f95
Merge branch 'master' into docs-fixes
2019-11-26 11:57:54 +01:00
Jim LAURIE
5ec938ad93
Remove unnessecary comment
2019-11-26 11:50:39 +01:00
Jim LAURIE
6ab7d7528c
Fix typo feedback from Derrick
2019-11-26 11:24:29 +01:00
Jim LAURIE
bb3eef9eaf
Merge branch 'docs-custom-data-guide' of github.com:strapi/strapi into docs-custom-data-guide
2019-11-26 11:21:35 +01:00
Jim LAURIE
8c3e71b479
Typo
2019-11-26 11:21:19 +01:00
Jim LAURIE
813cd835cb
Merge branch 'master' into docs-custom-data-guide
2019-11-26 11:19:48 +01:00
Jim LAURIE
f884e39fbf
Fix typo
2019-11-26 11:18:39 +01:00
Jim LAURIE
ebe1a30271
Merge branch 'master' into docs-custom-admin-guide
2019-11-26 11:07:42 +01:00
Prakash Rajendran
9db2a25a77
Merge branch 'master' into patch-1
2019-11-25 22:33:01 +01:00
Jim LAURIE
3bc55a9e34
Fix typo
2019-11-25 19:47:30 +01:00
Jim LAURIE
5a37390d44
Fix typo
2019-11-25 19:16:42 +01:00
Jacob Sarnowski
92028780fe
Fix misleading database configuration documentation ( #4568 )
...
Resolves #4567
2019-11-25 18:51:58 +01:00
yinz
f3d8c7ffaf
docs: update doc ( #4588 )
2019-11-25 18:50:07 +01:00
Prakash Rajendran
708f713ab8
update link to pm2 guide
2019-11-23 23:58:11 +01:00
Jim LAURIE
7eea3860e5
Fix typo
2019-11-23 16:44:54 +01:00
Jim LAURIE
4cdf385ccf
Add guide to customize admin and plugin
2019-11-22 18:40:43 +01:00
Jim LAURIE
552caa9c35
Path on some documentation update
2019-11-22 15:03:20 +01:00
Jim LAURIE
7a6b4e133d
Add data response customization
2019-11-21 16:39:42 +01:00
Jim LAURIE
cde60b105e
Fix command
2019-11-21 14:54:19 +01:00
Jim LAURIE
1983e55807
Add process manager guide
2019-11-21 14:35:56 +01:00
Jim LAURIE
e981177fd1
Fix documentation redirection and css ( #4563 )
2019-11-21 11:33:31 +01:00
Jim LAURIE
1dabca7fe2
Merge branch 'master' into docs-vuepress-v1
2019-11-20 19:05:43 +01:00
Jim LAURIE
fbea27354c
Delete v1 sidebar
2019-11-20 19:05:03 +01:00
Pierre-Alexandre
88f6b675ff
valid JSON makes a working example ( #4552 )
2019-11-20 11:55:56 +01:00
Jim LAURIE
deaf6c3511
Merge branch 'master' into patch-2
2019-11-19 15:14:47 +01:00
Jim LAURIE
4b921d8778
Merge branch 'master' into patch-1
2019-11-19 15:11:49 +01:00
Alexandre BODIN
d949dfbdf9
Merge branch 'master' into typo-doc
2019-11-18 10:03:48 +01:00
Derrick Mehaffy
3fca72dc1e
Clarify usage of model in create and update examples
2019-11-17 23:20:49 -07:00
Thomas Plaçais
93938f3326
Correct typo in content-api documentation
2019-11-18 05:26:51 +00:00
Jim LAURIE
cdc07a6dff
Add the model value in the core controller docs
2019-11-14 19:14:45 +01:00
Jim LAURIE
3573b96a1a
Add guide to fetch and insert external data ( #4412 )
...
* Add guide to fetch and insert external data
* Fix typo
2019-11-13 18:47:10 +01:00
matthieuowlie
ef9de8815c
Add POST route /auth/send-email-confirmation ( #4270 )
...
* Add POST route /auth/send-email-confirmation to call sendEmailConfirmation function of plugin users-permissions
* Add documentation about /auth/send-email-confirmation POST route
* Added documentation in docs\3.0.0-beta.x\plugins\users-permissions about email confirmation function
* Update code example for send-email-confirmation function
2019-11-13 18:45:23 +01:00
Lydia
25115bef6d
Update migration-guide-alpha.26-to-beta.md
...
Please refer to issue #3971 for this fix
2019-11-13 20:07:09 +11:00
Lydia
233ca290de
Update migration-guide-alpha.26-to-beta.md
...
strapi-plugin-settings-manager is removed starting from 3.0.0-beta.14
2019-11-13 19:49:15 +11:00