> ## Documentation Index
> Fetch the complete documentation index at: https://notes.enesbaspinar.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Variables

## Debug

Bir script'te erişebileceğiniz değişkenlerin listesini görmek için `export`
komutunu kullanabilirsiniz.

```yaml theme={null}
script:
  - export
```
