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",