From 890862c6ff5b08e8419d1b8ae7173228c42b4505 Mon Sep 17 00:00:00 2001 From: Alexandre Asselin Date: Fri, 29 Nov 2024 12:47:42 -0500 Subject: [PATCH] fix link and dev script --- apps/docs/content/getting-started/overview/installation.mdx | 2 +- apps/docs/package.json | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/apps/docs/content/getting-started/overview/installation.mdx b/apps/docs/content/getting-started/overview/installation.mdx index ce7c56c28..bf2e9746c 100644 --- a/apps/docs/content/getting-started/overview/installation.mdx +++ b/apps/docs/content/getting-started/overview/installation.mdx @@ -5,7 +5,7 @@ order: 1 status: ready --- -Hopper is [Workleap](https://workleap.com/)'s official design system, offering a robust collection of [React components](components/component-list), [design tokens](/tokens/overview/introduction) and [icons](/icons/overview/introduction) to streamline application development and maintain brand consistency. +Hopper is [Workleap](https://workleap.com/)'s official design system, offering a robust collection of [React components](/components/component-list), [design tokens](/tokens/overview/introduction) and [icons](/icons/overview/introduction) to streamline application development and maintain brand consistency. We've put together a guide to help you quickly get started with integrating Hopper into your project. ## Choose Your Installation Path diff --git a/apps/docs/package.json b/apps/docs/package.json index db206364e..3e65387fe 100644 --- a/apps/docs/package.json +++ b/apps/docs/package.json @@ -8,9 +8,7 @@ ], "scripts": { "start": "next start", - "dev": "pnpm run \"/^dev:.*/\"", - "dev:next": "next dev", - "dev:content": "contentlayer dev", + "dev": "next dev", "build": "next build", "lint": "next lint", "lint:types": "tsc --noEmit",