[READ-ONLY] Mirror of https://github.com/trueberryless/starlight-customize-toc-additional-content. Add additional content to Starlight's table of contents.
0

Configure Feed

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

1{ 2 "name": "starlight-customize-toc-additional-content", 3 "type": "module", 4 "version": "0.0.1", 5 "scripts": { 6 "dev": "astro dev", 7 "start": "astro dev", 8 "build": "astro build", 9 "preview": "astro preview", 10 "astro": "astro" 11 }, 12 "dependencies": { 13 "@astrojs/starlight": "^0.36.2", 14 "astro": "^5.6.1", 15 "sharp": "^0.34.2" 16 } 17}