When writing or updating documentation, ensure all code examples, installation commands, and project references accurately reflect the current codebase.
When writing or updating documentation, ensure all code examples, installation commands, and project references accurately reflect the current codebase. This includes:
npx create-next-app –example hello-world my-etag-test-app
npx create-next-app –example etag-test etag-test-app
2. Verify that all command examples are up-to-date with the latest CLI parameters and syntax.
3. Include clear explanations of the purpose and functionality of examples rather than generic descriptions:
```markdown
# INSUFFICIENT
This is the most minimal starter for your Next.js project.
# BETTER
This example demonstrates the differences in ETag behavior between Next.js 14 and 15 for static pre-rendered pages.
Keeping references accurate prevents user frustration and maintains trust in the documentation.
Enter the URL of a public GitHub repository