Create a "Commands" Astro component #1366
Labels
good first issue
Is it good for beginners to take up?
help wanted
Can the core maintainers not handle this themselves?
Create a component similar to this one we had in Docusaurus but for Astro: https://github.com/tauri-apps/tauri-docs/blob/dev/src/theme/Command.js
Let's keep this simple and allow passing parameters for specifically-labeled props. Maybe an interface like this:
We would pass the full command to the component and it would conditionally render a Starlight
Tabs
component: https://starlight.astro.build/guides/components/#tabsThe text was updated successfully, but these errors were encountered: