From 649bc252e76c353c1bfff058e5b8945bd2d97d61 Mon Sep 17 00:00:00 2001 From: Kai O'Reilly Date: Thu, 19 Dec 2024 15:13:10 -0800 Subject: [PATCH] rename value binding page to bind for consistency and concision --- docs/content/basics.md | 4 ++-- docs/content/{value-binding.md => bind.md} | 0 docs/content/button.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) rename docs/content/{value-binding.md => bind.md} (100%) diff --git a/docs/content/basics.md b/docs/content/basics.md index 480f09fa52..01d07af6fc 100644 --- a/docs/content/basics.md +++ b/docs/content/basics.md @@ -24,9 +24,9 @@ The **basics** are a simple overview of the key [[concepts]] of Cogent Core. You -## Value binding +## Bind - + ## Plan diff --git a/docs/content/value-binding.md b/docs/content/bind.md similarity index 100% rename from docs/content/value-binding.md rename to docs/content/bind.md diff --git a/docs/content/button.md b/docs/content/button.md index d71aa2ae15..1941333f5d 100644 --- a/docs/content/button.md +++ b/docs/content/button.md @@ -2,7 +2,7 @@ Categories = ["Widgets"] +++ -A **button** is a [[widget]] that a user can click on to trigger an action. See [[func button]] for a button [[value binding|bound]] to a function. +A **button** is a [[widget]] that a user can click on to trigger an action. See [[func button]] for a button [[bind|bound]] to a function. ## Properties