diff options
| author | Asai Neko <sugar@sne.moe> | 2025-12-07 19:07:57 +0800 |
|---|---|---|
| committer | Asai Neko <sugar@sne.moe> | 2025-12-07 19:07:57 +0800 |
| commit | 7c79e5cee930baf484aacb07b8a7ca93127de63a (patch) | |
| tree | 7038869caab18074d1314c545a081850a9b1875c /src/content/docs/reference | |
Initialize starlight with astro framework
Signed-off-by: Asai Neko <sugar@sne.moe>
Diffstat (limited to 'src/content/docs/reference')
| -rw-r--r-- | src/content/docs/reference/example.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/content/docs/reference/example.md b/src/content/docs/reference/example.md new file mode 100644 index 0000000..0224f09 --- /dev/null +++ b/src/content/docs/reference/example.md @@ -0,0 +1,11 @@ +--- +title: Example Reference +description: A reference page in my new Starlight docs site. +--- + +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. + +## Further reading + +- Read [about reference](https://diataxis.fr/reference/) in the Diátaxis framework |