Creating docs file

This commit is contained in:
Chewico 2025-07-10 23:51:54 +02:00
parent ee2bac28f9
commit 619d8bf35f
4 changed files with 10 additions and 0 deletions

1
Web/Docs/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
book

5
Web/Docs/book.toml Normal file
View File

@ -0,0 +1,5 @@
[book]
authors = ["Chewico"]
language = "en"
src = "src"
title = "Deer Docs"

3
Web/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