✨ [mdbook] Añade soporte a contenidos mdBook
This commit is contained in:
parent
8a911bfb6a
commit
cfd9d1ccbe
42 changed files with 5975 additions and 0 deletions
11
packages/pagetop-mdbook/template/book.toml
vendored
Normal file
11
packages/pagetop-mdbook/template/book.toml
vendored
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
[book]
|
||||
authors = ["Author Name"]
|
||||
language = "en"
|
||||
src = "src"
|
||||
title = "mdBook Title"
|
||||
|
||||
[build]
|
||||
build-dir = "path/to/static/doc"
|
||||
|
||||
[output.html]
|
||||
theme = "path/to/theme"
|
||||
Loading…
Add table
Add a link
Reference in a new issue