diff --git a/build.sh b/build.sh deleted file mode 100755 index 4f35876..0000000 --- a/build.sh +++ /dev/null @@ -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/ / diff --git a/cfg/main.json b/cfg/main.json index 94b3184..59c90be 100644 --- a/cfg/main.json +++ b/cfg/main.json @@ -11,6 +11,6 @@ "image": "https://info.ourworld.tf/img/ourworld_depin.png", "title": "Introduction | DePIN Projects" }, - "buildDest": ["root@info.ourworld.tf:/root/hero/www/info/depin"], - "buildDestDev": ["root@info.ourworld.tf:/root/hero/www/infodev/depin"] + "buildDest": "root@info.ourworld.tf:/root/hero/www/info", + "buildDestDev": "root@info.ourworld.tf:/root/hero/www/infodev" } diff --git a/develop.sh b/develop.sh deleted file mode 100755 index d5327fc..0000000 --- a/develop.sh +++ /dev/null @@ -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 diff --git a/docs/introduction.md b/docs/introduction.md index bf80acd..e08f54b 100644 --- a/docs/introduction.md +++ b/docs/introduction.md @@ -5,7 +5,7 @@ description: ThreeFold presents the DePIN Board # Introduction -Welcome to the DePIN Project website, designed to help you navigate the rapidly evolving landscape of Decentralized Physical Infrastructure Networks (DePIN). +Welcome to the DePIN Project website designed to help you navigate the rapidly evolving landscape of Decentralized Physical Infrastructure Networks (DePIN). This resource is intended to serve as an educational tool, providing insights into the infrastructure ownership, hardware requirements, software stacks, and compatibility with the ThreeFold Grid. While this material is not exhaustive, it aims to cover a broad spectrum of popular and emerging DePIN projects to help you get started. This project is made on a best effort basis.