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 638267b commit 340f3a3
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 @@ -10,7 +10,7 @@ code when upgrading versions. Therefore, we do not make backwards compatibility
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](../reference/api.md)
Before you check out the SDKs, head over to the [REST API](../reference/api.mdx)
documentation which includes code samples for common programming languages for
each REST endpoint.

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 340f3a3

Please sign in to comment.