Skip to content

Commit

Permalink
autogen(docs): generate and format documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Feb 25, 2021
1 parent e27cdab commit 2e85095
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions docs/docs/configure-deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ HS256, ...). Let's generate a key for the RS256 algorithm that will be used by
the id_token mutator:

```sh
$ docker run oryd/oathkeeper:v0.38.7-beta.1 credentials generate --alg RS256 > jwks.json
$ docker run oryd/oathkeeper:v0.38.8-beta.1 credentials generate --alg RS256 > jwks.json
```

### Dockerfile
Expand All @@ -246,7 +246,7 @@ files to the image:

```shell
$ cat << EOF > Dockerfile
FROM oryd/oathkeeper:v0.38.7-beta.1
FROM oryd/oathkeeper:v0.38.8-beta.1
ADD config.yaml /config.yaml
ADD rules.json /rules.json
Expand All @@ -268,7 +268,7 @@ Before building the Docker Image, we need to make sure that the local ORY
Oathkeeper Docker Image is on the most recent version:

```sh
$ docker pull oryd/oathkeeper:v0.38.7-beta.1
$ docker pull oryd/oathkeeper:v0.38.8-beta.1
```

Next we will build our custom Docker Image
Expand Down
4 changes: 2 additions & 2 deletions docs/docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ pre-built binaries, Docker Images and support various package managers.
We recommend using Docker to run ORY Oathkeeper:

```shell
$ docker pull oryd/oathkeeper:v0.38.7-beta.1
$ docker pull oryd/oathkeeper:v0.38.8-beta.1
$ docker run --rm -it oryd/oathkeeper help
```

Expand All @@ -31,7 +31,7 @@ On linux, you can use `bash <(curl ...)` to fetch the latest stable binary
using:

```shell
$ bash <(curl https://raw.githubusercontent.com/ory/oathkeeper/master/install.sh) -b . v0.38.7-beta.1
$ bash <(curl https://raw.githubusercontent.com/ory/oathkeeper/master/install.sh) -b . v0.38.8-beta.1
$ ./oathkeeper help
```

Expand Down
6 changes: 3 additions & 3 deletions docs/versioned_docs/version-v0.38/configure-deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ HS256, ...). Let's generate a key for the RS256 algorithm that will be used by
the id_token mutator:

```sh
$ docker run oryd/oathkeeper:v0.38.7-beta.1 credentials generate --alg RS256 > jwks.json
$ docker run oryd/oathkeeper:v0.38.8-beta.1 credentials generate --alg RS256 > jwks.json
```

### Dockerfile
Expand All @@ -246,7 +246,7 @@ files to the image:

```shell
$ cat << EOF > Dockerfile
FROM oryd/oathkeeper:v0.38.7-beta.1
FROM oryd/oathkeeper:v0.38.8-beta.1
ADD config.yaml /config.yaml
ADD rules.json /rules.json
Expand All @@ -268,7 +268,7 @@ Before building the Docker Image, we need to make sure that the local ORY
Oathkeeper Docker Image is on the most recent version:

```sh
$ docker pull oryd/oathkeeper:v0.38.7-beta.1
$ docker pull oryd/oathkeeper:v0.38.8-beta.1
```

Next we will build our custom Docker Image
Expand Down
4 changes: 2 additions & 2 deletions docs/versioned_docs/version-v0.38/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ pre-built binaries, Docker Images and support various package managers.
We recommend using Docker to run ORY Oathkeeper:

```shell
$ docker pull oryd/oathkeeper:v0.38.7-beta.1
$ docker pull oryd/oathkeeper:v0.38.8-beta.1
$ docker run --rm -it oryd/oathkeeper help
```

Expand All @@ -31,7 +31,7 @@ On linux, you can use `bash <(curl ...)` to fetch the latest stable binary
using:

```shell
$ bash <(curl https://raw.githubusercontent.com/ory/oathkeeper/master/install.sh) -b . v0.38.7-beta.1
$ bash <(curl https://raw.githubusercontent.com/ory/oathkeeper/master/install.sh) -b . v0.38.8-beta.1
$ ./oathkeeper help
```

Expand Down

0 comments on commit 2e85095

Please sign in to comment.