docs icon indicating copy to clipboard operation
docs copied to clipboard

Website and documentation for the Volar project

Results 5 docs issues
Sort by recently updated
recently updated
newest added

Solves #2 Adds meaning full descriptions to the files provided in the issue.

Several pages in `src/content/docs/` need the `description` field in their frontmatter updating to reflect what each page is about: - https://github.com/volarjs/docs/blob/main/src/content/docs/index.mdx - https://github.com/volarjs/docs/blob/main/src/content/docs/reference/services.md - https://github.com/volarjs/docs/blob/main/src/content/docs/guides/first-server.mdx - https://github.com/volarjs/docs/blob/main/src/content/docs/core-concepts/why-volar.mdx - https://github.com/volarjs/docs/blob/main/src/content/docs/core-concepts/embedded-languages.mdx

# About Thanks for your watching. I found to fix point in the doc `packages/server/src/languagePlugin.ts` existing on `first-server.mdx` and so on aren't applied latest Volar.js version. # Reproduction - `package.json`...

documentation

This PR adds `zh-cn` language translation support for the entire document (excluding blog content, including the `SiteTitle.astro` component).

There is no following contents in `first-server.mdx` that implement `onSnapshotUpdated` and embedding languages. Besides, it lacks of content of `@volar/typescript` which I want to learn Volar first when I saw...