Skip to content

Commit c8d242f

Browse files
committed
deprecate smartly repo
1 parent f88efc5 commit c8d242f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

src/content/11/en/part11a.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ lang: en
77

88
<div class="content">
99

10-
During this part, you will build a robust <i>deployment pipeline</i> to a ready made [example project](https://github.com/smartlyio/full-stack-open-pokedex) starting in [exercise 11.2](/en/part11/getting_started_with_git_hub_actions#exercise-11-2). You will [fork](https://docs.github.com/en/free-pro-team@latest/github/getting-started-with-github/fork-a-repo) the example project and that will create you a personal copy of the repository. In the [last two](/en/part11/expanding_further#exercises-11-20-22) exercises, you will build another deployment pipeline for some of <i>your own</i> previously created apps!
10+
During this part, you will build a robust <i>deployment pipeline</i> to a ready made [example project](https://github.com/fullstack-hy2020/full-stack-open-pokedex) starting in [exercise 11.2](/en/part11/getting_started_with_git_hub_actions#exercise-11-2). You will [fork](https://docs.github.com/en/free-pro-team@latest/github/getting-started-with-github/fork-a-repo) the example project and that will create you a personal copy of the repository. In the [last two](/en/part11/expanding_further#exercises-11-20-22) exercises, you will build another deployment pipeline for some of <i>your own</i> previously created apps!
1111

1212
There are 21 exercises in this part, and you need to complete <i>each</i> exercise for completing the course. Exercises are submitted via [the submissions system](https://studies.cs.helsinki.fi/stats/courses/fs-cicd) just like in the previous parts, but unlike parts 0 to 7, the submission goes to a different "course instance".
1313

src/content/11/es/part11a.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ lang: es
77

88
<div class="content">
99

10-
During this part, you will build a robust <i>deployment pipeline</i> to a ready made [example project](https://github.com/smartlyio/full-stack-open-pokedex) starting in [exercise 11.2](/en/part11/getting_started_with_git_hub_actions#exercise-11-2). You will [fork](https://docs.github.com/en/free-pro-team@latest/github/getting-started-with-github/fork-a-repo) the example project and that will create you a personal copy of the repository. In the [last two](/en/part11/expanding_further#exercises-11-20-22) exercises, you will build another deployment pipeline for some of <i>your own</i> previously created apps!
10+
During this part, you will build a robust <i>deployment pipeline</i> to a ready made [example project](https://github.com/fullstack-hy2020/full-stack-open-pokedex) starting in [exercise 11.2](/en/part11/getting_started_with_git_hub_actions#exercise-11-2). You will [fork](https://docs.github.com/en/free-pro-team@latest/github/getting-started-with-github/fork-a-repo) the example project and that will create you a personal copy of the repository. In the [last two](/en/part11/expanding_further#exercises-11-20-22) exercises, you will build another deployment pipeline for some of <i>your own</i> previously created apps!
1111

1212
There are 21 exercises in this part, and you need to complete <i>each</i> exercise for completing the course. Exercises are submitted via [the submissions system](https://studies.cs.helsinki.fi/stats/courses/fs-cicd) just like in the previous parts, but unlike parts 0 to 7, the submission goes to a different "course instance".
1313

src/content/11/zh/part11a.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ lang: zh
77

88
<div class="content">
99

10-
<!-- During this part, you will build a robust <i>deployment pipeline</i> to a ready made [example project](https://github.com/smartlyio/full-stack-open-pokedex) starting in [exercise 11.2](/en/part11/getting_started_with_git_hub_actions#exercise-11-2). You will [fork](https://docs.github.com/en/free-pro-team@latest/github/getting-started-with-github/fork-a-repo) the example project and that will create you a personal copy of the repository. In the [last two](/en/part11/expanding_further#exercises-11-20-22) exercises, you will build another deployment pipeline for some of <i>your own</i> previously created app!-->
11-
在这一部分中,你将从[练习11.2](/en/part11/getting_started_with_git_hub_actions#exercise-11-2)开始,建立一个强大的<i>部署管道</i>到一个现成的[实例项目](https://github.com/smartlyio/full-stack-open-pokedex)。你将[fork](https://docs.github.com/en/free-pro-team@latest/github/getting-started-with-github/fork-a-repo)这个例子项目,这将为你创建一个仓库的个人副本。在[最后两个](/en/part11/expanding_further#exercises-11-20-22)练习中,你将为一些<i>你自己的</i>先前创建的应用构建另一个部署管道
10+
<!-- During this part, you will build a robust <i>deployment pipeline</i> to a ready made [example project](https://github.com/fullstack-hy2020/full-stack-open-pokedex) starting in [exercise 11.2](/en/part11/getting_started_with_git_hub_actions#exercise-11-2). You will [fork](https://docs.github.com/en/free-pro-team@latest/github/getting-started-with-github/fork-a-repo) the example project and that will create you a personal copy of the repository. In the [last two](/en/part11/expanding_further#exercises-11-20-22) exercises, you will build another deployment pipeline for some of <i>your own</i> previously created app!-->
11+
在这一部分中,你将从[练习11.2](/en/part11/getting_started_with_git_hub_actions#exercise-11-2)开始,建立一个强大的<i>部署管道</i>到一个现成的[实例项目](https://github.com/fullstack-hy2020/full-stack-open-pokedex)。你将[fork](https://docs.github.com/en/free-pro-team@latest/github/getting-started-with-github/fork-a-repo)这个例子项目,这将为你创建一个仓库的个人副本。在[最后两个](/en/part11/expanding_further#exercises-11-20-22)练习中,你将为一些<i>你自己的</i>先前创建的应用构建另一个部署管道
1212

1313
<!-- There are 21 exercises in this part, and you need to complete <i>each</i> exercise for completing the course. Exercises are submitted via [the submissions system](https://studies.cs.helsinki.fi/stats/courses/fs-cicd) just like in the previous parts, but unlike parts 0 to 7, the submission goes to a different "course instance".-->
1414
这一部分有21个练习,你需要完成<i>每个</i>练习才能完成课程。练习是通过[提交系统](https://studies.cs.helsinki.fi/stats/courses/fs-cicd)提交的,就像前几部分一样,但与第0至7部分不同的是,提交到一个不同的 "课程实例"。

0 commit comments

Comments
 (0)