Set up a basic website in 'docs' using mdbook

This commit is contained in:
2026-05-15 08:44:28 +10:00
parent 6901b9a6c9
commit b3f427d80d
4 changed files with 12 additions and 0 deletions
+4
View File
@@ -51,3 +51,7 @@ modules.order
Module.symvers Module.symvers
Mkfile.old Mkfile.old
dkms.conf dkms.conf
#mdbook files
book
mdbook
+4
View File
@@ -0,0 +1,4 @@
[book]
title = "The Toy Programming Language"
authors = ["Kayne Ruse"]
language = "en"
+3
View File
@@ -0,0 +1,3 @@
# Summary
- [Chapter 1](./chapter_1.md)
+1
View File
@@ -0,0 +1 @@
# Chapter 1