Getting Started
Welcome to the InkWeave documentation!
This is an example Markdown article demonstrating Starlight’s i18n routing. When you toggle the language switcher above, Starlight automatically redirects you to the corresponding Traditional Chinese or Simplified Chinese version.
How to insert an image?
Section titled “How to insert an image?”You can place images required for your tutorials in the src/assets/docs/ directory. By using the following markdown syntax, Astro will automatically optimize (compress and format) the image during the build process:
About Translations
Section titled “About Translations”If you wish to add new content to this page, please remember to keep the other languages in sync by updating:
src/content/docs/zh-tw/getting-started.md(Traditional Chinese)src/content/docs/zh-cn/getting-started.md(Simplified Chinese)
This keeps your documentation professional and strictly separated by language folders.