[mdbook] Añade soporte a contenidos mdBook

This commit is contained in:
Manuel Cillero 2024-12-23 21:36:25 +01:00
parent 8a911bfb6a
commit cfd9d1ccbe
42 changed files with 5975 additions and 0 deletions

View 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"