mirror of
https://codeberg.org/Mo8it/How_To_Linux.git
synced 2025-04-26 14:04:17 +00:00
Update mdbook config
This commit is contained in:
parent
c5e49b7638
commit
4d1e3f49ca
1 changed files with 6 additions and 2 deletions
|
@ -1,10 +1,14 @@
|
||||||
[book]
|
[book]
|
||||||
|
title = "Dev Tools"
|
||||||
authors = ["Mo Bitar"]
|
authors = ["Mo Bitar"]
|
||||||
|
descriptions = "A 5 days course about development tools"
|
||||||
language = "en"
|
language = "en"
|
||||||
multilingual = false
|
multilingual = false
|
||||||
src = "src"
|
|
||||||
title = "Dev Tools"
|
[rust]
|
||||||
|
edition = "2021"
|
||||||
|
|
||||||
[output.html]
|
[output.html]
|
||||||
git-repository-url = "https://codeberg.org/mo8it/dev-tools"
|
git-repository-url = "https://codeberg.org/mo8it/dev-tools"
|
||||||
git-repository-icon = "fa-code-fork"
|
git-repository-icon = "fa-code-fork"
|
||||||
|
edit-url-template = "https://codeberg.org/mo8it/dev-tools/src/branch/main/{path}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue