mirror of https://github.com/OpenVidu/openvidu.git
Update generate docs and package.json
parent
18ff97da7c
commit
1655335aa7
|
@ -1,19 +1,19 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# if [[ -z "$BASEHREF_VERSION" ]]; then
|
if [[ -z "$BASEHREF_VERSION" ]]; then
|
||||||
# echo "Example of use: \"BASEHREF_VERSION=2.12.0 ${0}\"" 1>&2
|
echo "Example of use: \"BASEHREF_VERSION=2.12.0 ${0}\"" 1>&2
|
||||||
# exit 1
|
exit 1
|
||||||
# fi
|
fi
|
||||||
|
|
||||||
# Replace version from "stable" to the specified one in all TypeDoc links
|
# Replace version from "stable" to the specified one in all TypeDoc links
|
||||||
# grep -rl '/en/stable/' src | xargs sed -i -e 's|/en/stable/|/en/'${BASEHREF_VERSION}'/|g'
|
grep -rl '/en/stable/' projects src | xargs sed -i -e 's|/en/stable/|/en/'${BASEHREF_VERSION}'/|g'
|
||||||
|
|
||||||
# Generate Compodoc
|
# Generate Compodoc
|
||||||
npm run lib:doc-build
|
npm run doc:build
|
||||||
|
|
||||||
# Return links to "stable" version
|
# Return links to "stable" version
|
||||||
# grep -rl '/en/'${BASEHREF_VERSION}'/' src | xargs sed -i -e 's|/en/'${BASEHREF_VERSION}'/|/en/stable/|g'
|
grep -rl '/en/'${BASEHREF_VERSION}'/' projects src | xargs sed -i -e 's|/en/'${BASEHREF_VERSION}'/|/en/stable/|g'
|
||||||
|
|
||||||
# Clean previous docs from openvidu.io-docs repo and copy new ones
|
# Clean previous docs from openvidu.io-docs repo and copy new ones
|
||||||
npm run lib:clean-copy
|
npm run doc:clean-copy
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "openvidu-components-testapp",
|
"name": "openvidu-components-testapp",
|
||||||
"version": "0.0.0",
|
"version": "2.21.0",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"ng": "ng",
|
"ng": "ng",
|
||||||
"start": "ng serve --configuration development",
|
"start": "ng serve --configuration development",
|
||||||
|
|
Loading…
Reference in New Issue