Skip to content

Where pages moved

This repository was a set of Markdown files read on GitHub. It is now a built site. Nothing accurate was discarded; several pages were split, because a single file was covering two different questions.

WasIs now
README.mdThe homepage, and what Inscribe is
workspaces.mdWorkspace map
what-it-costs.mdWhat a transaction costs, with fee tiers split out as reference
asset-safety.mdAsset safety and UTXO classification
protocol-data-status.mdSplit three ways: where the data comes from, orders you started, and failure states
accessibility.mdAccessibility
performance-and-media.mdSpeed and media
release-evidence.mdRelease evidence
social-previews.mdLink previews
admin-control-center.mdControl Center
assets/two-addresses.svgRedrawn inline in wallets and the two addresses
assets/order-lifecycle.svgRedrawn inline in the life of an order

It answered three questions that different readers arrive with:

Someone whose payment has not appeared should not have to read about index architecture to find out what to do.

Old paths redirect to their new homes, so a link to /docs-inscribe/what-it-costs/ still arrives at the right page. The redirect list lives in astro.config.mjs and is part of the build.

Links to the Markdown files on GitHub still work as they always did, because the files remain in the repository history.

Both SVG diagrams were redrawn rather than moved. The originals were fixed dark-only images with the colours written into the file, so they were illegible in the light theme.

They are now inline SVG using the same colour roles as the rest of the site, so one drawing serves both themes, and each carries a title and a full description for anyone reading with a screen reader.