Alexandre Bodin
89fee54582
Merge branch 'v4/backend' into v4/database
2021-07-30 09:50:40 +02:00
Alexandre Bodin
b4ecb48c44
Remove mongoose connector
2021-06-29 16:27:35 +02:00
Alexandre BODIN
eda51cc08a
Merge pull request #10518 from strapi/drop-node-10
...
Drop support for node10
2021-06-23 18:32:04 +02:00
Convly
13052049b0
Add support for node 16, update readme
2021-06-23 07:55:40 +02:00
Aurélien GEORGET
4e125cd5fe
Update README.md ( #10506 )
...
* Update README.md
Update link that warns users before starting using MongoDB
* Update README.md
Co-authored-by: Alexandre BODIN <alexandrebodin@users.noreply.github.com>
2021-06-21 11:50:37 +02:00
DMehaffy
5207606c6d
Update badges and copy README to main Strapi package for NPM ( #10398 )
...
* Update Readme to remove old badges
Removed the old Travis badge and swapped the Slack one for the Discord one
* Copy in main README per Victor
Signed-off-by: Derrick Mehaffy <derrickmehaffy@gmail.com>
2021-05-31 11:37:37 +02:00
DMehaffy
6b8aedf7b7
Update slack to discord ( #10381 )
2021-05-26 09:11:12 +02:00
SorinGFS
55eaa91fec
Update: dropping MongoDB support ( #10266 )
2021-05-24 13:58:59 +02:00
DMehaffy
ba0637e26b
Update all documentation links in the code-base and readmes ( #9643 )
...
Signed-off-by: Derrick Mehaffy <derrickmehaffy@gmail.com>
2021-03-09 09:13:15 +01:00
Maxime Castres
b8327cb996
Add demo link on top of the README to be more visible ( #9407 )
...
Co-authored-by: DMehaffy <derrickmehaffy@gmail.com>
2021-02-22 10:13:48 +01:00
Tuna Sakar
f8898b1662
Update README.md ( #9380 )
...
fastandcomfy.io is down!
2021-02-15 08:49:44 +01:00
Jorrit Schippers
3f63902d4b
Use https:// in package.json and README.md files ( #9227 )
...
Signed-off-by: Jorrit Schippers <jorrit@ncode.nl>
2021-01-26 17:06:25 +01:00
Maxime Castres
a63901d205
Update README to include a section for the live demo ( #9089 )
2021-01-13 12:07:11 +01:00
DMehaffy
aad1c2fa03
Cleaning up codebase for doc repo move ( #8892 )
...
* [WIP] Cleaning up codebase for doc repo move
WIP
* Fix deleted files, add links to doc repo issues
* Add repo note to readme
2020-12-18 15:50:37 +01:00
Alexandre Bodin
91beb162d3
Merge branch 'master' into documentation
2020-12-17 13:23:21 +01:00
Maxime Castres
e2b6b9706e
Add academy link to the README ( #8776 )
2020-12-01 07:56:32 -08:00
davidmauskop
b290d2ef34
Add Render as a deployment option ( #8642 )
...
* Add Render as a deployment option
Signed-off-by: David Mauskop <david@render.com>
* Apply suggestions from code review
Co-authored-by: meganelacheny <meganelacheny@gmail.com>
Signed-off-by: David Mauskop <david@render.com>
Co-authored-by: meganelacheny <meganelacheny@gmail.com>
2020-11-19 08:54:00 -07:00
Michael Bykovski
2f54d71ecb
less h ( #8446 )
2020-10-22 19:14:43 +02:00
Michael Bykovski
838b8ac58e
NodeJS 14 is supported now
...
NodeJS 14 is supported now, so remove the hint that it's not supported
2020-10-21 13:34:17 +02:00
yvesdo
94154d31df
Update Platform.sh button image URL ( #8300 )
...
Co-authored-by: Alexandre BODIN <alexandrebodin@users.noreply.github.com>
2020-10-12 19:29:38 +02:00
yvesdo
6b391844bf
Update Deploy Button URL ( #8299 )
2020-10-12 19:28:32 +02:00
Alexandre BODIN
2e24b6f864
Merge pull request #8011 from strapi/forum
...
Update all references from GHD to Forum
2020-09-24 15:15:29 +02:00
Derrick Mehaffy
7ecf2d74b8
Update all references from GHD to Forum
...
Signed-off-by: Derrick Mehaffy <derrickmehaffy@gmail.com>
2020-09-23 08:49:42 -07:00
Peter Etelej
318f20e826
Bump up minimum required Node to 10.16 ( #7962 )
...
Updated README docs & package.json `engine` versions to bump up the
minimum required Node version from `10.10` to `10.16` (or `10.16.0+`)
Strapi no longer supports `10.10` since it updated `sharp` to `0.26.0`
( https://github.com/strapi/strapi/pull/7729 ) which requires Node 10.16.0+
(See https://github.com/lovell/sharp/blob/master/docs/changelog.md#v0260---25th-august-2020 )
` yarn create strapi-app my-project --quickstart` on 10.10 fails with error
```
error sharp@0.26.0: The engine "node" is incompatible with this module. Expected version ">=10.16.0". Got "10.10.0"
error Found incompatible module.
```
Signed-off-by: Peter Etelej <peter@etelej.com>
2020-09-22 16:00:13 +02:00
DMehaffy
024b337b09
Update node version requirements for v10 to v12 ( #7409 )
...
Signed-off-by: Derrick Mehaffy <derrickmehaffy@gmail.com>
2020-09-02 17:11:59 +02:00
Darsh Shah
16b91851db
fix: image URL in README.md ( #6988 )
...
* Update README.md
updated logo image URL
* Updated link
* fix: image url
2020-07-27 22:18:17 +02:00
Alexandre Bodin
62b2192c95
Update license info
...
Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
2020-07-20 18:40:52 +02:00
Boom Lee
a26b4f65a8
Fix node version ( #6482 ) ( #6691 )
2020-06-16 11:32:23 +02:00
DMehaffy
0676a6aecb
Update README NPM badge from beta to latest ( #6561 )
...
Signed-off-by: Derrick Mehaffy <derrickmehaffy@gmail.com>
2020-06-05 13:36:32 +02:00
Alexandre BODIN
0d4d8ff1a4
Merge branch 'master' into docs/stable/typoFixes
2020-06-01 10:39:46 +02:00
Alexandre Bodin
e739c9d52b
remove beta warning
...
Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
2020-06-01 10:29:07 +02:00
Derrick Mehaffy
e4080daed5
merge some changes from #6386
2020-05-31 07:52:21 -07:00
Fiblan
2dbef5959a
Fix links that point to old documentation ( #6367 )
...
* Fix links that point to old documentation (examples)
Signed-off-by: Fabio Sfuncia <fsfuncia@unime.it>
Signed-off-by: Fabio Sfuncia <fib@tooware.com>
* Fix links that point to old documentation (CONTRIBUTING and README)
Signed-off-by: Fabio Sfuncia <fsfuncia@unime.it>
Signed-off-by: Fabio Sfuncia <fib@tooware.com>
* Fix links that point to old documentation (strapi-admin exposed links)
Signed-off-by: Fabio Sfuncia <fib@tooware.com>
2020-05-29 10:51:12 +02:00
Abdón Rodríguez Davila
d38b9d35b9
Fix multiple doc links ( #6375 )
2020-05-27 12:29:53 +02:00
soupette
372643303a
Update README
...
Signed-off-by: soupette <cyril.lpz@gmail.com>
2020-05-26 15:40:46 +02:00
yvesdo
13986f3813
Update Strapi screenshot
2020-05-26 15:26:52 +02:00
yvesdo
d754c2b102
Update README.md
2020-05-19 19:43:24 +02:00
Maxime Castres
00768bd1bd
Align buttons
2020-05-18 19:09:21 +02:00
Maxime Castres
b907750a50
Add 1 click buttons on the README.md
2020-05-18 18:54:26 +02:00
Jim LAURIE
0bd9832ad0
Merge branch 'master' into docs/fixLinks
2020-05-14 10:16:00 +02:00
Derrick Mehaffy
c91cb18d2b
Comment out bad links and fix read me, add link to update guide
...
Signed-off-by: Derrick Mehaffy <derrickmehaffy@gmail.com>
2020-04-20 22:58:14 -07:00
Derrick Mehaffy
a44d583828
Remove Stack Overflow and Spectrum from project and use GH Discussions
...
Signed-off-by: Derrick Mehaffy <derrickmehaffy@gmail.com>
2020-04-20 04:05:27 -07:00
Jim LAURIE
df1fed99ec
docs: update copyright date to 2020
2020-01-08 15:41:08 +01:00
Anand Chowdhary
aa69553246
Change "Mac O/S" to "macOS"
2019-12-04 11:53:44 -08:00
Jim LAURIE
fa10c384b6
Remove Heroku button
2019-10-02 17:29:04 +02:00
Alexandre Bodin
2530606e47
Merge branch 'master' into chore/routing-x-forwarded
2019-09-09 14:29:07 +02:00
davidkartuzinski
211f8d1846
clarified a sentence regarding the quickstart
2019-09-06 17:45:04 +02:00
davidkartuzinski
64f342234f
removed an unnecessary reference to the roadmap- the roadmap was referenced twice, a tiny restructure regarding the Community Support section and add an explanation about SQLite being using in the Quickstart
2019-09-06 17:16:43 +02:00
davidkartuzinski
8fefb18edf
Remove sponsors per @pierreburgy request September 2
2019-09-06 17:10:35 +02:00
davidkartuzinski
34d1e11dec
Readme to change image, and fix installation commands
2019-09-06 17:00:23 +02:00