Skip to content

Commit

Permalink
fix: correct CodeFromRemote syntax (#2626)
Browse files Browse the repository at this point in the history
  • Loading branch information
vinckr committed Jul 12, 2021
1 parent 8debee7 commit d3ee859
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
6 changes: 5 additions & 1 deletion docs/docs/5min-tutorial.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,11 @@ You can find it in
The configuration gets loaded in docker-compose as specified in the
[`quickstart.yml`](https://github.com/ory/hydra/blob/master/quickstart.yml).

<CodeFromRemote src="https://github.com/ory/hydra/blob/master/contrib/quickstart/5-min/hydra.yml" />
<CodeFromRemote
lang="js"
link="https://github.com/ory/hydra/blob/master/contrib/quickstart/5-min/hydra.yml"
src="https://raw.githubusercontent.com/ory/hydra/master/contrib/quickstart/5-min/hydra.yml"
/>

Have a look at the [reference configuration](./reference/configuration.md) for
further information on all possible configuration options.
6 changes: 5 additions & 1 deletion docs/versioned_docs/version-v1.10/5min-tutorial.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,11 @@ You can find it in
The configuration gets loaded in docker-compose as specified in the
[`quickstart.yml`](https://github.com/ory/hydra/blob/master/quickstart.yml).

<CodeFromRemote src="https://github.com/ory/hydra/blob/master/contrib/quickstart/5-min/hydra.yml" />
<CodeFromRemote
lang="js"
link="https://github.com/ory/hydra/blob/master/contrib/quickstart/5-min/hydra.yml"
src="https://raw.githubusercontent.com/ory/hydra/master/contrib/quickstart/5-min/hydra.yml"
/>

Have a look at the [reference configuration](./reference/configuration.md) for
further information on all possible configuration options.
6 changes: 5 additions & 1 deletion docs/versioned_docs/version-v1.9/5min-tutorial.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,11 @@ You can find it in
The configuration gets loaded in docker-compose as specified in the
[`quickstart.yml`](https://github.com/ory/hydra/blob/master/quickstart.yml).

<CodeFromRemote src="https://github.com/ory/hydra/blob/master/contrib/quickstart/5-min/hydra.yml" />
<CodeFromRemote
lang="js"
link="https://github.com/ory/hydra/blob/master/contrib/quickstart/5-min/hydra.yml"
src="https://raw.githubusercontent.com/ory/hydra/master/contrib/quickstart/5-min/hydra.yml"
/>

Have a look at the [reference configuration](./reference/configuration.md) for
further information on all possible configuration options.

0 comments on commit d3ee859

Please sign in to comment.