Skip to content

Commit 6bc472a

Browse files
Docs IA 2.0: Add Deep Dive section placeholder (#77724)
This section will be for developers who want to understand how things work. It's not essential knowledge, but good to know. A place for conceptual information and colorful diagrams that explain the magic behind things ✨ 🌈
1 parent df052a5 commit 6bc472a

File tree

135 files changed

+5
-1
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

135 files changed

+5
-1
lines changed

Diff for: docs/01-app/04-deep-dive/index.mdx

+4

Diff for: scripts/validate-externals-doc.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ function validate(docPath) {
5555
}
5656

5757
const appRouterValid = validate(
58-
`docs/01-app/04-api-reference/05-config/01-next-config-js/serverExternalPackages.mdx`
58+
`docs/01-app/05-api-reference/05-config/01-next-config-js/serverExternalPackages.mdx`
5959
)
6060
const pagesRouterValid = validate(
6161
`docs/02-pages/03-api-reference/04-config/01-next-config-js/serverExternalPackages.mdx`

0 commit comments

Comments
 (0)