fix: replace misleading SDK claims with honest code examples messaging
Some checks failed
Build & Deploy to Staging / Build & Deploy to Staging (push) Failing after 1m3s
Some checks failed
Build & Deploy to Staging / Build & Deploy to Staging (push) Failing after 1m3s
This commit is contained in:
parent
50a163b12d
commit
9dcc473e78
4 changed files with 64 additions and 5 deletions
|
|
@ -60,7 +60,7 @@
|
|||
"name": "Do you have official SDKs?",
|
||||
"acceptedAnswer": {
|
||||
"@type": "Answer",
|
||||
"text": "Yes, DocFast provides official SDKs for Node.js, Python, Go, PHP, and Laravel. You can also use the REST API directly with curl or any HTTP client."
|
||||
"text": "DocFast provides code examples for Node.js, Python, Go, PHP, and cURL. Official SDK packages are coming soon. You can use the REST API directly with any HTTP client."
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
@ -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, Python, Go, PHP, and Laravel. Or just use curl.</p>
|
||||
<p class="section-sub">Code examples for Node.js, Python, Go, PHP, and cURL. Official SDKs coming soon.</p>
|
||||
<div class="features-grid">
|
||||
<div class="feature-card">
|
||||
<div class="feature-icon" aria-hidden="true">⚡</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue