[READ-ONLY] Mirror of https://github.com/bombshell-dev/docs. bomb.sh/docs
0

Configure Feed

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

fix: add /docs/ prefix to internal links

Nate Moore (Mar 31, 2025, 9:18 PM -0500) cc970d88 d361ac2e

+5 -5
+3 -3
src/content/docs/basics/getting-started.mdx
··· 114 114 115 115 ## Next Steps 116 116 117 - 1. Check out our [Examples](/guides/examples) for more practical use cases 118 - 2. Learn about [Best Practices](/guides/best-practices) for building CLIs 119 - 3. Explore the [API Reference](/api) for detailed documentation 117 + 1. Check out our [Examples](/docs/guides/examples) for more practical use cases 118 + 2. Learn about [Best Practices](/docs/guides/best-practices) for building CLIs 119 + 3. Explore the [API Reference](/docs/api) for detailed documentation 120 120 4. Join our [Discord community](https://bomb.sh/chat) for support and discussions 121 121 122 122 ## TypeScript Support
+1 -1
src/content/docs/clack/core.mdx
··· 65 65 import { TextPrompt, SelectPrompt, ConfirmPrompt } from '@clack/core'; 66 66 ``` 67 67 68 - For detailed examples and usage patterns, check out our [examples guide](/guides/examples). 68 + For detailed examples and usage patterns, check out our [examples guide](/docs/guides/examples).
+1 -1
src/content/docs/index.mdx
··· 13 13 light: "/src/assets/light.svg" 14 14 actions: 15 15 - text: Get started 16 - link: /basics/getting-started/ 16 + link: /docs/basics/getting-started/ 17 17 icon: right-arrow 18 18 variant: primary 19 19 - text: GitHub repository