We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c4dbee commit 3b1a2f8Copy full SHA for 3b1a2f8
README.md
@@ -113,6 +113,12 @@ module.exports.get = function get(ext = ".*") {};
113
- [Hatena-Textbook](https://github.com/hatena/Hatena-Textbook)
114
- License: <https://github.com/hatena/Hatena-Textbook#%E3%83%A9%E3%82%A4%E3%82%BB%E3%83%B3%E3%82%B9>
115
116
+## 文書の追加方法
117
+
118
+1. `git submodule add <追加するGit URL> repo/<name>`
119
+1. `index.js`の`References`に定義を追加する
120
+1. `build.js`の`copyTask`に文書のみをコピーする処理を追加する
121
122
## Changelog
123
124
See [Releases page](https://github.com/textlint-ja/technological-book-corpus-ja/releases).
0 commit comments