Skip to content

Commit

Permalink
docs: add missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr authored May 7, 2020
1 parent d9b8b32 commit b76ee9c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/docs/configure-deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ id: configure-deploy
title: Configure and Deploy
---

import useBaseUrl from '@docusaurus/useBaseUrl'

The ORY Oathkeeper HTTP serve process `oathkeeper serve` opens two ports
exposing the

Expand Down Expand Up @@ -426,4 +428,4 @@ Now where you have a basic monitoring setup running you can extend it by buildin
We have a pre built Dashboard which you can use to get started quickly:
[Oathkeeper-Dashboard.json](https://github.com/ory/oathkeeper/tree/master/contrib/grafana/Oathkeeper-Dashboard.json).
<img alt="ORY Oathkeeper with Prometheus and Grafana" src={useBaseUrl('img/docs/grafana.png')} />
<img alt="ORY Oathkeeper with Prometheus and Grafana" src={useBaseUrl('img/docs/grafana.png')} />

0 comments on commit b76ee9c

Please sign in to comment.