summaryrefslogtreecommitdiff
path: root/docs/src/pages/guides/debugging.md
diff options
context:
space:
mode:
authorGravatar AsyncBanana <58297401+AsyncBanana@users.noreply.github.com> 2021-10-14 08:33:58 -0400
committerGravatar GitHub <noreply@github.com> 2021-10-14 08:33:58 -0400
commit4dbad5d5ff164167ae5b61ab6c2e46605fc25b14 (patch)
tree632fcea58128765cd33489c70b927b4c17a44ca4 /docs/src/pages/guides/debugging.md
parenta0becd24b4f44a8ee92533c3baf943e760ee7584 (diff)
downloadastro-4dbad5d5ff164167ae5b61ab6c2e46605fc25b14.tar.gz
astro-4dbad5d5ff164167ae5b61ab6c2e46605fc25b14.tar.zst
astro-4dbad5d5ff164167ae5b61ab6c2e46605fc25b14.zip
Added descriptions to docs pages (#1550)
Diffstat (limited to 'docs/src/pages/guides/debugging.md')
-rw-r--r--docs/src/pages/guides/debugging.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/src/pages/guides/debugging.md b/docs/src/pages/guides/debugging.md
index 561af0267..64d18f4f3 100644
--- a/docs/src/pages/guides/debugging.md
+++ b/docs/src/pages/guides/debugging.md
@@ -1,6 +1,7 @@
---
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](/reference/builtin-components#debug-).