Add Home

Takumi Sueda 2020-10-18 03:42:01 +09:00
parent 8e57303188
commit 49d591077e
2 changed files with 3 additions and 0 deletions

@ -1,5 +1,7 @@
<!-- This file is generated by generate_toc.py. DO NOT EDIT MANUALLY! --> <!-- This file is generated by generate_toc.py. DO NOT EDIT MANUALLY! -->
[Home](Home)
# Linux # Linux
- [ビルド](Linux---%E3%83%93%E3%83%AB%E3%83%89) - [ビルド](Linux---%E3%83%93%E3%83%AB%E3%83%89)
# UBoot # UBoot

@ -30,6 +30,7 @@ def main():
with open('_Sidebar.md', 'w') as f: with open('_Sidebar.md', 'w') as f:
f.write('<!-- This file is generated by generate_toc.py. DO NOT EDIT MANUALLY! -->\n\n') f.write('<!-- This file is generated by generate_toc.py. DO NOT EDIT MANUALLY! -->\n\n')
f.write('[Home](Home)\n\n')
recurse(f, fn_tree, idfn) recurse(f, fn_tree, idfn)