Skip to content

Commit

Permalink
docs: use mdx for api reference
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed May 29, 2020
1 parent 74e935e commit 368f073
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion docs/docs/sdk/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ promises with regards to the generated SDKs. We hope to improve this process in
the future.

Before you check out the SDKs, head over to the
[REST API](oathkeeper/sdk/api.md) documentation which includes code samples for
[REST API](oathkeeper/sdk/api.mdx) documentation which includes code samples for
common programming languages for each REST endpoint.

We publish our SDKs for popular languages in their respective package
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.0",
"private": true,
"scripts": {
"gen": "cd .. && node ./docs/scripts/fix-api.js ./docs/docs/reference/api.md && node ./docs/scripts/config.js docs/config.js",
"gen": "cd .. && node ./docs/scripts/fix-api.js ./docs/docs/reference/api.mdx && node ./docs/scripts/config.js docs/config.js",
"docusaurus": "docusaurus",
"start": "docusaurus start",
"build": "docusaurus build",
Expand Down

0 comments on commit 368f073

Please sign in to comment.