1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-27 19:17:43 +00:00

mdbook docs

This commit is contained in:
Terts Diepraam 2022-01-20 15:00:16 +01:00
parent 4b79419514
commit 951035e49c
6 changed files with 129 additions and 0 deletions

1
docs/docs/.gitignore vendored Normal file
View file

@ -0,0 +1 @@
book

6
docs/docs/book.toml Normal file
View 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
View file

@ -0,0 +1,3 @@
# Summary
- [Chapter 1](./chapter_1.md)

View file

@ -0,0 +1 @@
# Chapter 1