Skip to content

Commit 0d8b2d6

Browse files
authored
docs: fix duplicate headers on docs pages (#19)
1 parent 7712e01 commit 0d8b2d6

6 files changed

Lines changed: 0 additions & 6 deletions

File tree

docs-website/src/pages/Pages__ApiComputed.res

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ open Basefn
55
@jsx.component
66
let make = () => {
77
<div>
8-
<Typography text={static("Computed")} variant={H1} />
98
<Typography
109
text={static("Derived values that automatically update when their dependencies change.")}
1110
variant={Lead}

docs-website/src/pages/Pages__ApiEffect.res

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ open Basefn
55
@jsx.component
66
let make = () => {
77
<div>
8-
<Typography text={static("Effect")} variant={H1} />
98
<Typography
109
text={static("Side effects that automatically re-run when their dependencies change.")}
1110
variant={Lead}

docs-website/src/pages/Pages__ApiSignal.res

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ open Basefn
55
@jsx.component
66
let make = () => {
77
<div>
8-
<Typography text={static("Signal")} variant={H1} />
98
<Typography
109
text={static("The core reactive primitive for holding mutable state.")}
1110
variant={Lead}

docs-website/src/pages/Pages__Examples.res

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,6 @@ module DerivedStateExample = {
171171
let make = () => {
172172
<div>
173173
<div>
174-
<Typography text={static("Examples")} variant={H1} />
175174
<Typography
176175
text={static("Interactive examples demonstrating rescript-signals patterns.")}
177176
variant={Lead}

docs-website/src/pages/Pages__GettingStarted.res

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ open Basefn
44
@jsx.component
55
let make = () => {
66
<div>
7-
<Typography text={static("Getting Started")} variant={H1} />
87
<Typography
98
text={static("Learn how to install and use rescript-signals in your project.")}
109
variant={Lead}

docs-website/src/pages/Pages__ReleaseNotes.res

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ let make = () => {
7373

7474
<div>
7575
<div>
76-
<Typography text={static("Release Notes")} variant={H1} />
7776
<Typography
7877
text={static("View the changelog and release history for rescript-signals.")}
7978
variant={Lead}

0 commit comments

Comments
 (0)