Skip to content

Commit

Permalink
remove cochat references
Browse files Browse the repository at this point in the history
  • Loading branch information
pzaichkina authored Jan 16, 2025
1 parent 636c7ea commit b179a1e
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 59 deletions.
20 changes: 0 additions & 20 deletions docs/enterprise/banks/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,26 +21,6 @@ banner_text: "Codat solves challenges for developers building the next generatio
Take your first steps through the information and support available to you.

<ul className="card-container">
<li className="card dark hypercard">
<div className="header">
<img
src="/img/cochat/logo-openai-mini.png"
className="mini-icon"
/>
<h3>Ask Cochat</h3>
</div>
<p>
Having trouble?{" "}
Get instant assistance with {" "}
<a href="https://cochat.codat.io" target="_blank">
Cochat,
</a>
our beta AI tool trained on the Codat docs. Try {" "}
<a href="https://cochat.codat.io" target="_blank">asking it a question</a>
{" or "}
<a href="/cochat">read more</a>.
</p>
</li>
<li className="card animation-pulse">
<div className="header">
<img
Expand Down
8 changes: 0 additions & 8 deletions docs/get-started/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,6 @@ import Cards from "@components/Cards";
>
Use our <a href="/get-started/libraries">client library SDKs</a> to get building quickly.
</Cards.Card>
<Cards.Card
image="/img/cochat/logo-openai-mini.png"
title="Ask Cochat"
className="dark hypercard"
>
Get instant assistance with{" "}<a href="https://cochat.codat.io" target="_blank">Cochat,</a> our beta AI tool trained on the Codat docs. Try <a href="https://cochat.codat.io" target="_blank">asking it a question</a>{" or "}<a href="/cochat">read more</a>.
</Cards.Card>
</Cards>
## Beginner guides
Expand Down
10 changes: 0 additions & 10 deletions docs/support/get-help.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -60,15 +60,5 @@ tags:
<a href="mailto:AR@codat.io">Raise a billing inquiry</a>{" "} with our accounts team.
</p>
</li>
<li className="card dark hypercard">
<div className="header">
<img src="/img/cochat/logo-openai-mini.png" className="mini-icon" />
<h3>Ask Cochat</h3>
</div>
<p>
Get instant assistance with{" "}<a href="https://cochat.codat.io" target="_blank">Cochat,</a>{" "}
our beta AI tool trained on the Codat docs. Try{" "}<a href="https://cochat.codat.io" target="_blank">asking it a question</a>{" or "}<a href="/cochat">read more</a>.
</p>
</li>
</ul>
</div>
21 changes: 0 additions & 21 deletions src/pages/support/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,27 +15,6 @@ const RaiseSupportTicket = () => {
</div>
<div className="container">
<ul className="card-container">
<li className="card dark hypercard">
<div className="header">
<img
src="/img/cochat/logo-openai-mini.png"
className="mini-icon"
/>
<h3>Ask Cochat</h3>
</div>
<p>
Having trouble? Get instant assistance with{" "}
<a href="https://cochat.codat.io" target="_blank">
Cochat,
</a>{" "}
our beta AI tool trained on the Codat docs. Try{" "}
<a href="https://cochat.codat.io" target="_blank">
asking it a question
</a>
{" or "}
<a href="/cochat">read more</a>.
</p>
</li>
<li className="card animation-pulse">
<div className="header">
<img src="/img/wp-icons/accounting-2.png" className="mini-icon" />
Expand Down

0 comments on commit b179a1e

Please sign in to comment.