> ## Documentation Index
> Fetch the complete documentation index at: https://docs.rocket.new/llms.txt
> Use this file to discover all available pages before exploring further.

# Week 3

> Rocket.new June week 3 release notes with fewer generation errors, targeted mobile fixes, and clearer feedback when publishing sites to Netlify.

export const LlmsDirective = () => <blockquote className="llms-directive">
    For the complete documentation index, see <a href="/llms.txt">llms.txt</a>.
    For a lightweight markdown version of this page, append .md to the URL.
  </blockquote>;

<LlmsDirective />

<Update label="June 18">
  <span class="changelog-improved">Improved</span>

  * **Reduced generation errors**: Error detection and prevention improved across all frameworks for more reliable builds.
</Update>

<Update label="June 17">
  <span class="changelog-fixed">Fixed</span>

  * **Mobile experience fixes**: Resolved header dropdown bugs, smoother iPhone scrolling, and more helpful placeholders.
  * **Netlify publishing feedback**: Deployment errors now surface clearly instead of failing silently.
</Update>
