Skip to content

Commit

Permalink
Fixed broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
visto9259 committed Oct 7, 2023
1 parent 005b23e commit 46e6b07
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/blog/2020-04-10-zf3-webpack.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Zend Framework and Webpack integration
authors: ericr
---
If you are using ZF3 MVC and want to also use Webpack to bundle and manage
dependencies in your frontend Javascript, I wrote a [guide](/docs/zend-webpack-guide-getting-started) that
dependencies in your frontend Javascript, I wrote a [guide](/docs/guides/laminas-webpack-guide-getting-started) that
explains how to use the [`zend-webpack`](https://github.com/visto9259/zend-webpack) ZF3 module and [`php-webpack-plugin`](https://github.com/visto9259/php-webpack-plugin)
Webpack plugin to integrate and automate the bundling of frontend JS scripts in a ZF3 Mvc application.

Expand Down
4 changes: 2 additions & 2 deletions docs/blog/2020-07-10-laminas-webpack.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ title: Laminas Framework and Webpack integration
authors: ericr
---
If you are using Laminas MVC and want to also use Webpack to bundle and manage
dependencies in your frontend Javascript, I wrote a [guide](/docs/zend-webpack-guide-getting-started) that
explains how to use the [`zend-webpack`](https://github.com/visto9259/zend-webpack) Laminas module and [`php-webpack-plugin`](https://github.com/visto9259/php-webpack-plugin)
dependencies in your frontend Javascript, I wrote a [guide](/docs/guides/laminas-webpack-guide-getting-started) that
explains how to use the [`laminas-webpack`](https://github.com/visto9259/laminas-webpack) Laminas module and [`php-webpack-plugin`](https://github.com/visto9259/php-webpack-plugin)
Webpack plugin to integrate and automate the bundling of frontend JS scripts in a Laminas Mvc application.

This is a replacement for `zend-webpack` which is now abandoned.
Expand Down
5 changes: 3 additions & 2 deletions docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ const config = {
// If you aren't using GitHub pages, you don't need these.
organizationName: 'visto9259', // Usually your GitHub org/user name.
projectName: 'laminas-webpack', // Usually your repo name.
trailingSlash: false,

onBrokenLinks: 'throw',
onBrokenMarkdownLinks: 'warn',
Expand Down Expand Up @@ -97,11 +98,11 @@ const config = {
},
{
label: 'Getting started',
to: '/docs/category/getting-started',
to: '/docs/getting-started/installation',
},
{
label: 'Integrating Laminas MVC with Webpack',
to: 'category/integrating-laminas-mvc-with-webpack',
to: '/docs/guides/laminas-webpack-guide-getting-started',
}
],
},
Expand Down

0 comments on commit 46e6b07

Please sign in to comment.