mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 03:40:20 +02:00
adding new pages
This commit is contained in:
parent
2abcbbadfc
commit
5e2bde0b57
1 changed files with 15 additions and 0 deletions
15
tools/jsdoc/jsdoc.sh
Normal file
15
tools/jsdoc/jsdoc.sh
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
#!/bin/bash
|
||||||
|
hifi
|
||||||
|
git pull upstream master
|
||||||
|
jsd
|
||||||
|
rm -rf out
|
||||||
|
jsdoc root.js -c config.json
|
||||||
|
node gravPrep true "D:\hifi-docs-grav\user\themes\learn2" "D:\hifi-docs-grav-content"
|
||||||
|
pages
|
||||||
|
git add .
|
||||||
|
git commit -m "adding new pages"
|
||||||
|
git push origin new-pages
|
||||||
|
learn2
|
||||||
|
git add .
|
||||||
|
git commit -m "adding new content"
|
||||||
|
git push origin update
|
Loading…
Reference in a new issue