mirror of
https://github.com/uutils/coreutils.git
synced 2025-08-24 04:24:56 +00:00
docs: favicon, installation instructions, better introduction page
This commit is contained in:
parent
68c584fef6
commit
a903fee569
9 changed files with 247 additions and 197 deletions
|
@ -7,7 +7,7 @@ import os
|
|||
with open('src/utils/index.md', 'w') as index:
|
||||
with open('src/SUMMARY.md', 'w') as summary:
|
||||
summary.write("# Summary\n\n")
|
||||
summary.write("* [Introduction](introduction.md)\n")
|
||||
summary.write("[Introduction](index.md)\n")
|
||||
summary.write("* [Contributing](contributing.md)\n")
|
||||
summary.write("* [Utils](utils/index.md)\n")
|
||||
index.write("# Utils\n\n")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue