Skip to content

Commit 604adb4

Browse files
authored
Merge pull request #464 from webpack/feature/getting-started-title
Remove Double Title in Get-Started
2 parents 786cd9c + 6584e5c commit 604adb4

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

content/get-started/index.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
---
2-
title: Get Started with Webpack
2+
title: Getting Started
3+
sort: 3
34
contributors:
45
- bebraw
56
- varunjayaraman
6-
sort: 3
77
---
88

9-
## Getting Started
10-
119
webpack is a tool to build JavaScript modules in your application. To start using `webpack` from its [cli](/api/cli) or [api](/api/node), follow the [Installation instructions](/get-started/install-webpack).
1210
webpack simplifies your workflow by quickly constructing a dependency graph of your application and bundling them in the right order. webpack can be configured to customise optimisations to your code, to split vendor/css/js code for production, run a development server that hot-reloads your code without page refresh and many such cool features. Learn more about [why you should use webpack](/get-started/why-webpack).
1311

0 commit comments

Comments
 (0)