Skip to content

Commit ca07930

Browse files
Refactor documentation to remove 'Lix' prefix from HTML Diff references for consistency and clarity.
1 parent 9d86e0e commit ca07930

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Lix HTML Diff
1+
# HTML Diff
22

3-
Lix HTML Diff is a simple way to generate and display diffs for any app UI.
3+
HTML Diff is a simple way to generate and display diffs for any app UI.
44

55
- 🌐 **Universal**: Works for any app that renders to HTML (which is most apps!)
66
-**Simple**: No need for renderer-specific diff logic.

docs/guide/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import Showcase from "../components/showcase";
44

55
## Overview
66

7-
Lix HTML Diff is a simple way to generate and display diffs for any app UI.
7+
HTML Diff is a simple way to generate and display diffs for any app UI.
88

99
Assume you want to diff a table that's displayed to users. You render the before and after HTML, then pass both into the `renderHtmlDiff` function to get the diff:
1010

docs/guide/styling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
Your app's existing CSS continues to work exactly as before.
66

7-
When you render a diff using Lix HTML Diff, it only adds `data-diff-status` attributes to highlight changes. It does not modify your existing HTML structure or styling. The exception is when you opt in to specific behaviors using [data-diff-mode](/guide/attributes.html#data-diff-mode) attributes, which allows for more control over how diffs are displayed.
7+
When you render a diff using HTML Diff, it only adds `data-diff-status` attributes to highlight changes. It does not modify your existing HTML structure or styling. The exception is when you opt in to specific behaviors using [data-diff-mode](/guide/attributes.html#data-diff-mode) attributes, which allows for more control over how diffs are displayed.
88

99
Each changed element receives one of these attributes:
1010

0 commit comments

Comments
 (0)