
Move all docs to zed repo Release Notes: - N/A --------- Co-authored-by: Marshall Bowers <elliott.codes@gmail.com> Co-authored-by: Marshall <marshall@zed.dev>
19 lines
345 B
TOML
19 lines
345 B
TOML
[book]
|
|
authors = ["The Zed Team"]
|
|
language = "en"
|
|
multilingual = false
|
|
src = "src"
|
|
title = "Zed"
|
|
site-url = "/docs2/"
|
|
|
|
[output.html]
|
|
no-section-label = true
|
|
|
|
[output.html.print]
|
|
enable = false
|
|
|
|
[output.html.redirect]
|
|
"/elixir" = "languages/elixir"
|
|
"/javascript" = "languages/javascript"
|
|
"/ruby" = "languages/ruby"
|
|
"/python" = "languages/python"
|