mirror of
https://github.com/brain-hackers/README
synced 2025-06-09 22:42:39 +09:00
Add Home
parent
8e57303188
commit
49d591077e
@ -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)
|
||||||
# U‐Boot
|
# U‐Boot
|
||||||
|
@ -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)
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user