Skip to content

Commit

Permalink
fix: md-lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
deepessh committed May 30, 2024
1 parent 0252d16 commit abe11a8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/pages/get-credential-apikey/index.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Get API Key Credential

import GetCredentialApiKey from "../credential/GetCredentialApiKey.js";

<GetCredentialApiKey />
2 changes: 2 additions & 0 deletions src/pages/get-credential-oauth/index.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Get OAuth S2S Credential

import GetCredentialOAuthS2s from "../credential/GetCredentialOAuthS2s.js"

<GetCredentialOAuthS2s />

0 comments on commit abe11a8

Please sign in to comment.