Initialize new mdBook for Angular notes

This commit is contained in:
James Skemp 2021-09-06 21:56:48 -05:00
commit 3f7296948c
4 changed files with 11 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
book

6
book.toml Normal file
View File

@ -0,0 +1,6 @@
[book]
authors = ["James Skemp"]
language = "en"
multilingual = false
src = "src"
title = "Angular Framework Notes"

3
src/SUMMARY.md Normal file
View File

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

1
src/chapter_1.md Normal file
View File

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