summaryrefslogtreecommitdiff
path: root/src/content/docs/guides
diff options
context:
space:
mode:
authorAsai Neko <sugar@sne.moe>2025-12-07 19:07:57 +0800
committerAsai Neko <sugar@sne.moe>2025-12-07 19:07:57 +0800
commit7c79e5cee930baf484aacb07b8a7ca93127de63a (patch)
tree7038869caab18074d1314c545a081850a9b1875c /src/content/docs/guides
Initialize starlight with astro framework
Signed-off-by: Asai Neko <sugar@sne.moe>
Diffstat (limited to 'src/content/docs/guides')
-rw-r--r--src/content/docs/guides/example.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/content/docs/guides/example.md b/src/content/docs/guides/example.md
new file mode 100644
index 0000000..ebd0f3b
--- /dev/null
+++ b/src/content/docs/guides/example.md
@@ -0,0 +1,11 @@
+---
+title: Example Guide
+description: A guide in my new Starlight docs site.
+---
+
+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.
+
+## Further reading
+
+- Read [about how-to guides](https://diataxis.fr/how-to-guides/) in the Diátaxis framework