forked from cloudposse/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.yaml
45 lines (37 loc) · 1.3 KB
/
README.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
name: "Developer Documentation"
github_repo: "cloudposse/docs"
license: "CC-BY-NC-SA-4.0"
badges:
- name: "Latest Release"
image: "https://img.shields.io/github/release/cloudposse/docs.svg"
url: "https://github.com/cloudposse/docs/releases"
- name: "Slack Community"
image: "https://slack.cloudposse.com/badge.svg"
url: "https://slack.cloudposse.com"
related:
- name: "Geodesic"
description: "Geodesic is the fastest way to get up and running with a rock solid, production grade cloud platform"
url: "https://github.com/cloudposse/geodesic"
description: |-
Welcome to the Cloud Posse Developer Hub Documentation Portal.
All documentation is published to [docs.cloudposse.com](https://docs.cloudposse.com). Here you'll find comprehensive guides and documentation to help you start working with the Cloud Posse technology stack as quickly as possible, as well as support if you get stuck.
Let's jump right in! Here's how to get started with our documentation.
include:
- "docs/targets.md"
usage: |-
1. Build dependencies
```
make all
```
2. Start local web server
```
make start
```
# Contributors to this project
contributors:
- name: "Erik Osterman"
github: "osterman"
- name: "Igor Rodionov"
github: "goruha"
- name: "Andriy Knysh"
github: "aknysh"