Skip to content

Commit e193f00

Browse files
committed
chore: update description
1 parent 21c3db8 commit e193f00

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div align="center">
22
<h1>astro-content-devtools 🔬</h1>
3-
<p>Browse Astro Content Collections, schemas and entry files directly in your browser.</p>
3+
<p>Browse Astro Content Collections, schemas and entry files in your browser.</p>
44
<p>
55
<a href="https://user-images.githubusercontent.com/494699/228251573-956d8dda-dc9e-483f-8437-52f274838fe1.png" title="Entry data preview in astro-content-devtools">
66
<img alt="Entry data preview in astro-content-devtools" src="https://user-images.githubusercontent.com/494699/228251573-956d8dda-dc9e-483f-8437-52f274838fe1.png" width="520" />
@@ -25,7 +25,7 @@
2525

2626
Browsing [Astro Content Collections](https://docs.astro.build/en/guides/content-collections/) entry files can sometimes be a bit cumbersome, especially when you have a lot of them spread across multiple collections. Same goes for [collection schemas](https://docs.astro.build/en/guides/content-collections/#defining-a-collection-schema) which are written in TypeScript using [Zod](https://github.com/colinhacks/zod) and can be hard to read for non-developers.
2727

28-
The Astro Content Devtools are available through an Astro component using [SolidJS](https://www.solidjs.com) that you can add to your project and that will provide you with a UI to browse your content collections, schemas and entry files directly in your browser.
28+
The Astro Content Devtools are available through an Astro component using [SolidJS](https://www.solidjs.com) that you can add to your project and that will provide you with a UI to browse your content collections, schemas and entry files in your browser.
2929

3030
- 🎈 Floating UI togglable with a button in the corner of the screen to show and hide the devtools.
3131
- 💾 Current state stored in localStorage to remember the toggle state, selected collection and entry file across reloads and navigation.

demo/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div align="center">
22
<h1>astro-content-devtools 🔬</h1>
3-
<p>Browse Astro Content Collections, schemas and entry files directly in your browser.</p>
3+
<p>Browse Astro Content Collections, schemas and entry files in your browser.</p>
44
</div>
55

66
<div align="center">

demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "astro-content-devtools-demo",
33
"version": "0.0.1",
44
"license": "MIT",
5-
"description": "",
5+
"description": "Browse Astro Content Collections, schemas and entry files in your browser",
66
"author": "HiDeoo <github@hideoo.dev> (https://hideoo.dev)",
77
"type": "module",
88
"scripts": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "astro-content-devtools-monorepo",
33
"version": "0.0.1",
44
"license": "MIT",
5-
"description": "",
5+
"description": "Browse Astro Content Collections, schemas and entry files in your browser",
66
"author": "HiDeoo <github@hideoo.dev> (https://hideoo.dev)",
77
"type": "module",
88
"scripts": {

packages/astro-content-devtools/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div align="center">
22
<h1>astro-content-devtools 🔬</h1>
3-
<p>Browse Astro Content Collections, schemas and entry files directly in your browser.</p>
3+
<p>Browse Astro Content Collections, schemas and entry files in your browser.</p>
44
<p>
55
<a href="https://user-images.githubusercontent.com/494699/228251573-956d8dda-dc9e-483f-8437-52f274838fe1.png" title="Entry data preview in astro-content-devtools">
66
<img alt="Entry data preview in astro-content-devtools" src="https://user-images.githubusercontent.com/494699/228251573-956d8dda-dc9e-483f-8437-52f274838fe1.png" width="520" />
@@ -25,7 +25,7 @@
2525

2626
Browsing [Astro Content Collections](https://docs.astro.build/en/guides/content-collections/) entry files can sometimes be a bit cumbersome, especially when you have a lot of them spread across multiple collections. Same goes for [collection schemas](https://docs.astro.build/en/guides/content-collections/#defining-a-collection-schema) which are written in TypeScript using [Zod](https://github.com/colinhacks/zod) and can be hard to read for non-developers.
2727

28-
The Astro Content Devtools are available through an Astro component using [SolidJS](https://www.solidjs.com) that you can add to your project and that will provide you with a UI to browse your content collections, schemas and entry files directly in your browser.
28+
The Astro Content Devtools are available through an Astro component using [SolidJS](https://www.solidjs.com) that you can add to your project and that will provide you with a UI to browse your content collections, schemas and entry files in your browser.
2929

3030
- 🎈 Floating UI togglable with a button in the corner of the screen to show and hide the devtools.
3131
- 💾 Current state stored in localStorage to remember the toggle state, selected collection and entry file across reloads and navigation.

packages/astro-content-devtools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "astro-content-devtools",
33
"version": "0.0.1",
44
"license": "MIT",
5-
"description": "",
5+
"description": "Browse Astro Content Collections, schemas and entry files in your browser",
66
"author": "HiDeoo <github@hideoo.dev> (https://hideoo.dev)",
77
"type": "module",
88
"exports": {

0 commit comments

Comments
 (0)