Introduction
Welcome to your new mdBook project!
This is a starter template managed by r-lichen.
What is mdBook?
mdBook is a command line tool to create books with Markdown. It is ideal for creating product or API documentation, tutorials, course materials or anything that requires a clean, easily navigable and customizable presentation.
Getting Started
Edit the files in the src/ directory to add your content. The SUMMARY.md file defines the structure of your book.
Chapter 1
This is the first chapter of your book.
Section 1.1
Add your content here. You can use all standard Markdown features:
- Lists
- Bold and italic text
- Links
- Code blocks
fn main() {
println!("Hello, mdBook!");
}
Section 1.2
Continue adding content to build out your documentation.