docs: markdown documentation section (sidebar nav, per-page toc, search, hljs)
This commit is contained in:
parent
d1ec6962dd
commit
fc129a1f1b
16 changed files with 841 additions and 3 deletions
|
|
@ -9,6 +9,7 @@ license = "MIT"
|
|||
axum = "0.7"
|
||||
tokio = { version = "1", features = ["macros", "rt-multi-thread", "net", "signal", "io-util", "time"] }
|
||||
askama = "0.12"
|
||||
pulldown-cmark = "0.12"
|
||||
tower-http = { version = "0.6", features = ["trace", "compression-gzip"] }
|
||||
tracing = "0.1"
|
||||
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue