mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2026-04-18 06:47:25 -04:00
doc: add docbook -> mdbook conversion tool
Signed-off-by: Julian Orth <ju.orth@gmail.com>
This commit is contained in:
parent
bb7b284623
commit
cbc4bebf20
5 changed files with 1133 additions and 0 deletions
12
docbook-to-mdbook/Cargo.toml
Normal file
12
docbook-to-mdbook/Cargo.toml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
[package]
|
||||
name = "docbook-to-mdbook"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
quick-xml = "0.39.0"
|
||||
anyhow = "1.0.100"
|
||||
bstr = "1.12.1"
|
||||
textwrap = "0.16.2"
|
||||
regex = "1.12.2"
|
||||
isnt = "0.2.0"
|
||||
Loading…
Add table
Add a link
Reference in a new issue