Skip to content

Commit 2774c98

Browse files
authored
Merge pull request #731 from webpack/add-dev-docs
Port development docs from old site
2 parents a2fbd80 + 06fe82d commit 2774c98

File tree

5 files changed

+1031
-2
lines changed

5 files changed

+1031
-2
lines changed

components/navigation/navigation.jsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ let Sections = [
2020
{ title: 'API', url: 'api' },
2121
{ title: 'Configuration', url: 'configuration' },
2222
{ title: 'Loaders', url: 'loaders' },
23-
{ title: 'Plugins', url: 'plugins' }
23+
{ title: 'Plugins', url: 'plugins' },
24+
{ title: 'Development', url: 'development' }
2425
]
2526
},
2627
{

0 commit comments

Comments
 (0)