From be79ba1364257fead21326aaead3b9d9e9e94277 Mon Sep 17 00:00:00 2001 From: Owais Jamil Date: Sat, 22 Nov 2025 09:50:02 -0600 Subject: [PATCH] fix: remove dead links --- docs/cli.md | 2 -- docs/overview.md | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/cli.md b/docs/cli.md index 1934398..b4191e4 100644 --- a/docs/cli.md +++ b/docs/cli.md @@ -333,5 +333,3 @@ Check for syntax errors in your HTML, CSS, or JavaScript files. - Read the [Installation Guide](./installation) for framework setup - Explore [Usage Patterns](./usage/state) for state management -- Check the [API Reference](./api) for detailed documentation -- Learn about [Plugins](./plugins) for extended functionality diff --git a/docs/overview.md b/docs/overview.md index 7896af7..91b1f0b 100644 --- a/docs/overview.md +++ b/docs/overview.md @@ -55,7 +55,7 @@ It combines HTML-driven behavior via `data-volt-*` attributes with signal-based VoltX ships with an optional classless CSS framework inspired by Pico CSS and Tufte CSS. It provides beautiful, semantic styling for HTML elements without requiring any CSS classes—just write semantic markup and it looks great out of the box. -Features include typography with modular scale, Tufte-style sidenotes, styled form elements, dialogs, accordions, tooltips, tables, and more. See the framework's [README](../lib/README.md#voltxcss) for installation and usage details. +Features include typography with modular scale, Tufte-style sidenotes, styled form elements, dialogs, accordions, tooltips, tables, and more. Here are some highlights -- 2.51.2