From 617ea4f9b00a05e007f366d46120da9fa1e7c45c Mon Sep 17 00:00:00 2001 From: Shivam Saini <51438830+shivamsn97@users.noreply.github.com> Date: Sun, 26 Jul 2026 14:10:52 +0530 Subject: [PATCH] docs: follow the debugging-guide merge, and surface the extension MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The framework's two debugging pages are now one, so the nav loses the "Debugging .pyxl files" entry, its search keywords fold into the single page, and the generated JSON for the removed page is deleted rather than left serving stale duplicate content — the old URL now returns a real 404 with the "Back to docs" page. The homepage told a visitor the extension exists but never how to get it. The Studio and debugger section now carries the install command with a copy button, states that F5 needs it, and links to the Marketplace alongside the two guides. The Markdown twin gains the editor-setup entry with the same command. --- pages/index.md | 3 +- pages/index.pyxl | 21 +- public/docs-data/changelog.json | 2 +- public/docs-data/guides/debugging-pyxl.json | 1 - public/docs-data/guides/debugging.json | 2 +- public/docs-data/guides/editor-setup.json | 2 +- public/docs-data/guides/studio.json | 2 +- public/docs-data/manifest.json | 64 ++-- public/docs-data/reference/cli.json | 2 +- public/llms-full.txt | 370 ++++++++++++-------- public/llms.txt | 1 - public/sitemap.xml | 1 - scripts/build-docs.mjs | 4 +- 13 files changed, 277 insertions(+), 198 deletions(-) delete mode 100644 public/docs-data/guides/debugging-pyxl.json diff --git a/pages/index.md b/pages/index.md index 602257e..d94b7db 100644 --- a/pages/index.md +++ b/pages/index.md @@ -11,7 +11,8 @@ If it runs Python and Node, it runs Pyxle. - [Quick start](https://pyxle.dev/docs/getting-started/quick-start.md) — build your first app - [.pyxl files](https://pyxle.dev/docs/core-concepts/pyxl-files.md) — the core format - [Pyxle Studio](https://pyxle.dev/docs/guides/studio.md) — the dashboard built into `pyxle dev` -- [Debugging .pyxl files](https://pyxle.dev/docs/guides/debugging-pyxl.md) — breakpoints in the loader and the component +- [Debugging](https://pyxle.dev/docs/guides/debugging.md) — breakpoints in the loader and the component, in one file +- [Editor setup](https://pyxle.dev/docs/guides/editor-setup.md) — the VS Code extension: `code --install-extension pyxle.pyxle-language-tools` - [Pyxle for AI coding agents](https://pyxle.dev/docs/guides/for-ai-agents.md) ## Explore diff --git a/pages/index.pyxl b/pages/index.pyxl index 666f0be..41cb653 100644 --- a/pages/index.pyxl +++ b/pages/index.pyxl @@ -214,7 +214,7 @@ function JustShipped() {

Studio - Debugger + Debugger