Skip to content

Commit

Permalink
rename doc titles
Browse files Browse the repository at this point in the history
  • Loading branch information
xhliu committed Jul 19, 2024
1 parent c15416b commit 41b01da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,11 @@ const config = {
type: "doc",
docId: "overview",
position: "left",
label: "SDK",
label: "Docs",
},
{
position: "left",
label: "OpenAPI",
label: "API",
to: "/open-api/overview",
},
{
Expand Down
2 changes: 1 addition & 1 deletion open-api/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ id: open-api-overview
sidebar_position: 0
---

# Open API Overview
# API Overview

Our open API uses an HTTP bearer token to authenticate. You can refer to this [doc](https://docs.scrypt.io/advanced/how-to-integrate-scrypt-service#get-an-api-key) to get an API key as the bearer token.

Expand Down

0 comments on commit 41b01da

Please sign in to comment.