text changes

This commit is contained in:
Tani Fiduccia 2019-11-12 16:35:52 -07:00
parent 1373a7c4cf
commit cfe67758fc
1 changed files with 4 additions and 4 deletions

View File

@ -9,15 +9,15 @@ export default {
return {
demos: [
{
title: 'Deploy service with Dockerfile',
title: 'Deploy service using a Dockerfile',
demo: 'serviceFromGit',
description: 'This demostrates how to use a dockerfile inside the Add Service.',
description: 'Clicking deploy will prefill the image section of Service with a Dockerfile.',
createPath: '/rio/services/create'
},
{
title: 'Create stack from GitHub',
title: 'Deploy stack using a Riofile',
demo: 'stackFromGit',
description: 'This is a demo rio script that will deploy a stack.',
description: 'Deploying a stack allows multiple resources to be deployed at once and updated through a rio file you keep in GitHub. Clicking deploy will pre-fill the stack fields with a demo rio file.',
createPath: '/rio/stack/create'
},
{