This commit is contained in:
2024-04-24 13:43:10 +02:00
parent b6889eec02
commit 2b977a4fea
74 changed files with 580 additions and 464 deletions

View File

@@ -1,15 +1,16 @@
- [Intro](solana/intro.md)
- [The Plan](solana/theplan_c.md)
- [P2P Promotion](solana/peer2peer_promotion.md)
- [Liquidity](solana/liquidity.md)
- [Teams](solana/teams.md)
- [Collaboration INCA Launch](solana/collab.md)
- [Remuneration](solana/remuneration.md)
- [INCA Reward Certificate](solana/inca_reward.md)
- [Intro](projectinca/intro.md)
- [The Plan](projectinca/theplan_c.md)
- [Funding](projectinca/funding.md)
- [P2P Promotion](projectinca/peer2peer_promotion.md)
- [Liquidity](projectinca/liquidity.md)
- [Collaboration INCA Launch](projectinca/collab.md)
- [Remuneration](projectinca/remuneration.md)
- [Promotion Effort](tfgrid3/promotion.md)
- [Messaging](tfgrid3/messaging.md)
- [Project Info](solana/proj_info.md)
- [Teams](projectinca/teams.md)
- [Hero - Project Mycelium](projectinca/hero.md)
- [Project Info](projectinca/proj_info.md)
- [About us](tfgrid3/who_are_we.md)
- [Utilization](partners_utilization/)
- [The Internet today](tech/internet_today.md)
@@ -42,8 +43,8 @@
- [Countries don't have their Internet](why/countries_no_internet.md)
- [Human Right](why/internet_human_right.md)
- [Social Warming](why/social_warming.md)
- [Appendix](solana/appendix.md)
- [TFConnect NG Spec](solana/tfconnect.md)
- [Appendix](projectinca/appendix.md)
- [TFConnect NG Spec](projectinca/tfconnect.md)
- [Tokenomics TFGrid 3.14](tfgrid3/tokenomics.md)
- [Farming Reward TFGrid 3](tfgrid3/farming_reward.md)
- [Tokens Overview TFGrid 3](tfgrid3/tokens_overview.md)

View File

@@ -1,6 +1,6 @@
#!/bin/bash
set -ex
hero mdbook -u https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/heroscript/projectinca
rsync -rv ~/hero/www/info/solana/ root@info.ourworld.tf:/root/hero/www/friends/projectinca/
rsync -rv ~/hero/www/info/projectinca/ root@info.ourworld.tf:/root/hero/www/friends/projectinca/
echo "**OK**"