Skip to content

Commit e07522f

Browse files
committed
feat(repo): add Hatena-Textbook
1 parent 99ea947 commit e07522f

File tree

5 files changed

+12
-0
lines changed

5 files changed

+12
-0
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,6 @@
1717
[submodule "repo/what-is-maven"]
1818
path = repo/what-is-maven
1919
url = https://github.com/KengoTODA/what-is-maven
20+
[submodule "repo/Hatena-Textbook"]
21+
path = repo/Hatena-Textbook
22+
url = https://github.com/hatena/Hatena-Textbook

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,8 @@ module.exports.get = function get(ext = ".*") {};
9696
- License: <https://git-scm.com/book/en/v2>
9797
- [what-is-maven](https://github.com/KengoTODA/what-is-maven)
9898
- License: <https://github.com/KengoTODA/what-is-maven/blob/master/preface.md#%E3%83%A9%E3%82%A4%E3%82%BB%E3%83%B3%E3%82%B9>
99+
- [Hatena-Textbook](https://github.com/hatena/Hatena-Textbook)
100+
- License: <https://github.com/hatena/Hatena-Textbook#%E3%83%A9%E3%82%A4%E3%82%BB%E3%83%B3%E3%82%B9>
99101

100102
## Changelog
101103

build.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ function copyTask() {
3838
copy(Refs["The-Little-Book-on-CoffeeScript"], "coffeescript/chapters/ja_JP/**/*.md"),
3939
copy(Refs["progit"], "ja/**/*.{md,markdown}"),
4040
copy(Refs["what-is-maven"], "{deploy,implement-plugin,module,primer}/**/*.md"),
41+
copy(Refs["Hatena-Textbook"], "/**/*.md"),
4142
]);
4243
}
4344

index.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@ const References = {
3232
name: "what-is-maven",
3333
url: "https://github.com/KengoTODA/what-is-maven",
3434
license: "https://github.com/KengoTODA/what-is-maven/blob/master/preface.md#%E3%83%A9%E3%82%A4%E3%82%BB%E3%83%B3%E3%82%B9"
35+
},
36+
"Hatena-Textbook": {
37+
name: "Hatena-Textbook",
38+
url: "https://github.com/hatena/Hatena-Textbook",
39+
license: "https://github.com/hatena/Hatena-Textbook#%E3%83%A9%E3%82%A4%E3%82%BB%E3%83%B3%E3%82%B9"
3540
}
3641
};
3742

repo/Hatena-Textbook

Submodule Hatena-Textbook added at c96c9b2

0 commit comments

Comments
 (0)