Housekeeping (#100)

* Fix redis documentation link address

* Clean grammar and stray apostrophe characters
This commit is contained in:
Andrew Wong
2019-10-20 06:14:53 +11:00
committed by Kasra Bigdeli
parent 14ffb08e59
commit d605cd6b11
79 changed files with 118 additions and 118 deletions

View File

@@ -56,20 +56,20 @@
},
"instructions": {
"start": "API creation made simple, secure and fast. The most advanced open-source Content Management Framework to build powerful API with no effort. Read more here: https://strapi.io \n\nNOTE: Hardware requirements: \n2GB minimum RAM required\n1Ghz minimum CPU clock speed",
"end": "Strapi is deployed and available as $$cap_appname-core \n IMPORTANT!! It takes up to 2 minutes for Strapi to boot up. You will see 502 Error until the startup is finished."
"end": "Strapi is deployed and available as $$cap_appname-core \n IMPORTANT!! It takes up to 2 minutes for Strapi to boot up. You will see a 502 Error until the startup is finished."
},
"variables": [{
"id": "$$cap_strapi_version",
"label": "Strapi Version",
"defaultValue": "3.0.0-alpha.24.1",
"description": "Checkout their github page for the valid versions https://github.com/strapi/strapi/releases",
"description": "Check out their GitHub page for the valid versions https://github.com/strapi/strapi/releases",
"validRegex": "/^([^\\s^\\/])+$/"
},
{
"id": "$$cap_mongo_version",
"label": "MongoDB Version",
"defaultValue": "4",
"description": "Checkout their docker page for the valid tags https://hub.docker.com/r/library/mongo/tags/",
"description": "Check out their Docker page for the valid tags https://hub.docker.com/r/library/mongo/tags/",
"validRegex": "/^([a-zA-Z0-9])+$/"
},
{