From 0d73c263bc22e39d76dfc5558bcfb9c13cf65b2b Mon Sep 17 00:00:00 2001 From: Luffyao <58363733+Luffy110@users.noreply.github.com> Date: Sat, 25 Jul 2020 23:37:59 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E7=AC=AC=E4=BA=8C=E7=AB=A0?= =?UTF-8?q?=E8=8A=82=E6=95=99=E7=A8=8B=E5=A4=9A=E7=89=88=E6=9C=ACAPI=20(#2?= =?UTF-8?q?0)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/multiversion-tutorial/tutorial.md | 38 ++++++++----------- 1 file changed, 15 insertions(+), 23 deletions(-) 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)。