Skip to content

Commit 110d124

Browse files
committed
replace plugins with components
1 parent 0a28ffb commit 110d124

File tree

21 files changed

+32
-47
lines changed

21 files changed

+32
-47
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
# `starlight-sidebar-topics-dropdown`
22

3-
Starlight plugin to split your docs page into multiple subpages and switch between them with a dropdown menu in the sidebar.
3+
Dropdown topic list for the Starlight Sidebar Topics plugin.
44

55
[![Netlify Status](https://api.netlify.com/api/v1/badges/95fcecc3-418d-41e7-877a-e83a40570be6/deploy-status)](https://app.netlify.com/sites/starlight-sidebar-topics-dropdown/deploys)
66

77
## Package
88

9-
If you are looking for the Starlight plugin package, you can find it in the [`packages/starlight-sidebar-topics-dropdown/`](/packages/starlight-sidebar-topics-dropdown/) directory.
9+
If you are looking for the Starlight component package, you can find it in the [`packages/starlight-sidebar-topics-dropdown/`](/packages/starlight-sidebar-topics-dropdown/) directory.
1010

1111
## Project structure
1212

13-
This project uses pnpm workspaces to develop a single Starlight plugin from the `packages/starlight-sidebar-topics-dropdown/` directory. A Starlight documentation site is also available in the `docs/` directory that is also used for testing and demonstrating the Starlight plugin.
13+
This project uses pnpm workspaces to develop a single Starlight component from the `packages/starlight-sidebar-topics-dropdown/` directory. A Starlight documentation site is also available in the `docs/` directory that is also used for testing and demonstrating the Starlight component.
1414

1515
## License
1616

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# `starlight-sidebar-topics-dropdown`
22

3-
Starlight plugin to split your docs page into multiple subpages and switch between them with a dropdown menu in the sidebar.
3+
Dropdown topic list for the Starlight Sidebar Topics plugin.
44

55
## Documentation
66

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "starlight-sidebar-topics-dropdown-docs",
33
"version": "0.4.0",
44
"private": true,
5-
"description": "Starlight plugin to split your docs page into multiple subpages and switch between them with a dropdown menu in the sidebar.",
5+
"description": "Dropdown topic list for the Starlight Sidebar Topics plugin.",
66
"homepage": "https://github.com/trueberryless-org/starlight-sidebar-topics-dropdown",
77
"bugs": "https://github.com/trueberryless-org/starlight-sidebar-topics-dropdown/issues",
88
"repository": {

docs/src/content/docs/demo/api/adddescription.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ pagefind: false
55

66
:::note
77
This page exists solely for demonstration purposes and contains no useful information.
8-
See the Starlight Multiple Sidebar Dropdown plugin [documentation](/docs/getting-started/) for more information.
8+
See the Starlight Sidebar Topics Dropdown component [documentation](/docs/getting-started/) for more information.
99
:::

docs/src/content/docs/demo/api/build.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ sidebar:
99

1010
:::note
1111
This page exists solely for demonstration purposes and contains no useful information.
12-
See the Starlight Multiple Sidebar Dropdown plugin [documentation](/docs/getting-started/) for more information.
12+
See the Starlight Sidebar Topics Dropdown component [documentation](/docs/getting-started/) for more information.
1313
:::

docs/src/content/docs/demo/api/debugproject.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ pagefind: false
55

66
:::note
77
This page exists solely for demonstration purposes and contains no useful information.
8-
See the Starlight Multiple Sidebar Dropdown plugin [documentation](/docs/getting-started/) for more information.
8+
See the Starlight Sidebar Topics Dropdown component [documentation](/docs/getting-started/) for more information.
99
:::

docs/src/content/docs/demo/api/oncancellation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ pagefind: false
55

66
:::note
77
This page exists solely for demonstration purposes and contains no useful information.
8-
See the Starlight Multiple Sidebar Dropdown plugin [documentation](/docs/getting-started/) for more information.
8+
See the Starlight Sidebar Topics Dropdown component [documentation](/docs/getting-started/) for more information.
99
:::

docs/src/content/docs/demo/api/rewrite.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ pagefind: false
55

66
:::note
77
This page exists solely for demonstration purposes and contains no useful information.
8-
See the Starlight Multiple Sidebar Dropdown plugin [documentation](/docs/getting-started/) for more information.
8+
See the Starlight Sidebar Topics Dropdown component [documentation](/docs/getting-started/) for more information.
99
:::

docs/src/content/docs/demo/commands/build.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ pagefind: false
55

66
:::note
77
This page exists solely for demonstration purposes and contains no useful information.
8-
See the Starlight Multiple Sidebar Dropdown plugin [documentation](/docs/getting-started/) for more information.
8+
See the Starlight Sidebar Topics Dropdown component [documentation](/docs/getting-started/) for more information.
99
:::

docs/src/content/docs/demo/commands/create.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ pagefind: false
55

66
:::note
77
This page exists solely for demonstration purposes and contains no useful information.
8-
See the Starlight Multiple Sidebar Dropdown plugin [documentation](/docs/getting-started/) for more information.
8+
See the Starlight Sidebar Topics Dropdown component [documentation](/docs/getting-started/) for more information.
99
:::

0 commit comments

Comments
 (0)