-
-
Notifications
You must be signed in to change notification settings - Fork 27
/
README.yaml
47 lines (39 loc) · 1.38 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
46
47
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?style=for-the-badge"
url: "https://github.com/cloudposse/docs/releases"
- name: "Slack Community"
image: "https://slack.cloudposse.com/for-the-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"
- name: "Benjamin Smith"
github: "Benbentwo"