logiguard fork: GPUI xdg-activation keyboard-focus serial fix
Some checks failed
Update All Top Ranking Issues / update_top_ranking_issues (push) Has been cancelled
Triage Project Sync (#84) / Sync triage project (push) Has been cancelled
release_nightly / notify_on_failure (push) Has been cancelled
release_nightly / check_style (push) Has been cancelled
release_nightly / run_tests_windows (push) Has been cancelled
release_nightly / clippy_windows (push) Has been cancelled
release_nightly / bundle_linux_aarch64 (push) Has been cancelled
release_nightly / bundle_linux_x86_64 (push) Has been cancelled
release_nightly / bundle_mac_aarch64 (push) Has been cancelled
release_nightly / bundle_mac_x86_64 (push) Has been cancelled
release_nightly / bundle_windows_aarch64 (push) Has been cancelled
release_nightly / bundle_windows_x86_64 (push) Has been cancelled
release_nightly / build_nix_linux_x86_64 (push) Has been cancelled
release_nightly / build_nix_mac_aarch64 (push) Has been cancelled
release_nightly / update_nightly_tag (push) Has been cancelled
Hotfix Review Monitor / check-hotfix-reviews (push) Has been cancelled
Stale PR Review Reminder / check-stale-prs (push) Has been cancelled
Update Weekly Top Ranking Issues / update_top_ranking_issues (push) Has been cancelled
Bump collab-staging Tag / update-collab-staging-tag (push) Has been cancelled
compliance_check / scheduled_compliance_check (push) Has been cancelled
Some checks failed
Update All Top Ranking Issues / update_top_ranking_issues (push) Has been cancelled
Triage Project Sync (#84) / Sync triage project (push) Has been cancelled
release_nightly / notify_on_failure (push) Has been cancelled
release_nightly / check_style (push) Has been cancelled
release_nightly / run_tests_windows (push) Has been cancelled
release_nightly / clippy_windows (push) Has been cancelled
release_nightly / bundle_linux_aarch64 (push) Has been cancelled
release_nightly / bundle_linux_x86_64 (push) Has been cancelled
release_nightly / bundle_mac_aarch64 (push) Has been cancelled
release_nightly / bundle_mac_x86_64 (push) Has been cancelled
release_nightly / bundle_windows_aarch64 (push) Has been cancelled
release_nightly / bundle_windows_x86_64 (push) Has been cancelled
release_nightly / build_nix_linux_x86_64 (push) Has been cancelled
release_nightly / build_nix_mac_aarch64 (push) Has been cancelled
release_nightly / update_nightly_tag (push) Has been cancelled
Hotfix Review Monitor / check-hotfix-reviews (push) Has been cancelled
Stale PR Review Reminder / check-stale-prs (push) Has been cancelled
Update Weekly Top Ranking Issues / update_top_ranking_issues (push) Has been cancelled
Bump collab-staging Tag / update-collab-staging-tag (push) Has been cancelled
compliance_check / scheduled_compliance_check (push) Has been cancelled
Single-commit orphan branch: full zed-industries/zed @ 8c74db0 source tree with a 3-file patch applied (no upstream history). Patch (crates/gpui_linux/src/linux/wayland/): - serial.rs: add SerialKind::KeyboardEnter - client.rs: store wl_keyboard.enter serial; add latest_serial_of() - window.rs: activate() uses keyboard-enter serial (Mutter focus gate) Mutter honors window activation only when the token carries the keyboard- focus serial from wl_keyboard.enter; GPUI used a stale mouse-press serial. See docs/tray-window-focus-wayland.md in logiguard. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
106
docs/book.toml
Normal file
106
docs/book.toml
Normal file
@@ -0,0 +1,106 @@
|
||||
[book]
|
||||
authors = ["The Zed Team"]
|
||||
language = "en"
|
||||
multilingual = false
|
||||
src = "src"
|
||||
title = "Zed"
|
||||
site-url = "/docs/"
|
||||
|
||||
[build]
|
||||
extra-watch-dirs = ["../crates/docs_preprocessor"]
|
||||
|
||||
# zed-html is a "custom" renderer that just wraps the
|
||||
# builtin mdbook html renderer, and applies post-processing
|
||||
# as post-processing is not possible with mdbook in the same way
|
||||
# pre-processing is
|
||||
# The config is passed directly to the html renderer, so all config
|
||||
# options that apply to html apply to zed-html
|
||||
[output.zed-html]
|
||||
command = "cargo run -p docs_preprocessor -- postprocess"
|
||||
# Set here instead of above as we only use it replace the `#description#` we set in the template
|
||||
# when no front-matter is provided value
|
||||
default-description = "Learn how to use and customize Zed, the fast, collaborative code editor. Official docs on features, configuration, AI tools, and workflows."
|
||||
default-title = "Zed Code Editor Documentation"
|
||||
no-section-label = true
|
||||
preferred-dark-theme = "dark"
|
||||
additional-css = ["theme/page-toc.css", "theme/plugins.css", "theme/highlight.css", "theme/consent-banner.css"]
|
||||
additional-js = ["theme/page-toc.js", "theme/plugins.js", "theme/c15t@2.0.0-rc.3.js", "theme/analytics.js"]
|
||||
|
||||
[output.zed-html.print]
|
||||
enable = false
|
||||
|
||||
# Redirects for `/docs` pages.
|
||||
#
|
||||
# All of the source URLs are interpreted relative to mdBook, so they must:
|
||||
# 1. Not start with `/docs`
|
||||
# 2. End in `.html`
|
||||
#
|
||||
# The destination URLs are interpreted relative to `https://zed.dev`.
|
||||
# - Redirects to other docs pages should end in `.html`
|
||||
# - You can link to pages on the Zed site by omitting the `/docs` in front of it.
|
||||
[output.zed-html.redirect]
|
||||
# AI
|
||||
"/ai.html" = "/docs/ai/overview.html"
|
||||
"/assistant-panel.html" = "/docs/ai/agent-panel.html"
|
||||
"/assistant.html" = "/docs/assistant/assistant.html"
|
||||
"/assistant/assistant-panel.html" = "/docs/ai/agent-panel.html"
|
||||
"/assistant/assistant.html" = "/docs/ai/overview.html"
|
||||
"/assistant/commands.html" = "/docs/ai/text-threads.html"
|
||||
"/assistant/configuration.html" = "/docs/ai/configuration.html"
|
||||
"/assistant/context-servers.html" = "/docs/ai/mcp.html"
|
||||
"/assistant/contexts.html" = "/docs/ai/text-threads.html"
|
||||
"/assistant/inline-assistant.html" = "/docs/ai/inline-assistant.html"
|
||||
"/assistant/model-context-protocol.html" = "/docs/ai/mcp.html"
|
||||
"/assistant/prompting.html" = "/docs/ai/rules.html"
|
||||
"/language-model-integration.html" = "/docs/assistant/assistant.html"
|
||||
"/model-improvement.html" = "/docs/ai/ai-improvement.html"
|
||||
"/ai/temperature.html" = "/docs/ai/agent-settings.html#model-temperature"
|
||||
"/ai/subscription.html" = "/docs/ai/plans-and-usage.html"
|
||||
|
||||
# Core
|
||||
"/configuring-zed.html" = "/docs/reference/all-settings.html"
|
||||
|
||||
# Collaboration
|
||||
"/channels.html" = "/docs/collaboration/channels.html"
|
||||
"/collaboration.html" = "/docs/collaboration/overview.html"
|
||||
|
||||
# Community
|
||||
"/community/feedback.html" = "/community-links"
|
||||
"/conversations.html" = "/community-links"
|
||||
|
||||
# Debugger
|
||||
"/debuggers.html" = "/docs/debugger.html"
|
||||
|
||||
# MCP
|
||||
"/assistant/model-context-protocolCitedby.html" = "/docs/ai/mcp.html"
|
||||
"/context-servers.html" = "/docs/ai/mcp.html"
|
||||
"/extensions/context-servers.html" = "/docs/extensions/mcp-extensions.html"
|
||||
|
||||
# Languages
|
||||
"/adding-new-languages.html" = "/docs/extensions/languages.html"
|
||||
"/elixir.html" = "/docs/languages/elixir.html"
|
||||
"/javascript.html" = "/docs/languages/javascript.html"
|
||||
"/languages/languages/html.html" = "/docs/languages/html.html"
|
||||
"/languages/languages/javascript.html" = "/docs/languages/javascript.html"
|
||||
"/languages/languages/makefile.html" = "/docs/languages/makefile.html"
|
||||
"/languages/languages/nim.html" = "/docs/languages/nim.html"
|
||||
"/languages/languages/ruby.html" = "/docs/languages/ruby.html"
|
||||
"/languages/languages/scala.html" = "/docs/languages/scala.html"
|
||||
"/python.html" = "/docs/languages/python.html"
|
||||
"/ruby.html" = "/docs/languages/ruby.html"
|
||||
|
||||
# Zed development
|
||||
"/contribute-to-zed.html" = "/docs/development.html#contributor-links"
|
||||
"/contributing.html" = "/docs/development.html#contributor-links"
|
||||
"/developing-zed.html" = "/docs/development.html"
|
||||
"/development/development/linux.html" = "/docs/development/linux.html"
|
||||
"/development/development/macos.html" = "/docs/development/macos.html"
|
||||
"/development/development/windows.html" = "/docs/development/windows.html"
|
||||
|
||||
# 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", "zed-html"]
|
||||
Reference in New Issue
Block a user