Skip to content

Commit

Permalink
Fixing unicode
Browse files Browse the repository at this point in the history
  • Loading branch information
jayair committed Mar 10, 2023
1 parent 8ade79f commit 0548b41
Show file tree
Hide file tree
Showing 16 changed files with 26 additions and 26 deletions.
2 changes: 1 addition & 1 deletion _chapters/add-an-api-to-create-a-note.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ Note that, you'll need to have `sst dev` running for this to happen. If you had
You should see that the new API stack has been deployed.

```bash
Deployed:
Deployed:
StorageStack
ApiStack
ApiEndpoint: https://5bv7x0iuga.execute-api.us-east-1.amazonaws.com
Expand Down
2 changes: 1 addition & 1 deletion _chapters/add-an-api-to-delete-a-note.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Note that, you'll need to have `sst dev` running for this to happen. If you had
You should see that the API stack is being updated.

```bash
Deployed:
Deployed:
StorageStack
ApiStack
ApiEndpoint: https://5bv7x0iuga.execute-api.us-east-1.amazonaws.com
Expand Down
2 changes: 1 addition & 1 deletion _chapters/add-an-api-to-get-a-note.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Note that, you'll need to have `sst dev` running for this to happen. If you had
You should see that the API stack is being updated.

```bash
Deployed:
Deployed:
StorageStack
ApiStack
ApiEndpoint: https://5bv7x0iuga.execute-api.us-east-1.amazonaws.com
Expand Down
2 changes: 1 addition & 1 deletion _chapters/add-an-api-to-handle-billing.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ Note that, you'll need to have `sst dev` running for this to happen. If you had
You should see that the API stack is being updated.

```bash
Deployed:
Deployed:
StorageStack
ApiStack
...
Expand Down
2 changes: 1 addition & 1 deletion _chapters/add-an-api-to-list-all-the-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Note that, you'll need to have `sst dev` running for this to happen. If you had
You should see that the API stack is being updated.

```bash
Deployed:
Deployed:
StorageStack
ApiStack
ApiEndpoint: https://5bv7x0iuga.execute-api.us-east-1.amazonaws.com
Expand Down
2 changes: 1 addition & 1 deletion _chapters/add-an-api-to-update-a-note.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Note that, you'll need to have `sst dev` running for this to happen. If you had
You should see that the API stack is being updated.

```bash
Deployed:
Deployed:
StorageStack
ApiStack
ApiEndpoint: https://5bv7x0iuga.execute-api.us-east-1.amazonaws.com
Expand Down
2 changes: 1 addition & 1 deletion _chapters/adding-auth-to-our-serverless-app.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ Note that, you'll need to have `sst dev` running for this to happen. If you had
You should see something like this at the end of the deploy process.

```bash
Deployed:
Deployed:
StorageStack
ApiStack
ApiEndpoint: https://5bv7x0iuga.execute-api.us-east-1.amazonaws.com
Expand Down
2 changes: 1 addition & 1 deletion _chapters/create-a-dynamodb-table-in-sst.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ Note that, you'll need to have `sst dev` running for this to happen. If you had
You should see something like this at the end of the deploy process.

```bash
Deployed:
Deployed:
StorageStack
```

Expand Down
4 changes: 2 additions & 2 deletions _chapters/create-a-hello-world-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,11 @@ Running `sst dev` will take a couple of minutes to deploy your app and bootstrap
```txt
SST v2.1.14 ready!
App: notes
App: notes
Stage: Jay
Console: https://console.sst.dev/notes/Jay
Deployed:
Deployed:
API
ApiEndpoint: https://guksgkkr4l.execute-api.us-east-1.amazonaws.com
```
Expand Down
2 changes: 1 addition & 1 deletion _chapters/create-a-new-reactjs-app.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ Note that, you'll need to have `sst start` running for this to happen. If you ha
You should see that the new frontend stack has been deployed.

```bash
Deployed:
Deployed:
...
FrontendStack
SiteUrl: http://localhost:3000
Expand Down
2 changes: 1 addition & 1 deletion _chapters/create-an-s3-bucket-in-sst.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Note that, you'll need to have `sst dev` running for this to happen. If you had
You should see that the storage stack has been updated.

```bash
Deployed:
Deployed:
StorageStack
```

Expand Down
2 changes: 1 addition & 1 deletion _chapters/custom-domains-for-react-apps-on-aws.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ $ npx sst deploy --stage prod
This command will take a few minutes. At the end of the deploy process you should see something like this.

```bash
Deployed:
Deployed:
...
FrontendStack
SiteUrl: https://my-serverless-app.com
Expand Down
2 changes: 1 addition & 1 deletion _chapters/custom-domains-in-serverless-apis.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ This command will take a few minutes as it'll deploy your app to a completely ne
At the end of the deploy process you should see something like this.

```bash
Deployed:
Deployed:
StorageStack
ApiStack
ApiEndpoint: https://api.my-serverless-app.com
Expand Down
2 changes: 1 addition & 1 deletion _chapters/handling-secrets-in-sst.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ We are taking the environment variables in our SST app and passing it into our A
Switch over to your terminal and restart `sst dev` so that it picks up the new `.env.local` file.

```bash
Deployed:
Deployed:
StorageStack
ApiStack
...
Expand Down
18 changes: 9 additions & 9 deletions _examples/how-to-create-a-vuejs-app-with-serverless.md
Original file line number Diff line number Diff line change
Expand Up @@ -273,15 +273,15 @@ $ npx create-vue@latest
This command will install and execute [create-vue](https://github.com/vuejs/create-vue), the official Vue project scaffolding tool. You will be presented with prompts for a number of optional features such as TypeScript and testing support:

```bash
Project name: frontend
Add TypeScript? … No / Yes
Add JSX Support? … No / Yes
Add Vue Router for Single Page Application development? … No / Yes
Add Pinia for state management? … No / Yes
Add Vitest for Unit testing? … No / Yes
Add Cypress for both Unit and End-to-End testing? … No / Yes
Add ESLint for code quality? … No / Yes
Add Prettier for code formatting? … No / Yes
Project name: frontend
Add TypeScript? … No / Yes
Add JSX Support? … No / Yes
Add Vue Router for Single Page Application development? … No / Yes
Add Pinia for state management? … No / Yes
Add Vitest for Unit testing? … No / Yes
Add Cypress for both Unit and End-to-End testing? … No / Yes
Add ESLint for code quality? … No / Yes
Add Prettier for code formatting? … No / Yes

Scaffolding project in ./frontend
Done.
Expand Down
4 changes: 2 additions & 2 deletions _posts/2023-02-27-sst-v2.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,11 @@ Here's a quick rundown of the major changes.
```bash
SST v2.0.38 ready!

App: my-sst-app
App: my-sst-app
Stage: Jay
Console: https://console.sst.dev/my-sst-app/Jay

Deployed:
Deployed:
Database
Api
API: https://4f574d6lqc.execute-api.us-east-1.amazonaws.com
Expand Down

0 comments on commit 0548b41

Please sign in to comment.