From 833c52e029109a5319d0c8a3867eec7c7dd82db1 Mon Sep 17 00:00:00 2001 From: Zyie <24736175+Zyie@users.noreply.github.com> Date: Tue, 9 Jul 2024 14:51:35 +0100 Subject: [PATCH] doc fixes --- packages/docs/docs/guide/getting-started/installation.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/docs/docs/guide/getting-started/installation.mdx b/packages/docs/docs/guide/getting-started/installation.mdx index 6011e05..572d202 100644 --- a/packages/docs/docs/guide/getting-started/installation.mdx +++ b/packages/docs/docs/guide/getting-started/installation.mdx @@ -44,7 +44,7 @@ export default { }; ``` -To see the full list of configuration options, see the [Configuration](/docs/guide/configuration) page. +To see the full list of configuration options, see the [API Reference](/docs/guide/configuration) page. Then to run AssetPack, you can use the CLI, run programatically, or use a build tool like Vite. @@ -52,11 +52,11 @@ Then to run AssetPack, you can use the CLI, run programatically, or use a build - [Programmatic](/docs/guide/getting-started/programmatic) - [Vite](/docs/guide/getting-started/vite) -AssetPack has a number of built-in pipes for you to use, to see the full list of pipes, see the [Pipes](/docs/guide/pipes/overview) page. +AssetPack has a number of built-in plugins for you to use, to see the full list of plugins, see the [Plugins](/docs/guide/pipes/overview) page. ### PixiJS Setup -If you are using AssetPack with PixiJS, you can use the `pixiPipes` function to add a pre-configured set of pipes, with an opinionated set of defaults for PixiJS. +If you are using AssetPack with PixiJS, you can use the `pixiPipes` function to add a pre-configured set of plugins, with an opinionated set of defaults for PixiJS. ```js // .assetpack.js