Skip to content

Commit 45a4fe5

Browse files
committed
Fix course validity failures
1 parent ecd1b86 commit 45a4fe5

File tree

6 files changed

+18
-7
lines changed

6 files changed

+18
-7
lines changed

example/course-resources/fork/en/images-index.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ asset_index:
1212
- fork-folded
1313
- fork-choose-open-repository
1414
- fork-select-repository-location
15-
- fork-open-basic
15+
- open-basic
1616
- folder-history-change
1717
- graph-fork
1818
- select-last-commit

example/course-resources/fork/en/level-data/browse-history-index.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
asset_index:
22
# tutorial contents
3+
infile:
34
introduction: |+2
45
.md
56
6-
In the end of the previous level, we mentioned that understanding ${{t/graph}} is the key to learning git. The reason is that, as its name suggests, ${{graph}} displays the *revision history* of a git controlled folder graphically.
7+
In the end of the previous level, we mentioned that understanding ${{t/graph}} is the key to learning git. The reason is that, as its name suggests, ${{t/graph}} displays the *revision history* of a git controlled folder graphically.
78
89
*Revision history* sounds pretty abstract, doesn't it? Please refer to the following illustration for what it exactly means.
910

example/course-resources/fork/en/level-data/intro-open-repository-index.yaml

+11-2
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ asset_index:
7777
.md
7878
Congratulations! Now we have successfully opened up a folder using ${{t/gui}}. Now, it should show something like the region marked by the red square in the following image. It is called ${{t/graph-f}}
7979
80-
![illustration]({{images/fork-open-basic}})
80+
![illustration]({{images/open-basic}})
8181
8282
Please count how many "circles" are displayed on the ${{t/graph}} of your ${{t/gui}}, and fill the answer in the following text box.
8383
@@ -88,6 +88,15 @@ asset_index:
8888
1. How to open ${{t/gui}}
8989
2. How to open a git controlled folder using ${{t/gui}}
9090
91-
In the previous block, we mentioned a term "${{graph}}". It is the foundation of how git controls versions of files. Understanding what a ${{t/graph}} is and how it works greatly helps one get familiar with git.
91+
In the previous block, we mentioned a term "${{t/graph}}". It is the foundation of how git controls versions of files. Understanding what a ${{t/graph}} is and how it works greatly helps one get familiar with git.
9292
In the following levels, we will have a deeper look into it.
9393
94+
fallbacks:
95+
default:
96+
- path_replacement:
97+
- ''
98+
- 'zh-Hant'
99+
keys:
100+
- sound-bird
101+
- sound-cicada
102+

example/course-resources/fork/en/st-index.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ asset_index:
1515
- act-stage
1616
- act-unstage
1717
- discard-changes
18+
- file-tree-gui
1819
- reset-file-item
1920
- reset-file-sub-current
2021
- reset-file-sub-previous

example/course-resources/fork/zh-Hant/level-data/checkout-revision-index.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ asset_index:
175175
相信你已經非常嫻熟於如何切換${{t/work-tree}}到不同版本上了
176176
177177
到這裡你或許會開始好奇,在上一個章節中,我們學習了如何瀏覽過往的${{t/file-tree}}
178-
並且學習了可以從${{t/gui}}的${{t/file-tree-gui}}介面中窺探特定檔案在過往版本的內容
178+
並且學習了可以從${{t/gui}}的${{st/file-tree-gui}}介面中窺探特定檔案在過往版本的內容
179179
既然如此,我們有需要把資料夾切換回特定的版本嗎?
180180
181181
實際上是有的。主要有兩種目的

example/course-resources/fork/zh-Hant/level-data/merge-branch-index.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -112,14 +112,14 @@ asset_index:
112112
就讓我們來偷看一下在「`${{level-data/merge-branch/branch-name-hamburger-alt-2}}`」這個分支上的「`${{level-data/merge-branch/file-2-name}}`」的內容如何吧
113113
114114
為了偷看別的${{t/branch}}的檔案內容
115-
我們可以回想前面章節曾經學過的,在${{t/gui}}上操作${{t/file-tree-gui}}介面
115+
我們可以回想前面章節曾經學過的,在${{t/gui}}上操作${{st/file-tree-gui}}介面
116116
請仿照下圖(一)操作
117117
118118
![illustration]({{images/recall-view-file-tree}})
119119
<div class="img-title">圖(一)</div>
120120
121121
先從${{t/graph}}上圖紅框圈選處所示,選擇目標的${{t/revision}}
122-
然後如上圖橘框圈選處所示,開啟${{t/file-tree-gui}}介面
122+
然後如上圖橘框圈選處所示,開啟${{st/file-tree-gui}}介面
123123
124124
請檢視「`${{level-data/merge-branch/file-2-name}}`」的內容
125125
並回答它的看起來像是下列何者:

0 commit comments

Comments
 (0)