drop broken link; npx to run docusaurus

This commit is contained in:
Anton Georgiev 2023-12-06 10:45:21 -05:00
parent d0a703e734
commit 94534455b8
2 changed files with 5 additions and 5 deletions

View File

@ -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

View File

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