Skip to content

Commit

Permalink
Merge pull request #138 from superfaceai/feat/hide-lob-api-example
Browse files Browse the repository at this point in the history
feat: hide lob example
  • Loading branch information
martyndavies authored Oct 3, 2023
2 parents e857e6d + 325551a commit e954c60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 14 deletions.
13 changes: 0 additions & 13 deletions docs/api-examples/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -30,19 +30,6 @@ Superface is the AI for APIs. It makes creating API integrations faster, and mor
</a>
</div>
</div>
<div className="col col--6">
<div className="card shadow">
<a href="/docs/api-examples/lob" className="menu__link">
<div className="card__body">
<h3>Lob</h3>
<p>
Add a new address that can be used to send postcards, letters, and
even checks.
</p>
</div>
</a>
</div>
</div>
<div className="col col--6">
<div className="card shadow">
<a href="/docs/api-examples/notion" className="menu__link">
Expand Down
3 changes: 2 additions & 1 deletion sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,8 @@ module.exports = {
items: [
'api-examples/hubspot',
'api-examples/infobip',
'api-examples/lob',
// Temporary disabled
// 'api-examples/lob',
'api-examples/notion',
'api-examples/pagerduty',
'api-examples/pipedrive',
Expand Down

0 comments on commit e954c60

Please sign in to comment.