You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Add the ability to insert text after the package title (#2323)
The current use case for this is to advise users of equivalent Firebase
packages. For example:
```toml
readme-after-title-text = """> [!TIP]
> Flutter applications should use [Firebase AI Logic](https://firebase.google.com/products/firebase-ai-logic).
>
> The Generate Language API is meant for Dart desktop and cloud applications.
> Firebase AI Logic provides client-side access to both the Gemini Developer
> API and Vertex AI. """
```
Which results in a README.md that looks like:
<img width="1485" height="909" alt="image"
src="https://github.com/user-attachments/assets/a1c9120e-eafd-4394-9562-48c595ab4960"
/>
0 commit comments