Skip to content

Commit e029633

Browse files
committed
docs: wip
1 parent 78e5fa8 commit e029633

2 files changed

Lines changed: 22 additions & 15 deletions

File tree

docs/pages/getting-started/initialize-project.mdx

Lines changed: 21 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -19,21 +19,28 @@ Run this command in your project directory to create a `devspace.yaml` config fi
1919
devspace init
2020
```
2121

22-
```bash
23-
24-
____ ____
25-
| _ \ _____ __/ ___| _ __ __ _ ___ ___
26-
| | | |/ _ \ \ / /\___ \| '_ \ / _` |/ __/ _ \
27-
| |_| | __/\ V / ___) | |_) | (_| | (_| __/
28-
|____/ \___| \_/ |____/| .__/ \__,_|\___\___|
29-
|_|
30-
22+
```
3123
32-
? How do you want to deploy this project? [Use arrows to move, type to filter]
33-
> helm: Use Component Helm Chart [QUICK START] (https://devspace.sh/component-chart/docs)
34-
helm: Use my own Helm chart (e.g. local via ./chart/ or any remote chart)
35-
kubectl: Use existing Kubernetes manifests (e.g. ./kube/deployment.yaml)
36-
kustomize: Use an existing Kustomization (e.g. ./kube/kustomization/)
24+
%########%
25+
%###########% ____ _____
26+
%#########% | _ \ ___ __ __ / ___/ ____ ____ ____ ___
27+
%#########% | | | | / _ \\ \ / / \___ \ | _ \ / _ | / __// _ \
28+
%#############% | |_| |( __/ \ V / ____) )| |_) )( (_| |( (__( __/
29+
%#############% |____/ \___| \_/ \____/ | __/ \__,_| \___\\___|
30+
%###############% |_|
31+
%###########%
32+
33+
34+
info Detecting programming language...
35+
36+
? Select the programming language of this project [Use arrows to move, type to filter]
37+
c# (dotnet)
38+
> go
39+
java-gradle
40+
java-maven
41+
javascript
42+
php
43+
python
3744
```
3845

3946
DevSpace will ask you a couple of questions about this project and then generate a `devspace.yaml` for you to start with. If you are using the quickstart projects, choose `Component Helm Chart` for the first question.

docs/pages/getting-started/installation.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Install DevSpace
3-
sidebar_label: 1. Download CLI
3+
sidebar_label: 1. Download DevSpace
44
---
55

66
import InstallFragment from '../_partials/install-cli.mdx';

0 commit comments

Comments
 (0)