Skip to content

Commit 86e75a4

Browse files
chore: remove webpack shims from documentation (#82)
1 parent df800d3 commit 86e75a4

File tree

3 files changed

+0
-76
lines changed

3 files changed

+0
-76
lines changed

docs/advanced.md

-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ import DynamicContent from './dynamic-content.md'
99
import Hyphenation from './hyphenation.md'
1010
import Debugging from './debugging.md'
1111
import Express from './express.md'
12-
import Webpack from './webpack.md'
1312

1413
<EditButton to="https://github.com/react-pdf/site/blob/master/docs/advanced.md" />
1514

@@ -23,7 +22,6 @@ import Webpack from './webpack.md'
2322
<Debugging components={components} />
2423
<Hyphenation components={components} />
2524
<Express components={components} />
26-
<Webpack components={components} />
2725

2826
<NavigationButtons
2927
backSrc="/styling"

docs/webpack.md

-73
This file was deleted.

src/components/Layout/Menu.js

-1
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,6 @@ const Menu = ({ opened }) => (
198198
<Item to="/advanced#debugging" title="Debugging" />
199199
<Item to="/advanced#hyphenation" title="Hyphenation" />
200200
<Item to="/advanced#usage-with-express.js" title="Usage with Express.js" />
201-
<Item to="/advanced#webpack-config" title="Webpack config" />
202201
</Item>
203202

204203
<Item to="/repl" title="Playground / REPL" />

0 commit comments

Comments
 (0)