DocFast: BUG-085/086 fixed, verified
This commit is contained in:
parent
10482eb8c9
commit
a788b46472
2 changed files with 4 additions and 4 deletions
|
|
@ -907,11 +907,11 @@ Container restart appears to have been clean. All services came back online prop
|
|||
- **Issue:** Node.js, Python, Go, PHP examples on /examples page reference `https://api.docfast.dev/v1/convert/html` and `https://api.docfast.dev/v1/convert/markdown`. The `api.docfast.dev` subdomain does not exist — correct URL is `https://docfast.dev/v1/...`. Developers following examples will get DNS errors.
|
||||
- **Affected:** staging.docfast.dev/examples (and production once deployed)
|
||||
- **Fix:** Replace all `api.docfast.dev` with `docfast.dev` in `public/src/examples.html`
|
||||
- **Status:** 🔧 IN PROGRESS
|
||||
- **Status:** ✅ FIXED (commit 1c0c8a3) — all api.docfast.dev → docfast.dev
|
||||
|
||||
## BUG-086: Examples page references non-existent SDK packages
|
||||
- **Date:** 2026-02-23
|
||||
- **Severity:** MEDIUM
|
||||
- **Issue:** Go example says `go get github.com/docfast/docfast-go` (404 on GitHub). PHP example says `composer require docfast/docfast-php` (doesn't exist on Packagist). SDKs haven't been published yet — blocked on npm/PyPI/Go/Packagist tokens.
|
||||
- **Fix:** Either publish SDKs or change examples to use plain HTTP (curl/fetch) without SDK install instructions until packages are published.
|
||||
- **Status:** OPEN — blocked on SDK publishing tokens from investor
|
||||
- **Status:** ✅ FIXED (commit 1c0c8a3) — replaced with "SDK coming soon" notes, kept HTTP examples
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue