docs(llms,services): name DO Spaces as prod object-store backend (W12 M1)#1
Merged
Merged
Conversation
The llms.txt manifest and /docs services overview both said "MinIO" as the object-store backend. Production cut over to DigitalOcean Spaces in `nyc3` on 2026-05-12 (RETRO-2026-05-12). The in-cluster MinIO pod was retired with the migration. Updates the manifest's three MinIO references — the top-line product description, the /storage/new endpoint description (now names DO Spaces explicitly and calls out the 24h lifecycle-rule auto-deletion), and the anonymous-tier limits bullet — plus the one services overview bullet in docs/services.md. Narrative use-case posts still mention MinIO in context-specific examples; those are accurate-at-the-time and can be swept in a follow-up if they prove confusing. W12 cleanup pass; closes the loop on M1 from the dashboard-repo PR that updated dashboard/public/llms.txt — that file turned out not to be the source of truth for what gets served (the content repo is).
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.
Summary
Closes the M1 loop on the W12 marketing/docs cleanup. The dashboard-side PR
(InstaNode-dev/instanode-web#65) updated
dashboard/public/llms.txt, butthat file isn't what serves at
https://instanode.dev/llms.txt— thiscontent repo is. Prerender pulls
.content/llms.txtand copies it todist/llms.txtat build time.Three substantive MinIO references in
llms.txt:>blockquote)nyc3and adds the 24h-lifecycle-rule auto-deletion note for anonymous tier)Plus one in
docs/services.md(services overview bullet).Narrative use-case posts still mention MinIO in worked examples; those describe accurate-at-the-time setups and can be swept in a follow-up if they prove confusing.
Test plan
curl https://instanode.dev/llms.txt | grep -ci minioreturns 0https://instanode.dev/docsservices section names DigitalOcean Spaces