mirror of
https://github.com/brain-hackers/README
synced 2024-12-22 20:20:03 +09:00
Update
parent
4dad6f7536
commit
2ff527b577
1
Makefile
1
Makefile
@ -1,5 +1,4 @@
|
||||
.PHONY:
|
||||
.PHONY:
|
||||
doctoc:
|
||||
doctoc --title "### 目次" .
|
||||
|
||||
|
12
Wikiの管理.md
12
Wikiの管理.md
@ -1,3 +1,13 @@
|
||||
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
|
||||
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
||||
### 目次
|
||||
|
||||
- [準備](#%E6%BA%96%E5%82%99)
|
||||
- [各文章内の目次生成](#%E5%90%84%E6%96%87%E7%AB%A0%E5%86%85%E3%81%AE%E7%9B%AE%E6%AC%A1%E7%94%9F%E6%88%90)
|
||||
- [ファイル名とサイドバーの関係](#%E3%83%95%E3%82%A1%E3%82%A4%E3%83%AB%E5%90%8D%E3%81%A8%E3%82%B5%E3%82%A4%E3%83%89%E3%83%90%E3%83%BC%E3%81%AE%E9%96%A2%E4%BF%82)
|
||||
|
||||
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
|
||||
|
||||
# 準備
|
||||
|
||||
依存ライブラリをインストールする。
|
||||
@ -18,6 +28,8 @@ $ git clone https://github.com/brain-hackers/README.wiki.git
|
||||
|
||||
各文章内の目次は、[doctoc](https://github.com/thlorenz/doctoc)で生成している。 `make doctoc` で呼ぶことが出来る。
|
||||
|
||||
本来は `_Sidebar.md` は目次生成の対象外とすべきだが、 doctoc はファイル名にスペースが入ると正しくエスケープできないバグを抱えていて `_Sidebar.md` だけ除外するということができない(PRも出ているが、2020年10月現在Mergeされていない)。よって、目次生成を走らせた後は `_Sidebar.md` をコミットしないよう注意する必要がある。
|
||||
|
||||
|
||||
# ファイル名とサイドバーの関係
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user