From 94534455b87283ad08fad2750dc267d84abb3488 Mon Sep 17 00:00:00 2001 From: Anton Georgiev Date: Wed, 6 Dec 2023 10:45:21 -0500 Subject: [PATCH] drop broken link; npx to run docusaurus --- docs/docs/administration/privacy.md | 2 +- docs/package.json | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/docs/administration/privacy.md b/docs/docs/administration/privacy.md index 755770546e..5128e35d31 100644 --- a/docs/docs/administration/privacy.md +++ b/docs/docs/administration/privacy.md @@ -237,7 +237,7 @@ In Greenlight, room URLs contain the username of the owner, which might also be ### Terms of Service -Greenlight supports displaying of terms and conditions for registered users or upon registration. See [adding-terms-and-conditions](/greenlight/config#adding-terms-and-conditions) +Greenlight supports displaying of terms and conditions for registered users or upon registration. ### All recordings are always accessible diff --git a/docs/package.json b/docs/package.json index e11e7e025b..9b30652578 100644 --- a/docs/package.json +++ b/docs/package.json @@ -3,10 +3,10 @@ "version": "0.0.1", "private": false, "scripts": { - "start": "npm run start", - "build": "npm run build", - "deploy": "npm run deploy", - "serve": "npm run serve" + "start": "npx docusaurus start", + "build": "npx docusaurus build", + "deploy": "npx docusaurus deploy", + "serve": "npx docusaurus serve" }, "dependencies": { "@cmfcmf/docusaurus-search-local": "^1.1.0",