Skip to content

Commit

Permalink
chore: revert
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Apr 2, 2024
1 parent 7b94370 commit 97aaa11
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion docs/content/2.advanced/3.docsearch.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,21 @@ Websites like [nuxtjs.org](https://nuxtjs.org), [vuejs.org](https://vuejs.org) u

As DocSearch is an additional feature for @nuxt-modules/algolia, it needs two additional dependencies:


::code-group

```bash [Yarn]
yarn add @docsearch/js @docsearch/css
```

```bash [NPM]
npm install @docsearch/js @docsearch/css
```

```bash [PNPM]
pnpm add @docsearch/js @docsearch/css
```

::

## Configuration

Expand Down

0 comments on commit 97aaa11

Please sign in to comment.