Skip to content

Commit 60321c6

Browse files
authored
docs: improve homepage UX with onboarding guidance
Added a new section for beginners outlining the steps to get started with Webpack, including installation and next steps.
1 parent 046a2b1 commit 60321c6

1 file changed

Lines changed: 18 additions & 2 deletions

File tree

src/content/index.mdx

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,16 @@ import FirstRight from "../components/Splash/first/right.mdx";
88
import SecondLeft from "../components/Splash/second/left.mdx";
99
import SecondRight from "../components/Splash/second/right.mdx";
1010
import Install from "../components/Splash/install/install.mdx";
11+
## New to Webpack?
1112

13+
If you're getting started for the first time, follow this path:
14+
15+
1. Install Webpack
16+
2. Write Your Code
17+
3. Bundle It
18+
4. Explore more in the [Getting Started](/guides/getting-started) guide
19+
20+
This will help you understand how Webpack works step-by-step.
1221
## Install Webpack
1322

1423
<div className="splash__wrap">
@@ -39,8 +48,15 @@ import Install from "../components/Splash/install/install.mdx";
3948
</div>
4049
</div>
4150

42-
Then run `webpack` on the command-line to create `bundle.js`.
51+
Then run `webpack` in your terminal to bundle your application and generate `bundle.js`.
52+
53+
## Next Steps
54+
55+
Now that you understand the basic workflow, continue with:
56+
57+
- [Getting Started](/guides/getting-started)
58+
- [Concepts](/concepts)
4359

44-
## Awesome, isn't it? Let's dive in!
60+
This will help you build a strong foundation in Webpack.
4561

4662
**[Get Started](/guides/getting-started)** quickly in our **Guides** section, or dig into the **[Concepts](/concepts)** section for more high-level information on the core notions behind webpack.

0 commit comments

Comments
 (0)