Skip to content

Commit

Permalink
Removed quickstarts
Browse files Browse the repository at this point in the history
Signed-off-by: Jorge Castillo <jcastillopino@users.noreply.github.com>
  • Loading branch information
jcastillopino authored Feb 5, 2025
1 parent 345a491 commit 3175f17
Showing 1 changed file with 15 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ git clone https://github.com/dapr/quickstarts.git
From the root of the Quickstart clone directory, navigate to the quickstart directory.

```bash
cd quickstarts/service_invocation/python/http
cd service_invocation/python/http
```

Install the dependencies for the `order-processor` and `checkout` apps:
Expand Down Expand Up @@ -191,7 +191,7 @@ git clone https://github.com/dapr/quickstarts.git
From the root of the Quickstart clone directory, navigate to the quickstart directory.

```bash
cd quickstarts/service_invocation/javascript/http
cd service_invocation/javascript/http
```

Install the dependencies for the `order-processor` and `checkout` apps:
Expand Down Expand Up @@ -331,7 +331,7 @@ git clone https://github.com/dapr/quickstarts.git
From the root of the Quickstart clone directory, navigate to the quickstart directory.

```bash
cd quickstarts/service_invocation/csharp/http
cd service_invocation/csharp/http
```

Install the dependencies for the `order-processor` and `checkout` apps:
Expand Down Expand Up @@ -475,7 +475,7 @@ git clone https://github.com/dapr/quickstarts.git
From the root of the Quickstart clone directory, navigate to the quickstart directory.

```bash
cd quickstarts/service_invocation/java/http
cd service_invocation/java/http
```

Install the dependencies for the `order-processor` and `checkout` apps:
Expand Down Expand Up @@ -614,7 +614,7 @@ git clone https://github.com/dapr/quickstarts.git
From the root of the Quickstart clone directory, navigate to the quickstart directory.

```bash
cd quickstarts/service_invocation/go/http
cd service_invocation/go/http
```

Install the dependencies for the `order-processor` and `checkout` apps:
Expand Down Expand Up @@ -763,7 +763,7 @@ In a terminal window, from the root of the Quickstart clone directory
navigate to `order-processor` directory.

```bash
cd quickstarts/service_invocation/python/http/order-processor
cd service_invocation/python/http/order-processor
```

Install the dependencies and build the application:
Expand Down Expand Up @@ -798,7 +798,7 @@ In a new terminal window, from the root of the Quickstart clone directory
navigate to the `checkout` directory.

```bash
cd quickstarts/service_invocation/python/http/checkout
cd service_invocation/python/http/checkout
```

Install the dependencies and build the application:
Expand Down Expand Up @@ -904,7 +904,7 @@ In a terminal window, from the root of the Quickstart clone directory
navigate to `order-processor` directory.

```bash
cd quickstarts/service_invocation/javascript/http/order-processor
cd service_invocation/javascript/http/order-processor
```

Install the dependencies:
Expand Down Expand Up @@ -932,7 +932,7 @@ In a new terminal window, from the root of the Quickstart clone directory
navigate to the `checkout` directory.

```bash
cd quickstarts/service_invocation/javascript/http/checkout
cd service_invocation/javascript/http/checkout
```

Install the dependencies:
Expand Down Expand Up @@ -1036,7 +1036,7 @@ In a terminal window, from the root of the Quickstart clone directory
navigate to `order-processor` directory.

```bash
cd quickstarts/service_invocation/csharp/http/order-processor
cd service_invocation/csharp/http/order-processor
```

Install the dependencies:
Expand Down Expand Up @@ -1068,7 +1068,7 @@ In a new terminal window, from the root of the Quickstart clone directory
navigate to the `checkout` directory.

```bash
cd quickstarts/service_invocation/csharp/http/checkout
cd service_invocation/csharp/http/checkout
```

Install the dependencies:
Expand Down Expand Up @@ -1174,7 +1174,7 @@ In a terminal window, from the root of the Quickstart clone directory
navigate to `order-processor` directory.

```bash
cd quickstarts/service_invocation/java/http/order-processor
cd service_invocation/java/http/order-processor
```

Install the dependencies:
Expand Down Expand Up @@ -1202,7 +1202,7 @@ In a new terminal window, from the root of the Quickstart clone directory
navigate to the `checkout` directory.

```bash
cd quickstarts/service_invocation/java/http/checkout
cd service_invocation/java/http/checkout
```

Install the dependencies:
Expand Down Expand Up @@ -1305,7 +1305,7 @@ In a terminal window, from the root of the Quickstart clone directory
navigate to `order-processor` directory.

```bash
cd quickstarts/service_invocation/go/http/order-processor
cd service_invocation/go/http/order-processor
```

Install the dependencies:
Expand Down Expand Up @@ -1339,7 +1339,7 @@ In a new terminal window, from the root of the Quickstart clone directory
navigate to the `checkout` directory.

```bash
cd quickstarts/service_invocation/go/http/checkout
cd service_invocation/go/http/checkout
```

Install the dependencies:
Expand Down

0 comments on commit 3175f17

Please sign in to comment.