From 7c79e5cee930baf484aacb07b8a7ca93127de63a Mon Sep 17 00:00:00 2001 From: Asai Neko Date: Sun, 7 Dec 2025 19:07:57 +0800 Subject: Initialize starlight with astro framework Signed-off-by: Asai Neko --- src/content/docs/guides/example.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/content/docs/guides/example.md (limited to 'src/content/docs/guides/example.md') 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 -- cgit v1.2.3