Compare commits

15 Commits

Author SHA1 Message Date
22238be205 Merge branch 'main' of https://git.ourworld.tf/tfgrid/docs_depin 2025-07-21 13:45:38 +02:00
d31ebb6e44 ... 2025-07-21 13:45:38 +02:00
768f33babe Merge pull request 'update cfg' (!19) from main_new into main
Reviewed-on: #19
2025-03-07 13:13:11 +00:00
mik-tf
c55c9a6931 update cfg 2025-03-07 08:12:55 -05:00
d957d15f36 Merge branch 'main' of https://git.ourworld.tf/tfgrid/docs_depin
# Conflicts:
#	develop.sh
2025-02-19 05:22:44 +03:00
2ad98c9b76 update 2025-02-19 05:22:01 +03:00
mik-tf
e6174be63f updafe cfg 2025-02-11 22:18:05 -05:00
6943a6e9ba Update README.md 2025-02-10 12:24:56 +00:00
969884316d Merge branch 'main' of git.ourworld.tf:tfgrid/info_docs_depin 2025-02-10 15:18:33 +03:00
4ccc42e8a2 ... 2025-02-10 15:18:30 +03:00
798b797484 Update develop.sh 2025-02-07 16:09:11 +00:00
92f1feabd8 Merge branch 'main' of git.ourworld.tf:tfgrid/info_docs_depin
# Conflicts:
#	build.sh
#	cfg/footer.json
#	cfg/main.json
#	develop.sh
2025-02-06 16:11:49 +03:00
d58f37f78c ... 2025-02-06 16:11:18 +03:00
137565b701 Update README.md 2025-02-06 12:05:16 +00:00
ce1cccd90b Update README.md 2025-02-05 09:53:51 +00:00
10 changed files with 30 additions and 34 deletions

View File

@@ -5,14 +5,22 @@ to run in development mode
```bash ```bash
#first time to get hero #first time to get hero
curl 'https://raw.githubusercontent.com/freeflowuniverse/herolib/refs/heads/main/install_v.sh' > /tmp/install_v.sh curl https://raw.githubusercontent.com/freeflowuniverse/herolib/refs/heads/development/install_hero.sh > /tmp/install_hero.sh
bash /tmp/install_v.sh --analyzer --herolib bash /tmp/install_hero.sh
#DONT FORGET TO START A NEW SHELL (otherwise the paths will not be set) #DONT FORGET TO START A NEW SHELL (otherwise the paths will not be set)
hero docusaurus -u https://git.ourworld.tf/tfgrid/info_docs_depin -d hero docusaurus -u https://git.threefold.info/tfgrid/docs_depin -d
```
to push
```bash
hero docusaurus -u https://git.threefold.info/tfgrid/docs_depin -bp -update
#push for development:
hero docusaurus -u https://git.threefold.info/tfgrid/docs_depin -bpd -update
``` ```
## URL ## URL
- The production website is available at `https://info.ourworld.tf/depin` - The production website is available at `https://threefold.info/depin`
- The staging website is available at `https://info.ourworld.tf/depindev`

View File

@@ -1,18 +0,0 @@
#!/bin/bash
set -e
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:$PATH
rm -rf /Users/despiegk/hero/var/docusaurus/build/
bun docusaurus build
rsync -rv --delete /Users/despiegk/hero/var/docusaurus/build/ root@info.ourworld.tf:/root/hero/www/info/depin/

View File

@@ -23,7 +23,7 @@
}, },
{ {
"label": "Gitea Repo", "label": "Gitea Repo",
"href": "https://git.ourworld.tf/tfgrid/info_docs_depin" "href": "https://git.threefold.info/tfgrid/info_docs_depin"
} }
] ]
}, },
@@ -40,6 +40,5 @@
} }
] ]
} }
], ]
"copyright": "Copyright © 2025 ThreeFold"
} }

View File

@@ -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", "buildDest": [
"buildDestDev": "root@info.ourworld.tf:/root/hero/www/infodev" "root@info.ourworld.tf:/root/hero/www/info/depin"
],
"buildDestDev": [
"root@info.ourworld.tf:/root/hero/www/infodev/depin"
],
"copyright": "ThreeFold"
} }

