summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAylur <[email protected]>2024-10-23 20:37:32 +0000
committerAylur <[email protected]>2024-10-23 20:37:32 +0000
commit306e64998c1bf1fb997c1098ae92d6edfef31cd2 (patch)
tree1f852514d269f9ad1d3523771e9119760ace6948 /docs
parent72670224a49cf22779b56eabce0d9ce71bfb5486 (diff)
docs: astal3 and io comments
Diffstat (limited to 'docs')
-rw-r--r--docs/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/default.nix b/docs/default.nix
index 1f67db8..0d79ce1 100644
--- a/docs/default.nix
+++ b/docs/default.nix
@@ -115,6 +115,7 @@ in
flakepkg = "io";
gir = "IO";
api-ver = "0.1";
+ browse = "astal/io";
description = "Astal Core library";
version = ../lib/astal/io/version;
}}
@@ -122,6 +123,7 @@ in
flakepkg = "astal3";
gir = "";
api-ver = "3.0";
+ browse = "astal/gtk3";
description = "Astal GTK3 widget library";
version = ../lib/astal/gtk3/version;
dependencies = {inherit (dependency) "AstalIO-0.1" "Gtk-3.0";};