-
Notifications
You must be signed in to change notification settings - Fork 107
Open
Labels
Description
どこかで話していたかもしれないですが、技術書展などに向けたドキュメント生成は以下がいいのではないかと思っています
githubに技術書展(作成したいドキュメント)用のリポジトリを作成
markdownで文章を書く
markdown更新時に markdown --> PDF の処理(github action)を発動させる。(例えばpandocを使う)
これで多人数で構造化された文章が書きやすい+レビューしやすいを両立できるはず
https://pandoc-doc-ja.readthedocs.io/ja/latest/users-guide.html
https://zenn.dev/sikkim/articles/d5e6d851d100d2#pandocのインストール
Reactions are currently unavailable