-
-
Save trueberryless/7ed4110d6f4cf4d2517d98dfcc035705 to your computer and use it in GitHub Desktop.
trueberryless-org's Starlight plugins
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "plugins": [ | |
| { | |
| "name": "Starlight View Modes", | |
| "description": "Add view mode capabilities to your documentation website.", | |
| "url": "https://starlight-view-modes.trueberryless.org/" | |
| }, | |
| { | |
| "name": "Starlight Cooler Credit", | |
| "description": "Add a nice credit to Starlight or Astro at the bottom of Table of Contents.", | |
| "url": "https://starlight-cooler-credit.trueberryless.org/" | |
| }, | |
| { | |
| "name": "Starlight Latest Version", | |
| "description": "Show the latest released version of your package in your documentation.", | |
| "url": "https://starlight-latest-version.trueberryless.org/" | |
| }, | |
| { | |
| "name": "Starlight Sidebar Swipe", | |
| "description": "Make sidebar swipeable on mobile devices like Discord Mobile.", | |
| "url": "https://starlight-sidebar-swipe.trueberryless.org/" | |
| } | |
| ], | |
| "components": [ | |
| { | |
| "name": "Starlight Sidebar Topics Dropdown", | |
| "description": "Dropdown topic list for the Starlight Sidebar Topics plugin.", | |
| "url": "https://starlight-sidebar-topics-dropdown.trueberryless.org/" | |
| }, | |
| { | |
| "name": "Starlight Save File Component", | |
| "description": "Quickly display a link to some download asset on your Starlight site.", | |
| "url": "https://starlight-save-file-component.trueberryless.org/" | |
| }, | |
| { | |
| "name": "Astro Contributors", | |
| "description": "Display a list of all contributors to your project.", | |
| "url": "https://astro-contributors.trueberryless.org/" | |
| } | |
| ], | |
| "tools": [ | |
| { | |
| "name": "Starlight Plugin Translations", | |
| "description": "View the translation status of Starlight plugins which add UI translation strings.", | |
| "url": "https://starlight-plugin-translations.netlify.app/" | |
| } | |
| ], | |
| "themes": [ | |
| { | |
| "name": "Starlight Theme Next.js", | |
| "description": "Starlight theme inspired by the Next.js docs.", | |
| "url": "https://starlight-theme-next.trueberryless.org/" | |
| }, | |
| { | |
| "name": "Starlight Theme Rosé Pine", | |
| "description": "Soho vibes for Starlight.", | |
| "url": "https://starlight-theme-rose-pine.trueberryless.org/" | |
| } | |
| ], | |
| "blog-posts": [ | |
| { | |
| "name": "Progress Indicator", | |
| "description": "Learn how to create a horizontal progress indicator for your Starlight site.", | |
| "url": "https://blog.trueberryless.org/blog/starlight-progress-indicator/" | |
| }, | |
| { | |
| "name": "Sidebar Whitespaces", | |
| "description": "How small changes can make a big difference when it comes to whitespaces, font sizes, weights, and colours in your Starlight sidebar.", | |
| "url": "https://blog.trueberryless.org/blog/starlight-sidebar-whitespace/" | |
| }, | |
| { | |
| "name": "Autogenerate Whole Sidebar", | |
| "description": "Learn two Starlight techniques to autogenerate large sidebars while keeping clean URLs and labels.", | |
| "url": "https://blog.trueberryless.org/blog/starlight-autogenerate-whole-sidebar/" | |
| }, | |
| { | |
| "name": "Topics: Dropdown and List together", | |
| "description": "Learn how to combine a desktop list and mobile dropdown for your Starlight sidebar topics.", | |
| "url": "https://blog.trueberryless.org/blog/starlight-dropdown-and-list-together/" | |
| }, | |
| { | |
| "name": "Customize Table of Contents \"Overview\" Title", | |
| "description": "Learn how you can customize the first heading in the right sidebar of every Starlight page globally and individually.", | |
| "url": "https://blog.trueberryless.org/blog/starlight-customize-toc-overview-title/" | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment