2023-12-12 00:17:13 +00:00
|
|
|
[book]
|
2024-05-03 19:52:15 +00:00
|
|
|
authors = ["The Zed Team"]
|
2023-12-12 00:17:13 +00:00
|
|
|
language = "en"
|
|
|
|
multilingual = false
|
|
|
|
src = "src"
|
2024-05-03 19:52:15 +00:00
|
|
|
title = "Zed"
|
2024-05-06 14:51:37 +00:00
|
|
|
site-url = "/docs/"
|
2024-05-03 21:34:44 +00:00
|
|
|
|
|
|
|
[output.html]
|
|
|
|
no-section-label = true
|
2024-05-03 22:34:38 +00:00
|
|
|
preferred-dark-theme = "light"
|
2024-08-20 03:50:09 +00:00
|
|
|
additional-css = ["theme/page-toc.css", "theme/plugins.css"]
|
|
|
|
additional-js = ["theme/page-toc.js", "theme/plugins.js"]
|
2024-05-03 21:34:44 +00:00
|
|
|
|
|
|
|
[output.html.print]
|
|
|
|
enable = false
|
2024-05-03 22:24:04 +00:00
|
|
|
|
|
|
|
[output.html.redirect]
|
2024-05-06 14:51:37 +00:00
|
|
|
"/elixir.html" = "/docs/languages/elixir.html"
|
|
|
|
"/javascript.html" = "/docs/languages/javascript.html"
|
|
|
|
"/ruby.html" = "/docs/languages/ruby.html"
|
|
|
|
"/python.html" = "/docs/languages/python.html"
|
2024-08-09 17:37:54 +00:00
|
|
|
"/adding-new-languages.html" = "/docs/extensions/languages.html"
|
2024-08-22 17:48:33 +00:00
|
|
|
"/language-model-integration.html" = "/docs/assistant/assistant.html"
|
2024-08-26 15:43:13 +00:00
|
|
|
"/assistant.html" = "/docs/assistant/assistant.html"
|
2024-08-27 20:40:40 +00:00
|
|
|
"/developing-zed.html" = "/docs/development.html"
|
2024-08-26 15:43:13 +00:00
|
|
|
|
|
|
|
# Our custom preprocessor for expanding commands like `{#kb action::ActionName}`,
|
|
|
|
# and other docs-related functions.
|
|
|
|
#
|
|
|
|
# Comment the below section out if you need to bypass the preprocessor for some reason.
|
|
|
|
[preprocessor.zed_docs_preprocessor]
|
|
|
|
command = "cargo run -p docs_preprocessor --"
|
|
|
|
renderer = ["html"]
|