# Talking and Doc'ing 2024-04-04
Sarah has no voice today! :sweat_smile:
It's Not-so-much Talking and Doc'ing! But, we can still hang out and help with some PRs that require checking deployment previews for anything wonky!
- BOTH of these PRs will require checking as many docs pages as we can, on different screen sizes/devices.
- We don't have to hit *every* single page, but we should try to hit as many different kinds of pages as we can (e.g. tutorial pages; "landing" pages with their own navs; pages that use [our custom components](https://contribute.docs.astro.build/reference/custom-components/) like `<PackageManagerTabs/>` and `<Badge />` or [Starlight components](https://starlight.astro.build/guides/components/) like `<Steps />` and `<FileTree/>`.)
1. [Enable experimental.directRenderScript option #7529
](https://github.com/withastro/docs/pull/7529)
**Description:**
Enable experimental.directRenderScript option so that scripts are rendered at the correct pages. But mainly also, I found this to improve performance during builds. The hoisted script analyzer before took some work to complete:
<img width="993" alt="image" src="https://github.com/withastro/docs/assets/34116392/df2968fe-8939-4cb4-8414-38821f5e02fa">
I navigated around the pages locally and everything seem to work right. One report I got (from Erika) is that there may be whitespace issues (as the script is now rendered where it's declared), but I also don't see it happening locally.
2. [fix: fix style, make the style more perfect! #7751](https://github.com/withastro/docs/pull/7751)
Description:
before VS after
<img width="1480" alt="image" src="https://github.com/withastro/docs/assets/79169717/a3ade4f8-d0d5-4ebe-89aa-1902ad9eecb8">
<img width="1480" alt="image" src="https://github.com/withastro/docs/assets/79169717/2105decd-e20a-447b-aed3-170ebd611cb4">
<img width="1480" alt="image" src="https://github.com/withastro/docs/assets/79169717/2d007b87-fe6d-4654-861f-24926d890c28">
<img width="1480" alt="image" src="https://github.com/withastro/docs/assets/79169717/0a83fbaa-4ecb-4dd9-ad9f-8f0eaeb08808">