From 93e41a321212361c175812788492d56e5a89ade3 Mon Sep 17 00:00:00 2001 From: Aylur Date: Wed, 4 Sep 2024 23:32:53 +0000 Subject: docs: fix links added initial documention for each library --- docs/ags/variable.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs/ags/variable.md') diff --git a/docs/ags/variable.md b/docs/ags/variable.md index b724df8..06098dd 100644 --- a/docs/ags/variable.md +++ b/docs/ags/variable.md @@ -7,6 +7,10 @@ import { Variable } from "astal" Variable is just a simple `GObject` that holds a value. And has shortcuts for hooking up subprocesses. +:::info +The `Variable` object imported from the `"astal"` package is **not** [Astal.Variable](https://aylur.github.io/libastal/class.Variable.html). +::: + ## Variable as state ```typescript -- cgit v1.2.3