Mirror of
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

ci: sync template files [skip ci] (#93)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

authored by

trueberryless-org[bot]
github-actions[bot]
and committed by
GitHub
467e2eda 3d19a26f

+8 -6
+5 -3
docs/package.json
··· 3 3 "version": "0.4.1", 4 4 "private": true, 5 5 "description": "Dropdown topic list for the Starlight Sidebar Topics plugin.", 6 - "homepage": "https://starlight-sidebar-topics-dropdown.trueberryless.org/", 7 - "bugs": "https://github.com/trueberryless-org/starlight-sidebar-topics-dropdown/issues", 6 + "homepage": "https://starlight-sidebar-topics-dropdown.trueberryless.org", 7 + "bugs": { 8 + "url": "https://github.com/trueberryless-org/starlight-sidebar-topics-dropdown/issues" 9 + }, 8 10 "repository": { 9 11 "type": "git", 10 12 "url": "https://github.com/trueberryless-org/starlight-sidebar-topics-dropdown.git", 11 13 "directory": "docs" 12 14 }, 13 15 "license": "MIT", 14 - "author": "trueberryless-org", 16 + "author": "trueberryless <trueberryless@gmail.com> (https://trueberryless.org)", 15 17 "type": "module", 16 18 "scripts": { 17 19 "astro": "astro",
+1 -1
package.json
··· 3 3 "version": "0.2.1", 4 4 "private": true, 5 5 "description": "Dropdown topic list for the Starlight Sidebar Topics plugin.", 6 - "homepage": "https://starlight-sidebar-topics-dropdown.trueberryless.org/", 6 + "homepage": "https://github.com/trueberryless-org/starlight-sidebar-topics-dropdown", 7 7 "bugs": { 8 8 "url": "https://github.com/trueberryless-org/starlight-sidebar-topics-dropdown/issues" 9 9 },
+1 -1
packages/starlight-sidebar-topics-dropdown/README.md
··· 12 12 13 13 Licensed under the MIT license, Copyright © trueberryless. 14 14 15 - See [LICENSE](/LICENSE) for more information. 15 + See [LICENSE](https://github.com/trueberryless-org/starlight-sidebar-topics-dropdown/blob/main/LICENSE) for more information.
+1 -1
packages/starlight-sidebar-topics-dropdown/package.json
··· 9 9 "topics", 10 10 "dropdown" 11 11 ], 12 - "homepage": "https://starlight-sidebar-topics-dropdown.trueberryless.org/", 12 + "homepage": "https://starlight-sidebar-topics-dropdown.trueberryless.org", 13 13 "bugs": { 14 14 "url": "https://github.com/trueberryless-org/starlight-sidebar-topics-dropdown/issues" 15 15 },