Skip to content

Commit

Permalink
Merge branch 'master' into v1-9-0
Browse files Browse the repository at this point in the history
  • Loading branch information
LoicPoullain committed May 25, 2020
2 parents f97b204 + b7e36a7 commit a5757bc
Show file tree
Hide file tree
Showing 21 changed files with 27 additions and 23 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Test

on: [push]
on:
push:
branches:
- master
pull_request:

jobs:
build:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<p align="center">
<a href="https://foalts.org/">Website</a>
-
<a href="https://foalts.gitbook.io/docs/content/">Documentation</a>
<a href="https://foalts.gitbook.io/docs/">Documentation</a>
-
<a href="https://twitter.com/foalts">Twitter</a>
-
Expand All @@ -66,7 +66,7 @@ $ npm run develop

The development server is started! Go to `http://localhost:3001` and find our welcoming page!

:point_right: [Continue with the tutorial](https://foalts.gitbook.io/docs/content/) :seedling:
:point_right: [Continue with the tutorial](https://foalts.gitbook.io/docs/) :seedling:

![Screenshot](./docs/screenshot.png)

Expand Down
4 changes: 2 additions & 2 deletions docs/tutorials/multi-user-todo-list/3-the-shell-scripts.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export const schema = {
type: 'object',
};

export async function main(args: { email: string, password: string }) {
export async function main(args: { email: string; password: string }) {
const connection = await createConnection();
try {
const user = new User();
Expand Down Expand Up @@ -100,7 +100,7 @@ export const schema = {
type: 'object',
};

export async function main(args: { owner: string, text: string }) {
export async function main(args: { owner: string; text: string }) {
const connection = await createConnection();
try {
const user = await connection.getRepository(User).findOne({ email: args.owner });
Expand Down
2 changes: 1 addition & 1 deletion packages/aws-s3/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ $ npm run develop

The development server is started! Go to `http://localhost:3001` and find our welcoming page!

[=> Continue with the tutorial](https://foalts.gitbook.io/docs/content/)
[=> Continue with the tutorial](https://foalts.gitbook.io/docs/)


## Why?
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ $ npm run develop

The development server is started! Go to `http://localhost:3001` and find our welcoming page!

[=> Continue with the tutorial](https://foalts.gitbook.io/docs/content/)
[=> Continue with the tutorial](https://foalts.gitbook.io/docs/)


## Why?
Expand Down
2 changes: 1 addition & 1 deletion packages/core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ $ npm run develop

The development server is started! Go to `http://localhost:3001` and find our welcoming page!

[=> Continue with the tutorial](https://foalts.gitbook.io/docs/content/)
[=> Continue with the tutorial](https://foalts.gitbook.io/docs/)


## Why?
Expand Down
2 changes: 1 addition & 1 deletion packages/csrf/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ $ npm run develop

The development server is started! Go to `http://localhost:3001` and find our welcoming page!

[=> Continue with the tutorial](https://foalts.gitbook.io/docs/content/)
[=> Continue with the tutorial](https://foalts.gitbook.io/docs/)


## Why?
Expand Down
2 changes: 1 addition & 1 deletion packages/ejs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ $ npm run develop

The development server is started! Go to `http://localhost:3001` and find our welcoming page!

[=> Continue with the tutorial](https://foalts.gitbook.io/docs/content/)
[=> Continue with the tutorial](https://foalts.gitbook.io/docs/)


## Why?
Expand Down
2 changes: 1 addition & 1 deletion packages/formidable/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ $ npm run develop

The development server is started! Go to `http://localhost:3001` and find our welcoming page!

[=> Continue with the tutorial](https://foalts.gitbook.io/docs/content/)
[=> Continue with the tutorial](https://foalts.gitbook.io/docs/)


## Why?
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ $ npm run develop

The development server is started! Go to `http://localhost:3001` and find our welcoming page!

[=> Continue with the tutorial](https://foalts.gitbook.io/docs/content/)
[=> Continue with the tutorial](https://foalts.gitbook.io/docs/)


## Why?
Expand Down
2 changes: 1 addition & 1 deletion packages/jwks-rsa/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ $ npm run develop

The development server is started! Go to `http://localhost:3001` and find our welcoming page!

[=> Continue with the tutorial](https://foalts.gitbook.io/docs/content/)
[=> Continue with the tutorial](https://foalts.gitbook.io/docs/)


## Why?
Expand Down
2 changes: 1 addition & 1 deletion packages/jwt/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ $ npm run develop

The development server is started! Go to `http://localhost:3001` and find our welcoming page!

[=> Continue with the tutorial](https://foalts.gitbook.io/docs/content/)
[=> Continue with the tutorial](https://foalts.gitbook.io/docs/)


## Why?
Expand Down
2 changes: 1 addition & 1 deletion packages/mongodb/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ $ npm run develop

The development server is started! Go to `http://localhost:3001` and find our welcoming page!

[=> Continue with the tutorial](https://foalts.gitbook.io/docs/content/)
[=> Continue with the tutorial](https://foalts.gitbook.io/docs/)


## Why?
Expand Down
2 changes: 1 addition & 1 deletion packages/mongoose/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ $ npm run develop

The development server is started! Go to `http://localhost:3001` and find our welcoming page!

[=> Continue with the tutorial](https://foalts.gitbook.io/docs/content/)
[=> Continue with the tutorial](https://foalts.gitbook.io/docs/)


## Why?
Expand Down
2 changes: 1 addition & 1 deletion packages/password/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ $ npm run develop

The development server is started! Go to `http://localhost:3001` and find our welcoming page!

[=> Continue with the tutorial](https://foalts.gitbook.io/docs/content/)
[=> Continue with the tutorial](https://foalts.gitbook.io/docs/)


## Why?
Expand Down
2 changes: 1 addition & 1 deletion packages/redis/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ $ npm run develop

The development server is started! Go to `http://localhost:3001` and find our welcoming page!

[=> Continue with the tutorial](https://foalts.gitbook.io/docs/content/)
[=> Continue with the tutorial](https://foalts.gitbook.io/docs/)


## Why?
Expand Down
2 changes: 1 addition & 1 deletion packages/social/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ $ npm run develop

The development server is started! Go to `http://localhost:3001` and find our welcoming page!

[=> Continue with the tutorial](https://foalts.gitbook.io/docs/content/)
[=> Continue with the tutorial](https://foalts.gitbook.io/docs/)


## Why?
Expand Down
2 changes: 1 addition & 1 deletion packages/storage/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ $ npm run develop

The development server is started! Go to `http://localhost:3001` and find our welcoming page!

[=> Continue with the tutorial](https://foalts.gitbook.io/docs/content/)
[=> Continue with the tutorial](https://foalts.gitbook.io/docs/)


## Why?
Expand Down
2 changes: 1 addition & 1 deletion packages/swagger/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ $ npm run develop

The development server is started! Go to `http://localhost:3001` and find our welcoming page!

[=> Continue with the tutorial](https://foalts.gitbook.io/docs/content/)
[=> Continue with the tutorial](https://foalts.gitbook.io/docs/)


## Why?
Expand Down
2 changes: 1 addition & 1 deletion packages/typeorm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ $ npm run develop

The development server is started! Go to `http://localhost:3001` and find our welcoming page!

[=> Continue with the tutorial](https://foalts.gitbook.io/docs/content/)
[=> Continue with the tutorial](https://foalts.gitbook.io/docs/)


## Why?
Expand Down
2 changes: 1 addition & 1 deletion packages/typestack/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ $ npm run develop

The development server is started! Go to `http://localhost:3001` and find our welcoming page!

[=> Continue with the tutorial](https://foalts.gitbook.io/docs/content/)
[=> Continue with the tutorial](https://foalts.gitbook.io/docs/)


## Why?
Expand Down

0 comments on commit a5757bc

Please sign in to comment.