fix: update SDK list to include all 5 languages
Some checks failed
Build & Deploy to Staging / Build & Deploy to Staging (push) Has been cancelled

This commit is contained in:
OpenClaw 2026-02-22 10:03:00 +00:00
parent 52e9b860cf
commit 4169a9f470
4 changed files with 8 additions and 4 deletions

View file

@ -4,7 +4,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Code Examples — DocFast HTML to PDF API</title>
<meta name="description" content="Practical html to pdf api examples — generate pdf from html code, invoice pdf api, markdown to pdf, Node.js and Python integrations.">
<meta name="description" content="Practical html to pdf api examples — generate pdf from html code, invoice pdf api, markdown to pdf, Node.js, Python, Go, PHP and Laravel integrations.">
<meta property="og:title" content="Code Examples — DocFast HTML to PDF API">
<meta property="og:description" content="Practical code examples for generating PDFs from HTML, Markdown, and more with the DocFast API.">
<meta property="og:url" content="https://docfast.dev/examples">
@ -113,6 +113,8 @@ footer .container { display: flex; justify-content: space-between; align-items:
<a href="#receipt">Receipt</a>
<a href="#nodejs">Node.js</a>
<a href="#python">Python</a>
<a href="#go">Go</a>
<a href="#php">PHP</a>
</nav>
<!-- Invoice -->

View file

@ -450,7 +450,7 @@ html, body {
<section class="features" id="features">
<div class="container">
<h2 class="section-title">Everything you need</h2>
<p class="section-sub">Official SDKs for Node.js and Python. Or just use curl.</p>
<p class="section-sub">Official SDKs for Node.js, Python, Go, PHP, and Laravel. Or just use curl.</p>
<div class="features-grid">
<div class="feature-card">
<div class="feature-icon" aria-hidden="true"></div>

View file

@ -4,7 +4,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Code Examples — DocFast HTML to PDF API</title>
<meta name="description" content="Practical html to pdf api examples — generate pdf from html code, invoice pdf api, markdown to pdf, Node.js and Python integrations.">
<meta name="description" content="Practical html to pdf api examples — generate pdf from html code, invoice pdf api, markdown to pdf, Node.js, Python, Go, PHP and Laravel integrations.">
<meta property="og:title" content="Code Examples — DocFast HTML to PDF API">
<meta property="og:description" content="Practical code examples for generating PDFs from HTML, Markdown, and more with the DocFast API.">
<meta property="og:url" content="https://docfast.dev/examples">
@ -62,6 +62,8 @@
<a href="#receipt">Receipt</a>
<a href="#nodejs">Node.js</a>
<a href="#python">Python</a>
<a href="#go">Go</a>
<a href="#php">PHP</a>
</nav>
<!-- Invoice -->

View file

@ -450,7 +450,7 @@ html, body {
<section class="features" id="features">
<div class="container">
<h2 class="section-title">Everything you need</h2>
<p class="section-sub">Official SDKs for Node.js and Python. Or just use curl.</p>
<p class="section-sub">Official SDKs for Node.js, Python, Go, PHP, and Laravel. Or just use curl.</p>
<div class="features-grid">
<div class="feature-card">
<div class="feature-icon" aria-hidden="true"></div>