Skip to content

Commit

Permalink
fix(docs): fixed broken build
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewcourtice committed Jun 15, 2022
1 parent faec294 commit 913df0a
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 156 deletions.
14 changes: 1 addition & 13 deletions docs/src/extensibility/extensions/action.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,24 +16,12 @@ Follow the steps below to get started using the action extension.

Before installing this extension make sure you have installed `@harlem/core`.

<CodeGroup>
<CodeGroupItem title="YARN" active>

```bash
yarn add @harlem/extension-action
```

</CodeGroupItem>

<CodeGroupItem title="NPM">

```bash
# or
npm install @harlem/extension-action
```

</CodeGroupItem>
</CodeGroup>

### Registration

To get started simply register this extension with the store you wish to extend.
Expand Down
14 changes: 1 addition & 13 deletions docs/src/extensibility/extensions/compose.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,24 +12,12 @@ Follow the steps below to get started using the compose extension.

Before installing this extension make sure you have installed `@harlem/core`.

<CodeGroup>
<CodeGroupItem title="YARN" active>

```bash
yarn add @harlem/extension-compose
```

</CodeGroupItem>

<CodeGroupItem title="NPM">

```bash
# or
npm install @harlem/extension-compose
```

</CodeGroupItem>
</CodeGroup>

### Registration

To get started simply register this extension with the store you wish to extend.
Expand Down
14 changes: 1 addition & 13 deletions docs/src/extensibility/extensions/history.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,24 +12,12 @@ Follow the steps below to get started using the history extension.

Before installing this extension make sure you have installed `@harlem/core`.

<CodeGroup>
<CodeGroupItem title="YARN" active>

```bash
yarn add @harlem/extension-history
```

</CodeGroupItem>

<CodeGroupItem title="NPM">

```bash
# or
npm install @harlem/extension-history
```

</CodeGroupItem>
</CodeGroup>

### Registration

To get started simply register this extension with the store you wish to extend.
Expand Down
14 changes: 1 addition & 13 deletions docs/src/extensibility/extensions/lazy.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,24 +12,12 @@ Follow the steps below to get started using the lazy extension.

Before installing this extension make sure you have installed `@harlem/core`.

<CodeGroup>
<CodeGroupItem title="YARN" active>

```bash
yarn add @harlem/extension-lazy
```

</CodeGroupItem>

<CodeGroupItem title="NPM">

```bash
# or
npm install @harlem/extension-lazy
```

</CodeGroupItem>
</CodeGroup>

### Registration

To get started simply register this extension with the store you wish to extend.
Expand Down
14 changes: 1 addition & 13 deletions docs/src/extensibility/extensions/reset.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,24 +12,12 @@ Follow the steps below to get started using the reset extension.

Before installing this extension make sure you have installed `@harlem/core`.

<CodeGroup>
<CodeGroupItem title="YARN" active>

```bash
yarn add @harlem/extension-reset
```

</CodeGroupItem>

<CodeGroupItem title="NPM">

```bash
# or
npm install @harlem/extension-reset
```

</CodeGroupItem>
</CodeGroup>

### Registration

To get started simply register this extension with the store you wish to extend.
Expand Down
14 changes: 1 addition & 13 deletions docs/src/extensibility/extensions/snapshot.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,24 +12,12 @@ Follow the steps below to get started using the snapshot extension.

Before installing this extension make sure you have installed `@harlem/core`.

<CodeGroup>
<CodeGroupItem title="YARN" active>

```bash
yarn add @harlem/extension-snapshot
```

</CodeGroupItem>

<CodeGroupItem title="NPM">

```bash
# or
npm install @harlem/extension-snapshot
```

</CodeGroupItem>
</CodeGroup>

### Registration

To get started simply register this extension with the store you wish to extend.
Expand Down
14 changes: 1 addition & 13 deletions docs/src/extensibility/extensions/storage.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,24 +12,12 @@ Follow the steps below to get started using the storage extension.

Before installing this extension make sure you have installed `@harlem/core`.

<CodeGroup>
<CodeGroupItem title="YARN" active>

```bash
yarn add @harlem/extension-storage
```

</CodeGroupItem>

<CodeGroupItem title="NPM">

```bash
# or
npm install @harlem/extension-storage
```

</CodeGroupItem>
</CodeGroup>

### Registration

To get started simply register this extension with the store you wish to extend.
Expand Down
14 changes: 1 addition & 13 deletions docs/src/extensibility/extensions/trace.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,24 +12,12 @@ Follow the steps below to get started using the trace extension.

Before installing this extension make sure you have installed `@harlem/core`.

<CodeGroup>
<CodeGroupItem title="YARN" active>

```bash
yarn add @harlem/extension-trace
```

</CodeGroupItem>

<CodeGroupItem title="NPM">

```bash
# or
npm install @harlem/extension-trace
```

</CodeGroupItem>
</CodeGroup>

### Registration

To get started simply register this extension with the store you wish to extend.
Expand Down
14 changes: 1 addition & 13 deletions docs/src/extensibility/extensions/transaction.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,24 +12,12 @@ Follow the steps below to get started using the transaction extension.

Before installing this extension make sure you have installed `@harlem/core`.

<CodeGroup>
<CodeGroupItem title="YARN" active>

```bash
yarn add @harlem/extension-transaction
```

</CodeGroupItem>

<CodeGroupItem title="NPM">

```bash
# or
npm install @harlem/extension-transaction
```

</CodeGroupItem>
</CodeGroup>

### Registration

To get started simply register this extension with the store you wish to extend.
Expand Down
14 changes: 1 addition & 13 deletions docs/src/extensibility/plugins/devtools.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,24 +12,12 @@ This is the official Harlem devtools plugin for adding Vue devtools integration

Before installing the devtools plugin make sure you installed `@harlem/core`.

<CodeGroup>
<CodeGroupItem title="YARN" active>

```bash
yarn add @harlem/plugin-devtools
```

</CodeGroupItem>

<CodeGroupItem title="NPM">

```bash
# or
npm install @harlem/plugin-devtools
```

</CodeGroupItem>
</CodeGroup>

## Usage

Create an instance of the plugin and register it with Harlem:
Expand Down
14 changes: 1 addition & 13 deletions docs/src/extensibility/plugins/server-side-rendering.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,24 +8,12 @@ This is the official plugin for using Harlem in a Vue SSR application.

Before installing the ssr plugin make sure you have installed `@harlem/core`.

<CodeGroup>
<CodeGroupItem title="YARN" active>

```bash
yarn add @harlem/plugin-ssr
```

</CodeGroupItem>

<CodeGroupItem title="NPM">

```bash
# or
npm install @harlem/plugin-ssr
```

</CodeGroupItem>
</CodeGroup>

## Usage

### Server
Expand Down
14 changes: 1 addition & 13 deletions docs/src/guide/introduction/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,24 +6,12 @@ Getting started with Harlem is easy. Just follow the steps below and you'll be u

Install `@harlem/core` and any plugins you wish to include (I recommend installing `@harlem/plugin-devtools` during development):

<CodeGroup>
<CodeGroupItem title="YARN" active>

```bash
yarn add @harlem/core
```

</CodeGroupItem>

<CodeGroupItem title="NPM">

```bash
# or
npm install @harlem/core
```

</CodeGroupItem>
</CodeGroup>

**Note**: If you're using Nuxt, instead follow the instructions to [install the Nuxt module](https://github.com/nuxt-community/harlem-module) and then resume this guide below, at [Create your first store](#create-your-first-store).

## Register the Harlem plugin
Expand Down

0 comments on commit 913df0a

Please sign in to comment.