update docs_depin
This commit is contained in:
parent
c111b501b7
commit
926edb530e
22
build.sh
22
build.sh
@ -1,22 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
|
|
||||||
set -ex
|
|
||||||
|
|
||||||
script_dir="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
|
||||||
cd "$(script_dir}"
|
|
||||||
|
|
||||||
echo "Docs directory: $script_dir"
|
|
||||||
|
|
||||||
cd /Users/despiegk/hero/var/docusaurus
|
|
||||||
|
|
||||||
export PATH=/tmp/docusaurus_build/node_modules/.bin:${HOME}/.bun/bin/:$PATH
|
|
||||||
|
|
||||||
rm -rf /Users/despiegk/hero/var/docusaurus/build/
|
|
||||||
|
|
||||||
. /Users/despiegk/.zprofile
|
|
||||||
|
|
||||||
bun docusaurus build
|
|
||||||
|
|
||||||
mkdir -p
|
|
||||||
echo SYNC TO
|
|
||||||
rsync -rv --delete /Users/despiegk/hero/var/docusaurus/build/ /
|
|
@ -40,6 +40,5 @@
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
],
|
]
|
||||||
"copyright": "Copyright © 2025 ThreeFold"
|
|
||||||
}
|
}
|
||||||
|
@ -11,6 +11,11 @@
|
|||||||
"image": "https://info.ourworld.tf/img/ourworld_depin.png",
|
"image": "https://info.ourworld.tf/img/ourworld_depin.png",
|
||||||
"title": "Introduction | DePIN Projects"
|
"title": "Introduction | DePIN Projects"
|
||||||
},
|
},
|
||||||
"buildDest": ["root@info.ourworld.tf:/root/hero/www/info/depin"],
|
"buildDest": [
|
||||||
"buildDestDev": ["root@info.ourworld.tf:/root/hero/www/infodev/depin"]
|
"root@info.ourworld.tf:/root/hero/www/info/depin"
|
||||||
|
],
|
||||||
|
"buildDestDev": [
|
||||||
|
"root@info.ourworld.tf:/root/hero/www/infodev/depin"
|
||||||
|
],
|
||||||
|
"copyright": "ThreeFold"
|
||||||
}
|
}
|
||||||
|
16
develop.sh
16
develop.sh
@ -1,16 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
|
|
||||||
set -e
|
|
||||||
|
|
||||||
script_dir="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
|
||||||
cd "${script_dir}"
|
|
||||||
|
|
||||||
echo "Docs directory: $script_dir"
|
|
||||||
|
|
||||||
cd ~/hero/var/docusaurus
|
|
||||||
|
|
||||||
export PATH=/tmp/docusaurus_build/node_modules/.bin:${HOME}/.bun/bin/:$PATH
|
|
||||||
|
|
||||||
. /Users/despiegk/.zprofile
|
|
||||||
|
|
||||||
bun run start -p 3100
|
|
Loading…
Reference in New Issue
Block a user