Skip to content

Commit 4528463

Browse files
committed
fix
1 parent d6561eb commit 4528463

2 files changed

Lines changed: 13 additions & 13 deletions

File tree

getting-started/index.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ nav_order: 2
66
expanded: true
77
has_children: true
88
description: >-
9-
Get started with the HTML/CSS to Image API. Quick start guide with examples for Python, PHP, JavaScript, Ruby, Go, Java, Rust, Kotlin, Elixir, and Zig.
9+
Get started with the HTML/CSS to Image API. Quick start guide with examples for Python, PHP, JavaScript, Ruby, Go, C#, Rust, TypeScript and more.
1010
---
1111
# Getting started
1212
{: .no_toc }
@@ -76,15 +76,14 @@ Get started quickly with code samples in your language:
7676
- [JavaScript](/example-code/javascript)
7777
- [Ruby](/example-code/ruby)
7878
- [Python](/example-code/python)
79+
- [TypeScript](/example-code/typescript)
80+
- [C#](/example-code/c)
7981
- [Go](/example-code/go)
82+
- [cURL](/example-code/curl)
8083
- [Java](/example-code/java)
8184
- [Rust](/example-code/rust)
8285
- [Kotlin](/example-code/kotlin)
8386
- [Elixir](/example-code/elixir)
84-
- [Zig](/example-code/zig)
85-
- [C#](/example-code/c)
86-
- [cURL](/example-code/curl)
87-
- [VB.NET](/example-code/vb.net)
8887
- [Google Apps Script](/example-code/google-apps-script)
8988

9089
<hr>

index.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ nav_order: 1
55
---
66

77
# HTML/CSS to Image API
8+
89
{: .fs-9 }
910

1011
Your search for pixel perfect image generation ends here.
@@ -52,14 +53,14 @@ curl -X POST https://hcti.io/v1/image -u 'UserID:APIKey' \
5253

5354
Choose your path to get started:
5455

55-
| I want to... | Go here |
56-
|:-------------|:--------|
57-
| **Read the API docs** | [Using the API](/getting-started/using-the-api/) |
58-
| **Design a reusable template** | [Template Editor](/template-editor/) |
59-
| **See example code** | [PHP](/example-code/php), [JavaScript](/example-code/javascript), [Ruby](/example-code/ruby), [Python](/example-code/python), [Go](/example-code/go), [Java](/example-code/java), [Rust](/example-code/rust), [Kotlin](/example-code/kotlin), [Elixir](/example-code/elixir), [Zig](/example-code/zig), [cURL](/example-code/curl), [C#](/example-code/c) |
60-
| **Use with AI assistants** | [MCP Server](/integrations/mcp/) for Cursor, Claude, Windsurf, and more |
61-
| **No-code options** | [Zapier](/integrations/zapier/) or [Make](/integrations/make/) |
62-
| **See use cases** | [Use Cases & Examples](/use-cases/) |
56+
| I want to... | Go here |
57+
|:-------------------------------|:------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
58+
| **Read the API docs** | [Using the API](/getting-started/using-the-api/) |
59+
| **Design a reusable template** | [Template Editor](/template-editor/) |
60+
| **See example code** | [PHP](/example-code/php), [JavaScript](/example-code/javascript), [Ruby](/example-code/ruby), [Python](/example-code/python), [Go](/example-code/go), [cURL](/example-code/curl), [C#](/example-code/c), [TypeScript](/example-code/typescript), [Java](/example-code/java), [Rust](/example-code/rust), [Kotlin](/example-code/kotlin), [Elixir](/example-code/elixir) |
61+
| **Use with AI assistants** | [MCP Server](/integrations/mcp/) for Cursor, Claude, Windsurf, and more |
62+
| **No-code options** | [Zapier](/integrations/zapier/) or [Make](/integrations/make/) |
63+
| **See use cases** | [Use Cases & Examples](/use-cases/) |
6364

6465
{% include hint.md title="Works with any language" text="Don't see your language? The API works with anything that can make HTTP requests. See the [cURL example](/example-code/curl/) and adapt it to your stack." %}
6566

0 commit comments

Comments
 (0)