summaryrefslogtreecommitdiff
path: root/docs/src/pages/en/guides/debugging.md
diff options
context:
space:
mode:
authorGravatar Jonathan Neal <jonathantneal@hotmail.com> 2022-02-07 13:39:53 -0500
committerGravatar GitHub <noreply@github.com> 2022-02-07 13:39:53 -0500
commita911d14eabe4f4f9080b59b1c292818ea2ca6123 (patch)
tree529fdda395eedc122955fd2851954d61554869b4 /docs/src/pages/en/guides/debugging.md
parent2bc91543ceeb5f3dd45e201bf75d79f186e85141 (diff)
downloadastro-a911d14eabe4f4f9080b59b1c292818ea2ca6123.tar.gz
astro-a911d14eabe4f4f9080b59b1c292818ea2ca6123.tar.zst
astro-a911d14eabe4f4f9080b59b1c292818ea2ca6123.zip
Remove docs from monorepo (#2517)
* Remove docs from monorepo * Update PULL_REQUEST_TEMPLATE.md * Update relative doc references with links or todo
Diffstat (limited to 'docs/src/pages/en/guides/debugging.md')
-rw-r--r--docs/src/pages/en/guides/debugging.md7
1 files changed, 0 insertions, 7 deletions
diff --git a/docs/src/pages/en/guides/debugging.md b/docs/src/pages/en/guides/debugging.md
deleted file mode 100644
index 7e3211656..000000000
--- a/docs/src/pages/en/guides/debugging.md
+++ /dev/null
@@ -1,7 +0,0 @@
----
-layout: ~/layouts/MainLayout.astro
-title: Debugging
-description: Debug in Astro using the Debug component
----
-
-Astro runs on the server and logs directly to your terminal, so it can be difficult to debug values from Astro. Astro's built-in `<Debug>` component can help you inspect values inside your files on the clientside. Read more about the [built-in Debug Component](/en/reference/builtin-components#debug-).