Skip to content

Commit

Permalink
docs: fix netlify deployment, broken link and syntax error (#233)
Browse files Browse the repository at this point in the history
* docs: fix netlify deployment by setting node to v12

* docs: fix formatting issue
  • Loading branch information
HendrikThePendric authored Jun 10, 2021
1 parent 428aec4 commit 5426206
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/guides/enable-auto-login.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ enableAutoLogin()

### Providing the login data

Please refer to [Adding login credentials](./add-login-credentials.md) and
Please refer to [Adding login credentials](guides/add-login-credentials) and
add the required data for logging in.
4 changes: 2 additions & 2 deletions docs/guides/using-the-network-shim.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,13 @@ To get up-and-running quickly do the following:
<br/>

1. Install tools needed to run the scripts in `package.json`:
_(or install the `start-server-and-test` package instead)_

```bash
yarn install -D wait-on concurrently
```

<br/>
_(or install the `start-server-and-test` package instead)_
<br/>

1. Create scripts `package.json` as demonstrated [here](#package-scripts-and-dependencies)
<br/>
Expand Down
2 changes: 2 additions & 0 deletions netlify.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[build]
command = "yarn docs:build"
publish = "dist"
[build.environment]
NODE_VERSION = "12"

0 comments on commit 5426206

Please sign in to comment.