Skip to content

Commit

Permalink
make doc accessible for cookies endpoint and guide (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
bendoyon authored Oct 29, 2024
1 parent f99ddac commit d437d05
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 4 deletions.
4 changes: 4 additions & 0 deletions docs/api-reference/leaksdb/endpoints/post-cookies-search.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ title: "Search Cookies (beta)"
api: "POST https://api.flare.io/leaksdb/v2/cookies/_search"
---

import GatedAccessFeature from '/snippets/gated-access-feature.mdx';

<GatedAccessFeature />

Returns a list of credentials matching the query provided.

<ResponseExample>
Expand Down
2 changes: 1 addition & 1 deletion docs/guides/cookie-monitoring.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "Monitor Leaked Cookies for your Domain (beta)"
title: "Monitor Leaked Cookies for Your Domain (beta)"
---

import GatedAccessFeature from '/snippets/gated-access-feature.mdx';
Expand Down
8 changes: 6 additions & 2 deletions docs/introduction/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ The Flare API can be used to access Flare's search capabilities, configure monit

<CardGroup cols={2}>

<Card title="Global Search" icon="magnifying-glass" href="/guides/global-search">
Search in all of Flare's events using the Search API.
</Card>

<Card title="List Events Within a Tenant" icon="list" href="/guides/tenant-events">
Export or search within all events associated within your tenant.
</Card>
Expand All @@ -50,8 +54,8 @@ The Flare API can be used to access Flare's search capabilities, configure monit
Export all of Flare's leaked credentials for a given domain.
</Card>

<Card title="Global Search" icon="magnifying-glass" href="/guides/global-search">
Search in all of Flare's events using the Search API.
<Card title="Cookie Monitoring" icon="cookie" href="/guides/cookie-monitoring">
Monitor leaked cookies for your domain.
</Card>

</CardGroup>
Expand Down
9 changes: 8 additions & 1 deletion docs/mint.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,8 @@
"pages": [
"guides/global-search",
"guides/tenant-events",
"guides/credentials-export-domain"
"guides/credentials-export-domain",
"guides/cookie-monitoring"
]
},
{
Expand Down Expand Up @@ -151,6 +152,12 @@
"pages": [
"api-reference/leaksdb/endpoints/post-by-accounts"
]
},
{
"group": "Cookies",
"pages": [
"api-reference/leaksdb/endpoints/post-cookies-search"
]
}
]
},
Expand Down

0 comments on commit d437d05

Please sign in to comment.