diff --git a/docs/book/src/multiversion-tutorial/tutorial.md b/docs/book/src/multiversion-tutorial/tutorial.md index 54bc4457cb5..dda604e7b15 100644 --- a/docs/book/src/multiversion-tutorial/tutorial.md +++ b/docs/book/src/multiversion-tutorial/tutorial.md @@ -1,23 +1,18 @@ -# Tutorial: Multi-Version API +# 教程:多版本 API -Most projects start out with an alpha API that changes release to release. -However, eventually, most projects will need to move to a more stable API. -Once your API is stable though, you can't make breaking changes to it. -That's where API versions come into play. +大多数项目都是从一个 alpha API 开始的,这个 API 会随着发布版本的不同而变化。 +然后,最终,大多数项目将会转向更稳定的版本。一旦你的 API 足够的稳定,你就不能够对它做破坏性的修改。 +这就是 API 版本发挥作用的地方。 -Let's make some changes to the `CronJob` API spec and make sure all the -different versions are supported by our CronJob project. +让我们对 `CronJob` API spec 做一些改变,确保我们的 CronJob 项目支持所有不同的版本。 -If you haven't already, make sure you've gone through the base [CronJob -Tutorial](/cronjob-tutorial/cronjob-tutorial.md). +如果你还没有准备好,确保你已经阅读过了基础的 [CronJob 教程](/cronjob-tutorial/cronjob-tutorial.md)。