mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-27 19:17:43 +00:00
mdbook docs
This commit is contained in:
parent
4b79419514
commit
951035e49c
6 changed files with 129 additions and 0 deletions
1
docs/docs/.gitignore
vendored
Normal file
1
docs/docs/.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
book
|
6
docs/docs/book.toml
Normal file
6
docs/docs/book.toml
Normal file
|
@ -0,0 +1,6 @@
|
|||
[book]
|
||||
authors = ["Terts Diepraam"]
|
||||
language = "en"
|
||||
multilingual = false
|
||||
src = "src"
|
||||
title = "Uutils Documentation"
|
3
docs/docs/src/SUMMARY.md
Normal file
3
docs/docs/src/SUMMARY.md
Normal file
|
@ -0,0 +1,3 @@
|
|||
# Summary
|
||||
|
||||
- [Chapter 1](./chapter_1.md)
|
1
docs/docs/src/chapter_1.md
Normal file
1
docs/docs/src/chapter_1.md
Normal file
|
@ -0,0 +1 @@
|
|||
# Chapter 1
|
Loading…
Add table
Add a link
Reference in a new issue