summaryrefslogtreecommitdiff
path: root/src/content/docs/guides/example.md
diff options
context:
space:
mode:
Diffstat (limited to 'src/content/docs/guides/example.md')
-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