Skip to content

Commit 5f4889e

Browse files
authored
Merge pull request #6 from Takym/wiki-as-submodule
ウィキを GitHub Pages で公開する
2 parents 01de817 + 3d3e3f0 commit 5f4889e

File tree

4 files changed

+11
-0
lines changed

4 files changed

+11
-0
lines changed

.github/dependabot.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "gitsubmodule"
4+
directory: "/"
5+
schedule:
6+
interval: "monthly"

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "wiki"]
2+
path = wiki
3+
url = https://github.com/osdev-jp/osdev-jp.github.io.wiki

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
## リンク
22
- [Wiki](https://github.com/osdev-jp/osdev-jp.github.io/wiki) OS開発に役立つ情報が集まっています。GitHubアカウントがあれば編集できます。
3+
- [ウェブページとして見る](https://osdev.jp/wiki/Home.html)
34
- [GitHub](https://github.com/osdev-jp) サンプルコードなどが置いてあります。
45
- [Slack](https://osdev-jp.slack.com/) OS開発に関する話をするosdev-jp公式チャットです。
56
- [YouTube](https://www.youtube.com/channel/UCZi_C-xvC5qNcALfD_5JKIg) OS開発に関わる情報を動画で解説しています。

wiki

Submodule wiki added at 2bd823d

0 commit comments

Comments
 (0)