Skip to content

Commit

Permalink
chore: remove webpack shims from documentation (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
carlobeltrame authored Aug 30, 2022
1 parent df800d3 commit 86e75a4
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 76 deletions.
2 changes: 0 additions & 2 deletions docs/advanced.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import DynamicContent from './dynamic-content.md'
import Hyphenation from './hyphenation.md'
import Debugging from './debugging.md'
import Express from './express.md'
import Webpack from './webpack.md'

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

Expand All @@ -23,7 +22,6 @@ import Webpack from './webpack.md'
<Debugging components={components} />
<Hyphenation components={components} />
<Express components={components} />
<Webpack components={components} />

<NavigationButtons
backSrc="/styling"
Expand Down
73 changes: 0 additions & 73 deletions docs/webpack.md

This file was deleted.

1 change: 0 additions & 1 deletion src/components/Layout/Menu.js
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,6 @@ const Menu = ({ opened }) => (
<Item to="/advanced#debugging" title="Debugging" />
<Item to="/advanced#hyphenation" title="Hyphenation" />
<Item to="/advanced#usage-with-express.js" title="Usage with Express.js" />
<Item to="/advanced#webpack-config" title="Webpack config" />
</Item>

<Item to="/repl" title="Playground / REPL" />
Expand Down

1 comment on commit 86e75a4

@vercel
Copy link

@vercel vercel bot commented on 86e75a4 Aug 30, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

site – ./

react-pdf.org
site-git-master-diegomura.vercel.app
v2.react-pdf.org
site-diegomura.vercel.app

Please sign in to comment.