Skip to content

Commit

Permalink
prepare for other SDKs
Browse files Browse the repository at this point in the history
  • Loading branch information
aviau committed Sep 13, 2024
1 parent ea28113 commit f0186b1
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 5 deletions.
16 changes: 11 additions & 5 deletions docs/introduction/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,6 @@ The Flare API can be used to access Flare's search capabilities, configure monit

<CardGroup cols={2}>

<Card title="Python SDK" icon="toolbox" href="/concepts/sdk">
The Python SDK exposes a small requests wrapper
that automatically manages authentication.
</Card>

<Card title="Authentication" icon="key" href="/concepts/authentication">
Create an API Key and obtain API tokens.
</Card>
Expand All @@ -27,6 +22,17 @@ The Flare API can be used to access Flare's search capabilities, configure monit

</CardGroup>

## SDK

<CardGroup cols={2}>

<Card title="Python SDK" icon="toolbox" href="/sdk/python">
The Python SDK exposes a small requests wrapper
that automatically manages authentication.
</Card>

</CardGroup>

## Guides

<CardGroup cols={2}>
Expand Down
6 changes: 6 additions & 0 deletions docs/mint.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,12 @@
"concepts/paging"
]
},
{
"group": "SDK",
"pages": [
"sdk/python"
]
},
{
"group": "Advanced",
"pages": [
Expand Down
File renamed without changes.

0 comments on commit f0186b1

Please sign in to comment.