Skip to content

Commit 479d59b

Browse files
committed
Propagate changes to the repo's layout to the README.md and labeler action
PR #317 restructured the repository. A part of its changes meant removing the `chapters` directory. This commit fixes #340 by removing mentions to it from the `README.md` and from the labeler action. Signed-off-by: Teodor Dutu <teodor.dutu@gmail.com>
1 parent 1889047 commit 479d59b

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

.github/labeler.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
topic/software-stack:
2-
- 'content/chapters/software-stack/**/*'
2+
- 'content/software-stack/**/*'
33

44
topic/data:
5-
- 'content/chapters/data/**/*'
5+
- 'content/data/**/*'
66

77
topic/compute:
8-
- 'content/chapters/compute/**/*'
8+
- 'content/compute/**/*'
99

1010
topic/io:
11-
- 'content/chapters/io/**/*'
11+
- 'content/io/**/*'
1212

1313
topic/app-interact:
14-
- 'content/chapters/app-interact/**/*'
14+
- 'content/app-interact/**/*'
1515

1616
area/quiz:
1717
- '**/quiz/*'

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ They are to be used by teachers, trainers, students and hobbyists who want to le
1616
Content is located in the `content/` folder.
1717
It currently consists of 5 chapters:
1818

19-
* [Software Stack](content/chapters/software-stack/)
20-
* [Data](content/chapters/data/)
21-
* [Compute](content/chapters/compute/)
22-
* [Input/Output](content/chapters/io/)
23-
* [Application Interaction](content/chapters/app-interact/)
19+
* [Software Stack](content/software-stack/)
20+
* [Data](content/data/)
21+
* [Compute](content/compute/)
22+
* [Input/Output](content/io/)
23+
* [Application Interaction](content/app-interact/)
2424

2525
Each chapter has its own folder.
2626
Content for each chapter is split in two subfolders:

0 commit comments

Comments
 (0)