Skip to content

Commit bf72d3d

Browse files
authored
Merge pull request #267 from o2project/introduce-honkit
Introduce HonKit
2 parents b8a4b46 + 73d6264 commit bf72d3d

37 files changed

+4566
-5176
lines changed

.circleci/config.yml

Lines changed: 0 additions & 75 deletions
This file was deleted.

.github/dependabot.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: npm
4+
assignees:
5+
- 'kubosho'
6+
directory: '/'
7+
schedule:
8+
interval: weekly
9+
time: '10:00'
10+
timezone: Asia/Tokyo
11+
versioning-strategy: increase
12+
open-pull-requests-limit: 20

.github/workflows/release.yaml

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
name: Release
2+
3+
on:
4+
push:
5+
branches:
6+
- main
7+
- master
8+
pull_request:
9+
branches:
10+
- main
11+
- master
12+
13+
# Allows you to run this workflow manually from the Actions tab
14+
workflow_dispatch:
15+
16+
jobs:
17+
build:
18+
runs-on: ubuntu-latest
19+
steps:
20+
- uses: actions/checkout@v2
21+
- name: setup Node.js
22+
uses: actions/setup-node@v1
23+
with:
24+
node-version: 18
25+
- name: install dependencies
26+
run: yarn install
27+
- name: lint
28+
run: yarn lint
29+
- name: release
30+
run: npx semantic-release
31+
env:
32+
GH_TOKEN: ${{ secrets.GH_TOKEN }}

.prettierrc.js

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
module.exports = {
2-
printWidth: 100,
2+
endOfLine: 'auto',
3+
printWidth: 120,
34
singleQuote: true,
45
tabWidth: 2,
56
trailingComma: 'all',
6-
};
7+
overrides: [
8+
{
9+
files: ['*.md'],
10+
options: {
11+
parser: 'markdown-nocjsp',
12+
},
13+
},
14+
],
15+
};

CHANGELOG.md

Lines changed: 204 additions & 257 deletions
Large diffs are not rendered by default.

CONTRIBUTING.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Steins;Gitにようこそ!この文章を読んでくださっているとい
22

33
## はじめに
44

5-
Steins;GitはSteins;Gateの二次創作物となります。そのため貢献をする前に[著作物転載ガイドライン|ニトロプラス Nitroplus](https://www.nitroplus.co.jp/license/)[二次創作活動における同人誌等の活動に関する取り扱いについて|ニトロプラス Nitroplus](https://www.nitroplus.co.jp/license/fanbook.php)を読み、これらに遵守した形で貢献をしていただけるようお願いします。
5+
Steins;GitはSteins;Gateの二次創作物となります。そのため貢献をする前に[著作物転載ガイドライン|ニトロプラスNitroplus](https://www.nitroplus.co.jp/license/)[二次創作活動における同人誌等の活動に関する取り扱いについて|ニトロプラスNitroplus](https://www.nitroplus.co.jp/license/fanbook.php)を読み、これらに遵守した形で貢献をしていただけるようお願いします。
66

77
## Steins;Gitに主に関わっている人
88

@@ -37,7 +37,9 @@ Steins;Gitは「Gitの使い方を、Steins;Gateの世界観を使って説明
3737
## 新たな章や節を追加する際のガイドライン
3838

3939
1. まずIssueを立てます。タイトルは「[ChX-x] 章や節のタイトル」という形式にします。(例: [Ch1-3] 集中型バージョン管理)
40-
- 必ず「writing」というラベルをつけます。
40+
41+
- 必ず「writing」というラベルをつけます。
42+
4143
2. 新たにbranchを作ります。branch名は「feature/id/:issue-id」という形式にします。
4244
3. 執筆します。
4345
4. Pull Requestをmasterに対して出します。出来るかぎりレビューしてからマージという形をとります。
@@ -49,9 +51,9 @@ Steins;Gitは「Gitの使い方を、Steins;Gateの世界観を使って説明
4951

5052
## ディレクトリの命名規則について
5153

52-
- Ch*/
54+
- Ch\*/
5355
- 各章と節を書いたAsciidoc形式のファイルが格納されています。各ディレクトリには必ずreadme.adocがあり、そこで各節をincludeしています。
54-
- Ch*/img
56+
- Ch\*/img
5557
- 各章や節で使う画像が格納されています。
5658

5759
## 自分のPC上でSteins;Gitを確認したい場合について

LICENSE.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77

88
### v2.2.2以降の文章と独自に作成した図を使いたい場合
99

10-
<a rel="license" href="https://creativecommons.org/licenses/by-nc/4.0/deed.ja">Creative Commons — 表示 - 非営利 4.0 国際 — CC BY-NC 4.0</a>
10+
<a rel="license" href="https://creativecommons.org/licenses/by-nc/4.0/deed.ja">Creative Commons — 表示 - 非営利4.0国際 — CC BY-NC 4.0</a>
1111

1212
### v2.2.1以前の文章と独自に作成した図を使いたい場合
1313

14-
<a rel="license" href="https://creativecommons.org/licenses/by-nc/2.1/jp/">Creative Commons — 表示 - 非営利 2.1 日本 — CC BY-NC 2.1 JP</a>
14+
<a rel="license" href="https://creativecommons.org/licenses/by-nc/2.1/jp/">Creative Commons — 表示 - 非営利2.1日本 — CC BY-NC 2.1 JP</a>
1515

1616
## ソースコードとその他の文章
1717

@@ -43,6 +43,12 @@ Based on a work at <a xmlns:dct="http://purl.org/dc/terms/" href="http://steinsg
4343

4444
Based on a work at <a xmlns:dct="http://purl.org/dc/terms/" href="http://steinsgate.jp/" rel="dct:source">STEINS;GATE</a>.
4545

46+
### Steins;Git REBUILD
47+
48+
© GiantRobot / KinoAkmt
49+
50+
Based on a work at <a xmlns:dct="http://purl.org/dc/terms/" href="http://steinsgate.jp/" rel="dct:source">STEINS;GATE</a>.
51+
4652
## イラスト
4753

4854
© GiantRobot

Makefile

Lines changed: 0 additions & 94 deletions
This file was deleted.

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
Steins;Git
2-
===========
3-
4-
[![CircleCI](https://circleci.com/gh/o2project/steins-git.svg?style=svg&circle-token=de169eedf1024803e57569d75b18cf82e8d87330)](https://circleci.com/gh/o2project/steins-git)
1+
# Steins;Git
52

63
「GitをSteins;Gateの世界観を使って説明する」薄い本です。
74

@@ -42,4 +39,4 @@ make serve
4239
4. リモートにプッシュします: `git push origin my-new-feature`
4340
5. pull requestしましょう :D
4441

45-
詳しくは[CONTRIBUTING.md](CONTRIBUTING.md "CONTRIBUTING.md")に様々な案内を書いているので、参考にしてみてください。
42+
詳しくは[CONTRIBUTING.md](CONTRIBUTING.md 'CONTRIBUTING.md')に様々な案内を書いているので、参考にしてみてください。

SUMMARY.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# 目次
2+
3+
- [第一章 - 改変管理のデュバス](./src/chapter1.md)
4+
- [第二章 - 率先躬行のサインポスト](./src/chapter2.md)
5+
- [第三章 - 百家争鳴のセルビチウム](./src/chapter3.md)
6+
- [あとがき](./src/post-script.md)

0 commit comments

Comments
 (0)