Skip to content

Commit

Permalink
Merge pull request #12 from joswayski/byokdocs
Browse files Browse the repository at this point in the history
BYOK Docs
  • Loading branch information
joswayski authored Jul 7, 2024
2 parents 25fc437 + 2934996 commit d886864
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
1 change: 1 addition & 0 deletions services/web/app/components/pricing.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ const tiers = [
"Dedicated email support\n\n\n(Mon-Fri 9am-12pm & 2pm-4pm Tokyo time)",
"Indexes available as a paid addon ($100/index/mo)",
"Employee pinky promise to not look at customer data to retaliate over a personal grievance",
"Bring Your Own API Key™ - use your own generated key to access our API",
"Backups",
],
featured: true,
Expand Down
18 changes: 18 additions & 0 deletions services/web/app/routes/docs._index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,22 @@ export default function Example() {
and the value being your API key. Endpoints are to the right (or
below on mobile).
</p>
<div className="rounded-md bg-blue-50 p-4 mt-4">
<div className="flex">
<div className="flex-shrink-0">
<InformationCircleIcon
aria-hidden="true"
className="h-5 w-5 text-blue-400"
/>
</div>
<div className="ml-3 flex-1 md:flex md:justify-between">
<p className="text-sm text-blue-700">
Enterprise customers can bring their own API keys! Simply
insert any items with whatever key that you want prefixed with <span className='font-bold'>enterprise-</span>
</p>
</div>
</div>
</div>
</div>
<div className="lg:w-1/2">
{faqs.map((faq) => (
Expand All @@ -94,3 +110,5 @@ export default function Example() {
</div>
);
}

import { InformationCircleIcon } from "@heroicons/react/20/solid";

0 comments on commit d886864

Please sign in to comment.