Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Add 'DO NOT EDIT' comment #51600

Merged
merged 6 commits into from Jun 22, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ title: Lazy Loading
description: Lazy load imported libraries and React Components to improve your application's loading performance.
source: app/building-your-application/optimizing/lazy-loading
---

{/* DO NOT EDIT. The content of this doc is generated from the source above. To edit the content of this page, navigate to the source page in your editor. You can use the `<PagesOnly>Content</PageOnly>` component to add content that is specific to the Pages Router. Any shared content should not be wrapped in a component. */}
2 changes: 2 additions & 0 deletions docs/03-pages/02-api-reference/01-components/script.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ title: <Script>
description: Optimize third-party scripts in your Next.js application using the built-in `next/script` Component.
source: app/api-reference/components/script
---

{/* DO NOT EDIT. The content of this doc is generated from the source above. To edit the content of this page, navigate to the source page in your editor. You can use the `<PagesOnly>Content</PageOnly>` component to add content that is specific to the Pages Router. Any shared content should not be wrapped in a component. */}
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ title: useReportWebVitals
description: useReportWebVitals
source: app/api-reference/functions/use-report-web-vitals
---

{/* DO NOT EDIT. The content of this doc is generated from the source above. To edit the content of this page, navigate to the source page in your editor. You can use the `<PagesOnly>Content</PageOnly>` component to add content that is specific to the Pages Router. Any shared content should not be wrapped in a component. */}