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
|
### 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
|
### All recordings are always accessible
|
||||||
|
|
||||||
|
@ -3,10 +3,10 @@
|
|||||||
"version": "0.0.1",
|
"version": "0.0.1",
|
||||||
"private": false,
|
"private": false,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "npm run start",
|
"start": "npx docusaurus start",
|
||||||
"build": "npm run build",
|
"build": "npx docusaurus build",
|
||||||
"deploy": "npm run deploy",
|
"deploy": "npx docusaurus deploy",
|
||||||
"serve": "npm run serve"
|
"serve": "npx docusaurus serve"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@cmfcmf/docusaurus-search-local": "^1.1.0",
|
"@cmfcmf/docusaurus-search-local": "^1.1.0",
|
||||||
|
Loading…
Reference in New Issue
Block a user