Skip to content

Commit

Permalink
feat: add cta for try-it-out code blocks (#2644)
Browse files Browse the repository at this point in the history
Add a CTA to track interest in try-it-out code blocks.
  • Loading branch information
charislam authored Aug 23, 2023
1 parent 729631d commit 700eed5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion getting-started/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ the guide, you learn how to:
1. [Create your first Timescale service][services-create]
1. [Connect to your service][services-connect]
1. [Ingest some real financial data into your database][ingest-data]
1. [Construct some interesting queries][queries]
1. [Construct some interesting queries][queries] <FeaturedCTA href="/getting-started/latest/queries/#try-it-out-code-block-1" data-tracking="cta-try-out-queries">Try out some <b>live queries</b></FeaturedCTA>
1. [Create and query a continuous aggregates][caggs]

When you have finished this guide, you might want to check out some
Expand Down
2 changes: 1 addition & 1 deletion getting-started/queries.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ LIMIT 10
SQL query against a live instance curated by Timescale.
</Highlight>

<TryItOutCodeBlock queryId="getting-started-srt-4-days" />
<TryItOutCodeBlock id="try-it-out-code-block-1" queryId="getting-started-srt-4-days" />

1. Type `q` to return to the `psql` prompt.

Expand Down

0 comments on commit 700eed5

Please sign in to comment.