Add user guide configuration and update .gitignore

This commit is contained in:
Palash Tyagi 2025-08-03 22:07:32 +01:00
parent 9738154dac
commit 9db8853d75
2 changed files with 10 additions and 1 deletions

4
.gitignore vendored
View File

@ -16,4 +16,6 @@ data/
tarpaulin-report.*
.github/htmldocs/rustframe_logo.png
.github/htmldocs/rustframe_logo.png
docs/book/

7
docs/book.toml Normal file
View File

@ -0,0 +1,7 @@
[book]
title = "RustFrame User Guide"
author = ["RustFrame Contributors"]
description = "Guided journey through RustFrame capabilities."
[build]
build-dir = "book"