From 3e0ff5edbdfe48cce6b01eec958f64d15e3b6eec Mon Sep 17 00:00:00 2001 From: Lea Anthony Date: Sun, 12 Nov 2023 20:16:19 +1100 Subject: [PATCH] [darwin] Update docs --- mkdocs-website/docs/en/roadmap.md | 28 +++++++++++++++---- mkdocs-website/docs/zh/roadmap.md | 27 ++++++++++++++---- mkdocs-website/overrides/home.en.html | 4 +-- mkdocs-website/overrides/home.zh.html | 4 +-- .../shared/{status.csv => alpha1.csv} | 0 mkdocs-website/shared/alpha2.csv | 5 ++++ 6 files changed, 52 insertions(+), 16 deletions(-) rename mkdocs-website/shared/{status.csv => alpha1.csv} (100%) create mode 100644 mkdocs-website/shared/alpha2.csv diff --git a/mkdocs-website/docs/en/roadmap.md b/mkdocs-website/docs/en/roadmap.md index 3cec59f83..0146002c0 100644 --- a/mkdocs-website/docs/en/roadmap.md +++ b/mkdocs-website/docs/en/roadmap.md @@ -6,6 +6,27 @@ we are aiming to achieve. These are subject to change. ## Alpha milestones + +### Alpha 2 + +#### Goals + +Alpha 2 aims to introduce [Taskfile](https://taskfile.dev) support. This will +allow us to have a single, extensible build system that works on all platforms. +We also want to get all examples working on Linux. + +#### Status + +- [ ] All examples working on Linux +- [ ] Init, Build, Dev & Package commands + + +- :material-check-bold: - Working +- :material-minus: - Partially working +- :material-close: - Not working + +{{ read_csv("alpha2.csv") }} + ### Alpha 1 #### Goals @@ -20,9 +41,4 @@ examples working on all platforms. - :material-minus: - Partially working - :material-close: - Not working -{{ read_csv("status.csv") }} - -### Alpha 2 - -- [ ] Most examples working on Linux -- [ ] Project creation via `wails init` +{{ read_csv("alpha1.csv") }} diff --git a/mkdocs-website/docs/zh/roadmap.md b/mkdocs-website/docs/zh/roadmap.md index 432504ab3..932a859c4 100644 --- a/mkdocs-website/docs/zh/roadmap.md +++ b/mkdocs-website/docs/zh/roadmap.md @@ -5,6 +5,26 @@ ## Alpha 里程碑 +### Alpha 2 + +#### 目标 + +阿尔法 2 的目标是引入 [Taskfile](https://taskfile.dev) 支持。这将 +使我们能够拥有一个单一的、可扩展的构建系统,适用于所有平台。 +我们还希望让所有示例在 Linux 上都能运行。 + +#### 状态 + +- [ ] 所有示例在 Linux 上运行 +- [ ] 初始化、构建、开发和打包命令 + + +- :material-check-bold: - 工作正常 +- :material-minus: - 部分工作 +- :material-close: - 无法工作 + +{{ read_csv("alpha2.csv") }} + ### Alpha 1 #### 目标 @@ -18,9 +38,4 @@ Alpha 1 是最初的发布版本。旨在收集关于新 API 的反馈,并让 - :material-minus: - 部分工作 - :material-close: - 无法工作 -{{ read_csv("status.csv") }} - -### Alpha 2 - -- [ ] 在 Linux 上使大多数示例正常工作 -- [ ] 通过 `wails init` 创建项目 +{{ read_csv("alpha1.csv") }} diff --git a/mkdocs-website/overrides/home.en.html b/mkdocs-website/overrides/home.en.html index 0e8f79c74..40897ad51 100644 --- a/mkdocs-website/overrides/home.en.html +++ b/mkdocs-website/overrides/home.en.html @@ -92,11 +92,11 @@ Mac - Most examples are working + All examples are working Linux - Some examples are working + Most examples are working

diff --git a/mkdocs-website/overrides/home.zh.html b/mkdocs-website/overrides/home.zh.html index 2d6bbe386..5ef4470a8 100644 --- a/mkdocs-website/overrides/home.zh.html +++ b/mkdocs-website/overrides/home.zh.html @@ -92,11 +92,11 @@ Mac - 大多数示例可以运行 + 所有示例都可以运行 Linux - 一些示例可以运行 + 大多数示例可以运行

diff --git a/mkdocs-website/shared/status.csv b/mkdocs-website/shared/alpha1.csv similarity index 100% rename from mkdocs-website/shared/status.csv rename to mkdocs-website/shared/alpha1.csv diff --git a/mkdocs-website/shared/alpha2.csv b/mkdocs-website/shared/alpha2.csv new file mode 100644 index 000000000..3c7a0b075 --- /dev/null +++ b/mkdocs-website/shared/alpha2.csv @@ -0,0 +1,5 @@ +" ",Mac,Windows,Linux +`wails init`," "," "," " +`wails build`," "," "," " +`wails dev`," "," "," " +`wails package`," "," "," "