Initialize mdbook
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@ -38,3 +38,6 @@ result
|
||||
|
||||
# Old TailwindCSS config
|
||||
style/tailwind.config.js
|
||||
|
||||
# mdbook output
|
||||
book
|
||||
|
4
book.toml
Normal file
4
book.toml
Normal file
@ -0,0 +1,4 @@
|
||||
[book]
|
||||
language = "en"
|
||||
src = "docs"
|
||||
title = "LibreTunes Documentation"
|
1
docs/SUMMARY.md
Normal file
1
docs/SUMMARY.md
Normal file
@ -0,0 +1 @@
|
||||
# Summary
|
Reference in New Issue
Block a user