diff options
| author | Asai Neko <sugar@sne.moe> | 2025-12-07 21:31:06 +0800 |
|---|---|---|
| committer | Asai Neko <sugar@sne.moe> | 2025-12-07 21:31:06 +0800 |
| commit | 05f0552f424c9fe2c5d5d277fed2630fc9aa5405 (patch) | |
| tree | a1313474d7931ceb680a1696fa82a778c13de562 /src/content/docs/guides/example.md | |
| parent | 7c79e5cee930baf484aacb07b8a7ca93127de63a (diff) | |
Modify basic settings, i18n, add docs
- Edit README for subspecific rules
- Add meetup-2-guide for both root and en
- Remove vscode folder
- Remove default pages and docs
- Gitignore add editor section
- Setup i18n
Signed-off-by: Asai Neko <sugar@sne.moe>
Diffstat (limited to 'src/content/docs/guides/example.md')
| -rw-r--r-- | src/content/docs/guides/example.md | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/content/docs/guides/example.md b/src/content/docs/guides/example.md deleted file mode 100644 index ebd0f3b..0000000 --- a/src/content/docs/guides/example.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -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 |