1[book]
2authors = ["The Zed Team"]
3language = "en"
4multilingual = false
5src = "src"
6title = "Zed"
7site-url = "/docs/"
8
9[output.html]
10no-section-label = true
11preferred-dark-theme = "dark"
12additional-css = ["theme/page-toc.css", "theme/plugins.css", "theme/highlight.css"]
13additional-js = ["theme/page-toc.js", "theme/plugins.js"]
14
15[output.html.print]
16enable = false
17
18[output.html.redirect]
19"/elixir.html" = "/docs/languages/elixir.html"
20"/javascript.html" = "/docs/languages/javascript.html"
21"/ruby.html" = "/docs/languages/ruby.html"
22"/python.html" = "/docs/languages/python.html"
23"/adding-new-languages.html" = "/docs/extensions/languages.html"
24"/language-model-integration.html" = "/docs/assistant/assistant.html"
25"/assistant.html" = "/docs/assistant/assistant.html"
26"/developing-zed.html" = "/docs/development.html"
27"/conversations.html" = "/community-links"
28
29# Our custom preprocessor for expanding commands like `{#kb action::ActionName}`,
30# and other docs-related functions.
31#
32# Comment the below section out if you need to bypass the preprocessor for some reason.
33[preprocessor.zed_docs_preprocessor]
34command = "cargo run -p docs_preprocessor --"
35renderer = ["html"]