Skip to content

Commit 9e7c099

Browse files
docs: Delete config page in app docs (#78521)
1 parent e088d03 commit 9e7c099

File tree

3 files changed

+2
-11
lines changed

3 files changed

+2
-11
lines changed

docs/01-app/03-building-your-application/07-configuring/index.mdx

Lines changed: 0 additions & 8 deletions
This file was deleted.

docs/01-app/03-building-your-application/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The sections and pages are organized sequentially, from basic to advanced, so yo
1111

1212
<AppOnly>
1313

14-
If you're new to Next.js, we recommend starting with the [Routing](/docs/app/building-your-application/routing), [Rendering](/docs/app/building-your-application/rendering), [Data Fetching](/docs/app/building-your-application/data-fetching) and [Styling](/docs/app/building-your-application/styling) sections, as they introduce the fundamental Next.js and web concepts to help you get started. Then, you can dive deeper into the other sections such as [Optimizing](/docs/app/building-your-application/optimizing) and [Configuring](/docs/app/building-your-application/configuring). Finally, once you're ready, checkout the [Deploying](/docs/app/getting-started/deploying) and [Upgrading](/docs/app/guides/upgrading) sections.
14+
If you're new to Next.js, we recommend starting with the [Routing](/docs/app/building-your-application/routing), [Rendering](/docs/app/building-your-application/rendering), [Data Fetching](/docs/app/building-your-application/data-fetching) and [Styling](/docs/app/building-your-application/styling) sections, as they introduce the fundamental Next.js and web concepts to help you get started. Then, you can dive deeper into the other sections such as [Optimizing](/docs/app/building-your-application/optimizing). Finally, once you're ready, checkout the [Deploying](/docs/app/getting-started/deploying) and [Upgrading](/docs/app/guides/upgrading) sections.
1515

1616
</AppOnly>
1717

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
title: Configuring
33
description: Learn how to configure your Next.js application.
4-
source: app/building-your-application/configuring
54
---
65

7-
{/* 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</PagesOnly>` component to add content that is specific to the Pages Router. Any shared content should not be wrapped in a component. */}
6+
Next.js allows you to customize your project to meet specific requirements. This includes integrations with TypeScript, ESlint, and more, as well as internal configuration options such as Absolute Imports and Environment Variables.

0 commit comments

Comments
 (0)