View File

@@ -8,7 +8,7 @@
"label": "Docs" "label": "Docs"
}, },
{ {
"href": "https://git.ourworld.tf/tfgrid/info_docs_depin", "href": "https://git.threefold.info/tfgrid/info_docs_depin",
"label": "Gitea", "label": "Gitea",
"position": "right" "position": "right"
} }

View File

@@ -9,6 +9,8 @@ echo "Docs directory: $script_dir"
cd /Users/despiegk/hero/var/docusaurus cd /Users/despiegk/hero/var/docusaurus
export PATH=/tmp/docusaurus_build/node_modules/.bin:$PATH export PATH=/tmp/docusaurus_build/node_modules/.bin:${HOME}/.bun/bin/:$PATH
. /Users/despiegk/.zprofile
bun run start -p 3100 bun run start -p 3100

View File

@@ -7,7 +7,7 @@ description: DePIN Board by Category
The DePIN Boards provide an organized overview of various DePIN projects, categorized by their primary focus areas, such as compute, storage, wireless, energy, sensor, and mobility networks, among others. The DePIN Boards provide an organized overview of various DePIN projects, categorized by their primary focus areas, such as compute, storage, wireless, energy, sensor, and mobility networks, among others.
The purpose of those boards is to provide educational and informational content only. This project is made on a best effort basis. If you have any feedback, please let us know by writing an [issue on our Gitea instance](https://git.ourworld.tf/tfgrid/info_docs_depin). The purpose of those boards is to provide educational and informational content only. This project is made on a best effort basis. If you have any feedback, please let us know by writing an [issue on our Gitea instance](https://git.threefold.info/tfgrid/info_docs_depin).
> To learn more about a specific project, click on the project name in the leftmost column. > To learn more about a specific project, click on the project name in the leftmost column.

View File

@@ -21,4 +21,4 @@ You can share your experience and ask questions on the forum and the chats:
This website is open-source and hosted on our own Git management control instance This website is open-source and hosted on our own Git management control instance
- ThreeFold Gitea: https://git.ourworld.tf/tfgrid/info_docs_depin - ThreeFold Gitea: https://git.threefold.info/tfgrid/info_docs_depin

View File

@@ -5,7 +5,7 @@ description: ThreeFold presents the DePIN Board
# Introduction # 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. 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.

View File

@@ -6,7 +6,7 @@ sidebar_position: 1
These Terms of Use constitute a legally binding agreement made between you, whether personally or on behalf of an entity (“you”) and OurWorld and its partners, ThreeFold, doing business as ThreeFold (“ThreeFold“, “we”, “us”, or “our”), concerning your access to and use of the OurWorld related websites: These Terms of Use constitute a legally binding agreement made between you, whether personally or on behalf of an entity (“you”) and OurWorld and its partners, ThreeFold, doing business as ThreeFold (“ThreeFold“, “we”, “us”, or “our”), concerning your access to and use of the OurWorld related websites:
The ThreeFold website, websites/wikis/forums ending with threefold.io, threefold.me, threefold.info, grid.tf, threefold.tech, TFT.com, freeflownation.org, 3bot.org, incubaid.com or consciousinternet.org or any other website as used/promoted by the ThreeFold Foundation or any other site as originating from our open-source git repository on https://github.com/threefoldfoundation and https://git.ourworld.tf, as well as any other media form, media channel, forum, mobile website or mobile application related, linked, or otherwise connected thereto (collectively, the “Site”). The ThreeFold website, websites/wikis/forums ending with threefold.io, threefold.me, threefold.info, grid.tf, threefold.tech, TFT.com, freeflownation.org, 3bot.org, incubaid.com or consciousinternet.org or any other website as used/promoted by the ThreeFold Foundation or any other site as originating from our open-source git repository on https://github.com/threefoldfoundation and https://git.threefold.info, as well as any other media form, media channel, forum, mobile website or mobile application related, linked, or otherwise connected thereto (collectively, the “Site”).
You agree that by accessing the Site, you have read, understood, and agreed to be bound by all of these Terms of Use. You agree that by accessing the Site, you have read, understood, and agreed to be bound by all of these Terms of Use.