diff --git a/404.html b/404.html index 8817d7e..35468e5 100644 --- a/404.html +++ b/404.html @@ -1,4 +1,4 @@ -
Guides lead a user through a specific task they want to accomplish, often with a sequence of steps. Writing a good guide requires thinking about what your users are trying to do.
Update content
Edit src/content/docs/index.mdx to see this page change.
src/content/docs/index.mdx
Add new content
Add Markdown or MDX files to src/content/docs to create new pages.
src/content/docs
Configure your site
Edit your sidebar and other config in astro.config.mjs.
sidebar
astro.config.mjs
Read the docs
Learn more in the Starlight Docs.
cargo install cross-stream --lockeduse xs.nu *xs serve ./store
"a quick note" | .append notes.cat.cat | last | .cas # retrieve the last note
cargo install cross-stream --lockedxs serve ./store
echo "a quick note" | xs append ./store notesxs cat ./storexs cat ./store | tail -n 1 | jq -r .hash | xargs xs cas ./store # retrieve the last note
Reference pages are ideal for outlining how things work in terse and clear terms. Less concerned with telling a story or addressing a specific use case, they should give a comprehensive outline of what you’re documenting.