Commit Graph

2 Commits

Author SHA1 Message Date
deepsource-autofix[bot] bff3bf25e5 style: format code with ClangFormat and Prettier
This commit fixes the style issues introduced in 2c673c4 according to the output
from ClangFormat and Prettier.

Details: None
2025-09-17 14:08:23 +08:00
dengbo 2c673c4cdd docs: update build guide and manifest example
1. Replaced the BUILD.md and BUILD.zh_CN.md files with a new
DEVELOPER_GUIDE.md file and its Chinese translation. This centralizes
the build and development instructions into a single location.
2. Updated the manifest example in docs/pages/en/guide/ll-builder/
manifests.md and docs/pages/guide/ll-builder/manifests.md to use
`x86_64` instead of `amd64` for architecture. This reflects a more
standardized naming convention for the architecture.
3. Updated app quantity in docs/pages/en/guide/start/whatis.md and docs/
pages/guide/start/whatis.md to 4700+. This reflects the current app
quantity.
4. Updated development tools in docs/pages/en/guide/start/whatis.md and
docs/pages/guide/start/whatis.md to linglong-builder.
5. Adjusted wording in README.md and README.zh_CN.md to reference the
new DEVELOPER_GUIDE.md.

Log: Updated documentation with developer guide, manifest example and
app quantity.

Influence:
1. Verify that the new DEVELOPER_GUIDE.md accurately reflects the
current build process.
2. Check that the links in README.md and README.zh_CN.md point to the
correct file.
3. Ensure manifest examples in documentation are up-to-date with
accepted architecture types.
4. Confirm the app quantity is accurately reflected in the
documentation.
5. Verify that the new DEVELOPER_GUIDE.md covers all the necessary
topics from the previous BUILD.md files, including dependencies, build
instructions, packaging and i18n Management.
6. Test i18n management section by performing the steps described in
the documentation.

文档: 更新构建指南和清单示例

1. 使用新的 DEVELOPER_GUIDE.md 文件及其中文翻译替换了 BUILD.md 和
BUILD.zh_CN.md 文件。 这将构建和开发说明集中到一个位置。
2. 更新了 docs/pages/en/guide/ll-builder/manifests.md 和 docs/pages/
guide/ll-builder/manifests.md 中的清单示例,使用 `x86_64` 而不是 `amd64`
作为架构。 这反映了架构的更标准化命名约定。
3. 更新了 docs/pages/en/guide/start/whatis.md 和 docs/pages/guide/start/
whatis.md 中的应用程序数量,达到 4700+。 这反映了当前的应用程序数量。
4. 更新了 docs/pages/en/guide/start/whatis.md 和 docs/pages/guide/start/
whatis.md 中的开发工具到 linglong-builder。
5. 调整了 README.md 和 README.zh_CN.md 中的措辞,以引用新的
DEVELOPER_GUIDE.md。

Log: 使用开发者指南、清单示例和应用程序数量更新了文档。

Influence:
1. 验证新的 DEVELOPER_GUIDE.md 是否准确反映了当前的构建过程。
2. 检查 README.md 和 README.zh_CN.md 中的链接是否指向正确的文件。
3. 确保文档中的清单示例是最新的,并包含可接受的架构类型。
4. 确认应用程序数量准确地反映在文档中。
5. 验证新的 DEVELOPER_GUIDE.md 是否涵盖了先前 BUILD.md 文件中的所有必要
主题,包括依赖项、构建说明、打包和 i18n 管理。
6. 按照文档中描述的步骤测试 i18n 管理部分。
2025-09-17 13:54:43 +08:00