import React from 'react'; import styled from 'styled-components'; import remcalc from 'remcalc'; import { LayoutContainer } from '@components/layout'; import { Col, Row } from 'react-styled-flexboxgrid'; import { Button, P, H2, H3 } from 'joyent-ui-toolkit'; const StyledBox = styled.div` box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.05); border: solid 1px #d8d8d8; padding: ${remcalc('6 18 24')}; & + & { margin-top: ${remcalc(24)}; } `; export default () => (

Services

Import your services

You can import your services from a Git repository hosting service. Learn more.

Alternatively, you can upload or edit manifest file.

Manifest is a file describing your services. It is similar to Docker Compose file. You can upload a file from you local machine or edit it manually. Learn more.

);