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 @@