Skip to content

Commit 0f7cdc8

Browse files
authored
docs: unify description (#5)
1 parent 09053c8 commit 0f7cdc8

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# react-live-unplugin
22

3+
Turn React components into live code blocks with ease.
4+
35
Please refer to the [official documentation](https://vdustr.dev/react-live-unplugin) for more details.
46

57
## Maintainance

packages/docs/src/pages/index.tsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,7 @@ import styles from "./index.module.css";
77
export default function Home(): React.ReactNode {
88
const { siteConfig } = useDocusaurusContext();
99
return (
10-
<Layout
11-
title={`Welcome to ${siteConfig.title}`}
12-
description="Transform your React components into live code blocks with ease."
13-
>
10+
<Layout description={siteConfig.tagline}>
1411
<main className={styles["main-section"]}>
1512
<article className={styles["hero-section"]}>
1613
<h1 className="hero__title">{siteConfig.title}</h1>

packages/react-live-unplugin/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# react-live-unplugin
22

3+
Turn React components into live code blocks with ease.
4+
35
Please refer to the [official documentation](https://vdustr.dev/react-live-unplugin) for more details.
46

57
## License

packages/react-live-unplugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-live-unplugin",
33
"version": "0.2.0",
4-
"description": "React Live Unplugin",
4+
"description": "Turn React components into live code blocks with ease.",
55
"keywords": [
66
"babel",
77
"demo",

0 commit comments

Comments
 (0)