Skip to content

Commit

Permalink
refactor: docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Badisi committed Feb 16, 2024
1 parent bc95d2f commit c15aee6
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 14 deletions.
14 changes: 0 additions & 14 deletions projects/docs/docs/installation.md

This file was deleted.

27 changes: 27 additions & 0 deletions projects/docs/docs/installation.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
title: Installation
slug: /
---

import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';


Install the library from the **NPM repository**:

<Tabs>
<TabItem value="npm" label="npm" default>

```shell
npm install @hug/ngx-schematics-utilities --save-dev
```

</TabItem>
<TabItem value="yarn" label="yarn">

```shell
yarn add @hug/ngx-schematics-utilities --dev
```

</TabItem>
</Tabs>

0 comments on commit c15aee6

Please sign in to comment.