Skip to content

Commit

Permalink
update description
Browse files Browse the repository at this point in the history
  • Loading branch information
trueberryless committed Nov 26, 2024
1 parent 5df2975 commit 4944aab
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# `starlight-plugin-show-latest-version`

Add a nice credit to Starlight or Astro at the bottom of Table of Contents.
Show the latest released version of your Starlight plugin in your documentation.

## Package

Expand Down
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# `starlight-plugin-show-latest-version`

Add a nice credit to Starlight or Astro at the bottom of Table of Contents.
Show the latest released version of your Starlight plugin in your documentation.

## Documentation

Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "starlight-plugin-show-latest-version-docs",
"version": "0.0.0",
"description": "Add a nice credit to Starlight or Astro at the bottom of Table of Contents.",
"description": "Show the latest released version of your Starlight plugin in your documentation.",
"keywords": [
"starlight",
"docs",
Expand Down
2 changes: 1 addition & 1 deletion docs/src/content/docs/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Getting Started
---

Add a nice credit to Starlight or Astro at the bottom of Table of Contents.
Show the latest released version of your Starlight plugin in your documentation.

## Prerequisites

Expand Down
4 changes: 2 additions & 2 deletions docs/src/content/docs/index.mdx
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
title: Starlight Cooler Credit
description: Add a nice credit to Starlight or Astro at the bottom of Table of Contents.
description: Show the latest released version of your Starlight plugin in your documentation.
head:
- tag: title
content: Starlight Cooler Credit
template: splash
editUrl: false
hero:
tagline: Add a nice credit to Starlight or Astro at the bottom of Table of Contents.
tagline: Show the latest released version of your Starlight plugin in your documentation.
image:
dark: ../../assets/big-logo-dark.png
light: ../../assets/big-logo-light.png
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "starlight-plugin-show-latest-version-monorepo",
"version": "1.0.0",
"private": true,
"description": "Add a nice credit to Starlight or Astro at the bottom of Table of Contents.",
"description": "Show the latest released version of your Starlight plugin in your documentation.",
"homepage": "https://github.com/trueberryless-org/starlight-plugin-show-latest-version",
"bugs": {
"url": "https://github.com/trueberryless-org/starlight-plugin-show-latest-version/issues"
Expand Down
2 changes: 1 addition & 1 deletion packages/starlight-cooler-credit/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# `starlight-plugin-show-latest-version`

Add a nice credit to Starlight or Astro at the bottom of Table of Contents.
Show the latest released version of your Starlight plugin in your documentation.

## Documentation

Expand Down
2 changes: 1 addition & 1 deletion packages/starlight-cooler-credit/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "starlight-plugin-show-latest-version",
"version": "0.0.0",
"description": "Add a nice credit to Starlight or Astro at the bottom of Table of Contents.",
"description": "Show the latest released version of your Starlight plugin in your documentation.",
"keywords": [
"starlight",
"docs",
Expand Down

0 comments on commit 4944aab

Please sign in to comment.