From 4c840c07f255cd3d99ba1b9fd9fd0c004f7e308c Mon Sep 17 00:00:00 2001 From: Misite Bao Date: Wed, 9 Nov 2022 03:25:18 +0800 Subject: [PATCH] docs: sync documents (#2063) * docs: sync documents * docs: fix document escape syntax --- website/docs/community/templates.mdx | 2 +- .../current/community/templates.mdx | 2 + .../current/guides/angular.mdx | 14 +++++ .../current/guides/dynamic-assets.mdx | 13 ++-- .../current/guides/frameless.mdx | 13 ++-- .../current/guides/migrating.mdx | 8 ++- .../current/guides/troubleshooting.mdx | 10 +++- .../current/howdoesitwork.mdx | 36 ++++++----- .../current/reference/options.mdx | 60 ++++++++++++++++--- .../current/reference/runtime/window.mdx | 4 +- .../changelog.mdx | 3 + .../current/community/templates.mdx | 2 + .../current/guides/angular.mdx | 14 +++++ .../current/guides/dynamic-assets.mdx | 13 ++-- .../current/guides/frameless.mdx | 13 ++-- .../current/guides/migrating.mdx | 8 ++- .../current/guides/troubleshooting.mdx | 10 +++- .../current/howdoesitwork.mdx | 36 ++++++----- .../current/reference/options.mdx | 60 ++++++++++++++++--- .../changelog.mdx | 3 + 20 files changed, 249 insertions(+), 75 deletions(-) create mode 100644 website/i18n/ja/docusaurus-plugin-content-docs/current/guides/angular.mdx create mode 100644 website/i18n/zh-Hans/docusaurus-plugin-content-docs/current/guides/angular.mdx diff --git a/website/docs/community/templates.mdx b/website/docs/community/templates.mdx index 70f3ea681..8bed07a2a 100644 --- a/website/docs/community/templates.mdx +++ b/website/docs/community/templates.mdx @@ -27,7 +27,7 @@ If you are unsure about a template, inspect `package.json` and `wails.json` for - [wails-vite-vue-ts](https://github.com/codydbentley/wails-vite-vue-ts) - Vue 3 TypeScript with Vite (and instructions to add features) - [wails-vite-vue-the-works](https://github.com/codydbentley/wails-vite-vue-the-works) - Vue 3 TypeScript with Vite, Vuex, Vue Router, Sass, and ESLint + Prettier - [wails-template-quasar-js](https://github.com/sgosiaco/wails-template-quasar-js) - A template using JavaScript + Quasar V2 (Vue 3, Vite, Sass, Pinia, ESLint, Prettier) -- [wails-template-quasar-ts](https://github.com/sgosiaco/wails-template-quasar-ts) - A template using TypeScript + Quasar V2 (Vue 3, Vite, Sass, Pinia, ESLint, Prettier, Composition API with