feat: Added skeleton and gh action for mdbook

This commit is contained in:
Ch1n3du
2022-09-26 14:24:16 +01:00
committed by Lucas
parent e817b39e4c
commit c42b75def8
4 changed files with 40 additions and 0 deletions

6
book/book.toml Normal file
View File

@@ -0,0 +1,6 @@
[book]
authors = ["Ch1n3du"]
language = "en"
multilingual = false
src = "src"
title = "The Aiken Programming Language"

3
book/src/SUMMARY.md Normal file
View File

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

1
book/src/chapter_1.md Normal file
View File

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