Skip to content

Commit

Permalink
chore: update docs with links (#776)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zamiell authored Sep 9, 2024
1 parent 4527c24 commit 350bc0b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/docs/src/content/docs/overview/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,10 @@ many more.
Knip looks in many places for entry files. Learn more about this in the next
page about [entry files][2].

## Configuration Options

See the [configuration reference documentation](../reference/configuration.md).

## What's next?

The best way to understand Knip and what it can do for you is to read the pages
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ dynamic configuration and type annotations:
<TabItem label="JavaScript">

```js title="knip.js"
/** @type {import('knip').KnipConfig} */
const config = {
entry: ['src/index.ts'],
project: ['src/**/*.ts'],
Expand Down

0 comments on commit 350bc0b

Please sign in to comment.