Skip to content

Commit ee67388

Browse files
committed
Change docs
1 parent adf44af commit ee67388

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

docs/docs/configuration/config.yaml.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,18 @@
22
title: /.devspace/config.yaml
33
---
44

5-
This is an example of a [.devspace/config.yaml](#)
5+
This is a basic example of a .devspace/config.yaml. For a complete annotated version use the one below.
6+
```yaml
7+
version: v1alpha1
8+
cluster:
9+
# Use the free devspace-cloud to deploy the application
10+
cloudProvider: devspace-cloud
11+
# Options regarding the devspace
12+
devSpace:
13+
14+
```
15+
16+
This is a complete annoted example of a [.devspace/config.yaml](#)
617
```yaml
718
# Devspace version, currently is always v1
819
version: v1

0 commit comments

Comments
 (0)