blob - minor docs fixes - #830
Draft
ytkimirti wants to merge 1 commit into
Draft
Conversation
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Automations to automatically generate PRs for you. |
Contributor
|
Docs7 for upstash.com
Commit |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes DX-3018.
Three small fixes to the Blob docs.
Page descriptions. All 24 blob pages had no
description:frontmatter, so their llms.txt lines were bare titles while other products carry a sentence. Adds one line per page and regenerates llms.txt and llms-full.txt.gpt-image base64.
ai-images.mdxbranched on two provider shapes, raw image bytes and JSON with a temporary URL. OpenAI'sgpt-imagemodels return neither: base64 indata[0].b64_jsonwith no URL option. That is the case the page's own intro promises ("a response you can only read once") and never showed, and skippingcontentTypeon it lands in theapplication/octet-streamtrap the page warns about two paragraphs earlier.Platform caps in prose. 4.5MB / 6MB / 100MB only appeared inside the fenced hint string in
errors.mdx, where a reader hitting a 413 reads them as sample output. Moves them into the sentence, and names the number once inupload-handler.mdx, which sold direct uploads as bypassing a cap it never stated.Not included, they need their own tickets: a concepts page for public vs private buckets (the phrase appears 38 times across blob/ and is defined nowhere), a CORS page (
errors.mdxsays failures are "almost always CORS" on a narrowed policy and never says how to narrow one), andpricing.mdx, which is a stub titled "Pricing & Limits" with no limits.