Skip to content

Commit

Permalink
doc fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Zyie committed Jul 9, 2024
1 parent 54ca31e commit 833c52e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/docs/docs/guide/getting-started/installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -44,19 +44,19 @@ 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.

- [CLI](/docs/guide/getting-started/cli)
- [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
Expand Down

0 comments on commit 833c52e

Please sign in to comment.