drop broken link; npx to run docusaurus
This commit is contained in:
parent
d0a703e734
commit
94534455b8
@ -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
|
||||
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user