Closed jvmi7 closed 1 month ago
Name | Link |
---|---|
Latest commit | 72a6d7e2592f2b9ff514e6b2388d13c25a1f00c5 |
Latest deploy log | https://app.netlify.com/sites/docs-optimism/deploys/66eda349e54d1500080f323e |
Deploy Preview | https://deploy-preview-894--docs-optimism.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
The changes in the pull request focus on updating the theme.config.tsx
file, specifically the configuration object for the documentation theme. Key modifications include replacing the logo SVG structure, reformatting string quotations from double to single quotes across various properties, and making minor formatting adjustments in the toc
section. The overall functionality of the theme configuration remains unchanged, with no alterations to exported or public entity declarations.
File | Change Summary |
---|---|
theme.config.tsx | Updated logo SVG structure; reformatted string quotations to single quotes; minor formatting changes in toc ; no changes to functionality or exported entities. |
theme.config.tsx
file, specifically modifying the configuration object for the documentation theme, which is directly related to the changes made in the main PR regarding the theme configuration.theme.config.tsx (4)
`12-13`: **LGTM!** The updated logo SVG looks good. The simplified SVG structure improves readability and reduces complexity. --- `22-24`: **LGTM!** The `project` link and `docsRepositoryBase` URL are updated to use single quotes, which is a valid formatting preference. The URLs point to the correct GitHub repository. --- `26-40`: **LGTM!** The `footer` text update to single quotes is a valid formatting preference. The `toc` section retains its functionality, with minor formatting changes in the JSX structure. The `extraContent` function and the usage of the `FeelbackYesNo` component remain unchanged. --- `43-75`: **LGTM!** The `feedback` section's content and labels update to single quotes is a valid formatting preference. The `editLink` text update to single quotes is also a formatting preference and does not affect functionality. The `useNextSeoProps` function's logic remains unchanged, with string comparisons reformatted to single quotes. The `head` function retains its structure and functionality, with formatting updates to use single quotes for meta tags and link elements.
[DO NOT MERGE] Updating the various brand assets on the docs site