gutenbergdocs/docs/getting-started/README.md
2025-10-22 01:40:18 +08:00

41 lines
3.7 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 入门指南
欢迎阅读入门指南文档。从搭建开发环境到构建第一个区块,再到理解基础概念,本部分内容都是绝佳的起点——无论您是区块开发新手,还是希望提升技能的开发者。
## 本章导航
通过以下链接快速定位本章节内容。若从未构建过区块,建议按所列顺序阅读文档。
- **[区块开发环境](https://developer.wordpress.org/block-editor/getting-started/devenv/)**: 配置专属开发环境,认识区块开发基础工具:[`wp-env`](https://developer.wordpress.org/block-editor/getting-started/devenv/get-started-with-wp-env/)、[`create-block`](https://developer.wordpress.org/block-editor/getting-started/devenv/get-started-with-create-block/) 与 [`wp-scripts`](https://developer.wordpress.org/block-editor/getting-started/devenv/get-started-with-create-block/)
- **[快速入门指南](https://developer.wordpress.org/block-editor/getting-started/quick-start-guide/)**: 一分钟内快速创建可运行的自定义区块
- **[教程:构建你的第一个区块](https://developer.wordpress.org/block-editor/getting-started/tutorial/)**: 从零开始构建功能完整的自定义区块
- **[区块开发基础](https://developer.wordpress.org/block-editor/getting-started/fundamentals/)**: 掌握区块开发核心概念
- **[术语表](https://developer.wordpress.org/block-editor/getting-started/glossary/)**: 区块编辑器常用术语释义
- **[常见问题解答](https://developer.wordpress.org/block-editor/getting-started/faq/)**: 古腾堡项目近年来的高频问答合集
## 跟进WordPress项目动态
完成本章学习后,您将对区块开发形成系统认知。接下来该关注什么?
WordPress项目特别是古腾堡迭代迅速。为帮助您持续跟进以下推荐核心开发者资源。请根据自身需求选择合适的信息渠道
- **[WordPress发展路线图](https://wordpress.org/about/roadmap/)**: 项目高层级发展规划
- **[核心开发博客](https://make.wordpress.org/core/)**: 获取WordPress核心更新的主阵地
- **[WordPress Slack社区](https://make.wordpress.org/chat/)**: 官方协作平台,建议加入`#core`与`#core-editor`频道
- **[古腾堡GitHub仓库](https://github.com/WordPress/gutenberg/)**: 区块编辑器开发实况窗口
- **[古腾堡动态追踪](https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/)**: 跨团队动态合集
- **[古腾堡新功能速递](https://make.wordpress.org/core/tag/gutenberg-new/)**: 双周版本更新详解
- **[开发者月报](https://developer.wordpress.org/news/)**: 月度重要开发变更汇总
## 扩展资源
如需更多区块开发与编辑器扩展资源,请查阅区块编辑器手册的其他章节。[block-development-examples](https://github.com/WordPress/block-development-examples)代码库中还有更多实践案例。
若想系统学习,欢迎访问[Learn WordPress](https://learn.wordpress.org/)平台,这里提供精选教程与课程:
- [区块开发入门:构建你的第一个自定义区块](https://learn.wordpress.org/course/introduction-to-block-development-build-your-first-custom-block/)
- [短代码转区块开发实战](https://learn.wordpress.org/course/converting-a-shortcode-to-a-block/)
- [WordPress数据层应用详解](https://learn.wordpress.org/course/using-the-wordpress-data-layer/)
- [区块模式注册指南](https://learn.wordpress.org/workshop/registering-block-patterns/)
- [古腾堡区块开发入门](https://learn.wordpress.org/workshop/intro-to-gutenberg-block-development/)
- [区块编辑器发布流程详解](https://learn.wordpress.org/workshop/intro-to-publishing-with-the-block-editor/)