Skip to content

Commit d14b59c

Browse files
authored
release v3.3.1 (#1099)
* update redirects * update locale configurations * update copy * update refs to chainhook -> chainhooks * fix link validation for locale * update locale content * update chainhook copy * update locale lockfile
1 parent 0711a0a commit d14b59c

File tree

126 files changed

+791
-1335
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

126 files changed

+791
-1335
lines changed

app/[locale]/(home)/_pages/page.en.tsx

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ export default function HomePage() {
5858
<SmallCard
5959
icon={<Chainhook />}
6060
badge="beta"
61-
href="/tools/chainhook"
62-
title="Chainhook"
61+
href="/tools/chainhooks"
62+
title="Chainhooks"
6363
description="Create custom event streams and triggers for real-time blockchain data processing."
6464
/>
6565
<SmallCard
@@ -90,6 +90,19 @@ export default function HomePage() {
9090
title="Stacks Blockchain API"
9191
description="Comprehensive REST API for interacting with the Stacks blockchain and network data."
9292
/>
93+
<SmallCard
94+
icon={<StacksIcon />}
95+
href="/apis/stacks-node-rpc-api"
96+
title="Stacks Node RPC API"
97+
description="Raw blockchain node methods: submit txs, call read-only contracts, query mempool/state."
98+
/>
99+
<SmallCard
100+
icon={<Chainhook />}
101+
href="/apis/chainhooks-api"
102+
title="Chainhooks API"
103+
badge="new"
104+
description="RESTful API for accessing Chainhook."
105+
/>
93106
<SmallCard
94107
icon={<API />}
95108
href="/apis/token-metadata-api"

app/[locale]/(home)/_pages/page.es.tsx

Lines changed: 15 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/[locale]/(home)/apis/_pages/page.en.tsx

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { Cards, IndexCard } from '@/components/card';
2-
import { API, Hiro, Ordinals, Runes, StacksIcon } from '@/components/ui/icon';
2+
import { API, Chainhook, Hiro, Ordinals, Runes, StacksIcon } from '@/components/ui/icon';
33

44
export default function APIsPage() {
55
return (
@@ -23,6 +23,13 @@ export default function APIsPage() {
2323
title="Stacks Node RPC API"
2424
description="Raw blockchain node methods: submit txs, call read-only contracts, query mempool/state."
2525
/>
26+
<IndexCard
27+
icon={<Chainhook />}
28+
href="/apis/chainhooks-api"
29+
title="Chainhooks API"
30+
badge="new"
31+
description="RESTful API for accessing Chainhook."
32+
/>
2633
<IndexCard
2734
icon={<API />}
2835
href="/apis/token-metadata-api"

app/[locale]/(home)/apis/_pages/page.es.tsx

Lines changed: 8 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/[locale]/(home)/tools/_pages/page.en.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ export default function ToolsPage() {
1313
</div>
1414
<Cards>
1515
<IndexCard
16-
href="/tools/chainhook"
17-
title="Chainhook"
16+
href="/tools/chainhooks"
17+
title="Chainhooks"
1818
icon={<Chainhook />}
1919
badge="beta"
2020
tag="Stacks"

app/[locale]/(home)/tools/_pages/page.es.tsx

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/layout.config.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ export const baseOptions: BaseLayoutProps = {
2222
text: 'Tools',
2323
items: [
2424
{
25-
text: 'Chainhook',
25+
text: 'Chainhooks',
2626
description: 'Monitor and analyze Clarity smart contract activity.',
27-
url: '/tools/chainhook',
27+
url: '/tools/chainhooks',
2828
isBeta: true,
2929
},
3030
{
@@ -70,9 +70,9 @@ export const baseOptions: BaseLayoutProps = {
7070
url: '/apis/token-metadata-api',
7171
},
7272
{
73-
text: 'Chainhook API',
73+
text: 'Chainhooks API',
7474
description: 'RESTful API for accessing Chainhook',
75-
url: '/apis/chainhook-api',
75+
url: '/apis/chainhooks-api',
7676
isNew: true,
7777
},
7878
{

components/card.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -272,8 +272,8 @@ export function SmallCard({
272272
</div>
273273
)}
274274
<div className="flex flex-col w-full">
275-
<div className="flex items-center gap-2">
276-
<h3 className="mb-1 font-inter font-medium text-md text-primary dark:text-[#f6f5f3]">
275+
<div className="mb-1 flex items-center gap-2">
276+
<h3 className="font-inter font-medium text-md text-primary dark:text-[#f6f5f3]">
277277
{title}
278278
</h3>
279279
{badge && (

components/filter-popover.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@ const CATEGORIES = [
99
{ label: 'Stacks.js', value: 'stacks.js' },
1010
{ label: 'Clarity', value: 'clarity' },
1111
{ label: 'Bitcoin', value: 'bitcoin' },
12-
// { label: "Chainhook", value: "chainhook" },
1312
{ label: 'API', value: 'api' },
14-
// { label: "Clarinet", value: "clarinet" },
1513
];
1614

1715
interface FilterPopoverProps {

components/search-dialog.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -247,9 +247,9 @@ function extractSnippet(text: string | undefined, maxLength = 80): string {
247247
const navigateItems = [
248248
{
249249
id: 'chainhook',
250-
title: 'Chainhook',
250+
title: 'Chainhooks',
251251
icon: Webhook,
252-
href: '/tools/chainhook',
252+
href: '/tools/chainhooks',
253253
},
254254
{
255255
id: 'bitcoin-indexer',

0 commit comments

Comments
 (0)