Compare commits
20 Commits
developmen
...
main
Author | SHA1 | Date | |
---|---|---|---|
4b4dac1191 | |||
e6fb0d40f7 | |||
d21b199c1a | |||
ab9f25ca36 | |||
d05598ed0c | |||
129516856b | |||
19527cc5a3 | |||
10038d2fc0 | |||
17b8c85fb6 | |||
b9c0d6bd4a | |||
89344af7b1 | |||
020e87a0dd | |||
9e16aec7ad | |||
8466fc55ee | |||
a070bc7df5 | |||
|
2f573c605e | ||
0248a18b0a | |||
bb1e32a837 | |||
d2bed074b0 | |||
26c95c2b7a |
11
.gitignore
vendored
11
.gitignore
vendored
@ -19,5 +19,16 @@ npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
bun.lockb
|
||||
bun.lock
|
||||
|
||||
yarn.lock
|
||||
|
||||
build.sh
|
||||
build_dev.sh
|
||||
develop.sh
|
||||
|
||||
docusaurus.config.ts
|
||||
|
||||
sidebars.ts
|
||||
|
||||
tsconfig.json
|
||||
|
42
README.md
42
README.md
@ -1,37 +1,25 @@
|
||||
<h1>ThreeFold Tech Website</h1>
|
||||
<h1>ThreeFold Technology Vision Docs</h1>
|
||||
|
||||
<h2>Table of Contents</h2>
|
||||
|
||||
- [Introduction](#introduction)
|
||||
- [Steps](#steps)
|
||||
- [URL](#url)
|
||||
get hero
|
||||
|
||||
---
|
||||
```bash
|
||||
curl https://raw.githubusercontent.com/freeflowuniverse/herolib/refs/heads/development/install_hero.sh > /tmp/install_hero.sh
|
||||
bash /tmp/install_hero.sh
|
||||
#DONT FORGET TO START A NEW SHELL (otherwise the paths will not be set)
|
||||
|
||||
## Introduction
|
||||
hero docusaurus -u https://git.ourworld.tf/tfgrid/docs_tfgrid4_tech -d
|
||||
```
|
||||
|
||||
This repository contains the code to deploy the ThreeFold Tech website.
|
||||
to push
|
||||
|
||||
## Steps
|
||||
```bash
|
||||
hero docusaurus -u https://git.ourworld.tf/tfgrid/docs_tfgrid4_tech -bp
|
||||
|
||||
- Install
|
||||
```
|
||||
bash install.sh
|
||||
```
|
||||
- Run locally
|
||||
```
|
||||
bash develop.sh
|
||||
```
|
||||
- Push change online to stating website
|
||||
```
|
||||
bash build-dev.sh
|
||||
```
|
||||
- Push change online to production website
|
||||
```
|
||||
bash build.sh
|
||||
```
|
||||
#push for development:
|
||||
hero docusaurus -u https://git.ourworld.tf/tfgrid/docs_tfgrid4_tech -bpd
|
||||
```
|
||||
|
||||
## URL
|
||||
|
||||
- The website in staging mode is at `threefold.info/tftechdev`
|
||||
- The website in production mode is at `threefold.info/tftech`
|
||||
- The production website is available at `https://info.ourworld.tf/depin`
|
20
build-dev.sh
20
build-dev.sh
@ -1,20 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -ex
|
||||
|
||||
script_dir="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
||||
cd "${script_dir}"
|
||||
|
||||
export PATH=${BASE}/node_modules/.bin:$PATH
|
||||
|
||||
echo "Docs directory: $script_dir"
|
||||
|
||||
# Change baseUrl to '/tftechdev/'
|
||||
sed -i "s|/tftech/|/tftechdev/|g" docusaurus.config.ts ./src/pages/index.tsx
|
||||
|
||||
bun docusaurus build
|
||||
|
||||
rsync -rv --delete ${script_dir}/build/ root@info.ourworld.tf:/root/hero/www/info/tftechdev
|
||||
|
||||
# Change baseUrl to '/tftech/'
|
||||
sed -i "s|/tftechdev/|/tftech/|g" docusaurus.config.ts ./src/pages/index.tsx
|
14
build.sh
14
build.sh
@ -1,14 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -ex
|
||||
|
||||
script_dir="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
||||
cd "${script_dir}"
|
||||
|
||||
export PATH=${BASE}/node_modules/.bin:$PATH
|
||||
|
||||
echo "Docs directory: $script_dir"
|
||||
|
||||
bun docusaurus build
|
||||
|
||||
rsync -rv --delete ${script_dir}/build/ root@info.ourworld.tf:/root/hero/www/info/tftech
|
64
cfg/footer.json
Normal file
64
cfg/footer.json
Normal file
@ -0,0 +1,64 @@
|
||||
{
|
||||
"style": "dark",
|
||||
"links": [
|
||||
{
|
||||
"title": "Docs",
|
||||
"items": [
|
||||
{
|
||||
"label": "Introduction",
|
||||
"to": "/docs"
|
||||
},
|
||||
{
|
||||
"label": "V3 Manual",
|
||||
"href": "https://manual.grid.tf/"
|
||||
},
|
||||
{
|
||||
"label": "V4 Docs",
|
||||
"href": "https://docs.threefold.io/"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"title": "Community",
|
||||
"items": [
|
||||
{
|
||||
"label": "Telegram",
|
||||
"href": "https://t.me/threefold"
|
||||
},
|
||||
{
|
||||
"label": "X",
|
||||
"href": "https://x.com/threefold_io"
|
||||
},
|
||||
{
|
||||
"label": "Forum",
|
||||
"href": "https://forum.threefold.io"
|
||||
},
|
||||
{
|
||||
"label": "Support",
|
||||
"to": "/support"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"title": "Links",
|
||||
"items": [
|
||||
{
|
||||
"label": "ThreeFold.io",
|
||||
"href": "https://threefold.io"
|
||||
},
|
||||
{
|
||||
"label": "Dashboard",
|
||||
"href": "https://dashboard.grid.tf"
|
||||
},
|
||||
{
|
||||
"label": "GitHub",
|
||||
"href": "https://github.com/threefoldtech/home"
|
||||
},
|
||||
{
|
||||
"label": "Gitea",
|
||||
"href": "https://git.ourworld.tf"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
16
cfg/main.json
Normal file
16
cfg/main.json
Normal file
@ -0,0 +1,16 @@
|
||||
{
|
||||
"title": "ThreeFold",
|
||||
"tagline": "Geo Aware Internet Platform",
|
||||
"favicon": "img/favicon.png",
|
||||
"url": "https://threefold.info",
|
||||
"url_home": "docs/",
|
||||
"baseUrl": "/tftech/",
|
||||
"image": "img/tf_graph.png",
|
||||
"metadata": {
|
||||
"description": "ThreeFold is laying the foundation for a geo aware Web 4, the next generation of the Internet.",
|
||||
"image": "https://threefold.info/tftech/img/tf_graph.png",
|
||||
"title": "ThreeFold Technology Vision"
|
||||
},
|
||||
"buildDest":["root@info.ourworld.tf:/root/hero/www/info/tech"],
|
||||
"buildDestDev":["root@info.ourworld.tf:/root/hero/www/infodev/tech"]
|
||||
}
|
26
cfg/navbar.json
Normal file
26
cfg/navbar.json
Normal file
@ -0,0 +1,26 @@
|
||||
{
|
||||
"title": "",
|
||||
"logo": {
|
||||
"alt": "ThreeFold Logo",
|
||||
"src": "img/new_logo_tft.png"
|
||||
},
|
||||
"items": [
|
||||
{
|
||||
"href": "https://docs.threefold.io/",
|
||||
"label": "TFGrid 4 Docs"
|
||||
},
|
||||
{
|
||||
"href": "https://manual.grid.tf/",
|
||||
"label": "Manual"
|
||||
},
|
||||
{
|
||||
"href": "https://dashboard.grid.tf/",
|
||||
"label": "Dashboard"
|
||||
},
|
||||
{
|
||||
"href": "https://threefold.io",
|
||||
"label": "ThreeFold.io",
|
||||
"position": "right"
|
||||
}
|
||||
]
|
||||
}
|
14
develop.sh
14
develop.sh
@ -1,14 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -ex
|
||||
|
||||
script_dir="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
||||
cd "${script_dir}"
|
||||
|
||||
echo "Docs directory: $script_dir"
|
||||
|
||||
#export NODE_OPTIONS=--openssl-legacy-provider
|
||||
|
||||
#npm run start -- --host 0.0.0.0
|
||||
|
||||
bun run start -p 3100
|
103
docs/main/2_the_future.md
Normal file
103
docs/main/2_the_future.md
Normal file
@ -0,0 +1,103 @@
|
||||
---
|
||||
sidebar_position: 2
|
||||
title: 'The future is Now - web4'
|
||||
---
|
||||
|
||||
![](https://threefold.info/tftech/assets/images/web0-4d67ef81ee465755e657ba4f7b1b9247.png)
|
||||
|
||||
|
||||
## ThreeFold Web 4 = Augmented Collection Intelligence
|
||||
|
||||
Founded by Internet 1.0 Pioneers
|
||||
|
||||
Welcome to the future of the internet, Web 4, a logical evolution that rethinks and reinvents the foundations of how we connect, communicate, and collaborate globally.
|
||||
|
||||
- The internet is burdened with inefficiencies, risks, and a growing dependency on centralization.
|
||||
- This legacy has left over 50% of the world without decent internet access, widened economic gaps, and exposed critical vulnerabilities.
|
||||
|
||||
ThreeFold has created an alternative deployed today ready to scale to the planet.
|
||||
|
||||
|
||||
## +5 billion
|
||||
|
||||
The DePIN market has seen projects achieve billion-dollar valuations despite offering limited scalability, innovation, or real-world utility. Much of this is driven by the market's excitement around decentralization and its potential to revolutionize traditional infrastructure industries.
|
||||
|
||||
The hype driving DePIN valuations reflects a growing recognition of the need for decentralized infrastructure. For ThreeFold, this is validation of our vision and an opportunity to seize market leadership by combining innovation, execution, and global impact.
|
||||
|
||||
We are a **grounded** project:
|
||||
|
||||
- Already deployed in +50 countries, +60,000 vcpu life.
|
||||
- 1 Country signed on for deployment, more coming.
|
||||
- We didn't do any marketing yet, news will be released as we work on our Token Launch.
|
||||
|
||||
## **The Future is here today**
|
||||
|
||||
- **Alternative to Centralized Datacenters: GPU/Compute/Storage**
|
||||
- The only Geo Aware decentralized Datancenter solution in the world.
|
||||
- **Cost to provision < 1/5 compared to alternatives**
|
||||
- AI Mind, compatible with the world
|
||||
- AI LLM's (large language model, prompts) Sovereign & geo aware, under control of ourselves and our community.
|
||||
- Be the provider of AI Mind (GPU Capacity) to your friends and yourself, and make a recurring income by doing so.
|
||||
- Let's be smarter all together.
|
||||
- Compatible with any existing AI (agent) framework.
|
||||
- **Cost to provision < 1/3 compared to alternatives**
|
||||
- New: Geo Aware AI agents (Q2 2025)
|
||||
- The only Geo Aware agent techno in the world.
|
||||
- Combination of humans & machines with the potential of the creation of Collective Augmented Intelligence
|
||||
- 10x easier development of truly geo aware & decentralized app (super safe, flexible and scalable).
|
||||
- **Cost to provision < 1/10 compared to alternatives**
|
||||
|
||||
**Planned 2026**
|
||||
|
||||
- The first decentralized Geo-Aware Quantum Computer in the world
|
||||
- ThreeFold will deliver this capability end H1 2025 together with a partner on top of the ThreeFold grid.
|
||||
- **Cost to provision < 1/10 compared to alternatives**
|
||||
|
||||
> More info see [https://threefold.info/tftech](https://threefold.info/tftech)
|
||||
|
||||
## SAFT = Safe Agreement for Future Tokens
|
||||
|
||||
- Starting end Feb 2025, we will raise 30-50m USD for the launch of our INCA token for ThreeFold.
|
||||
- This token will be launched on major platforms with the help of major partners & influencers.
|
||||
- The timing is right.
|
||||
|
||||
Contact us for more info
|
||||
|
||||
## Information about ThreeFold
|
||||
|
||||
<div style={{
|
||||
position: 'relative',
|
||||
width: '100%',
|
||||
height: 0,
|
||||
paddingTop: '56.25%',
|
||||
marginTop: '1.6em',
|
||||
marginBottom: '0.9em',
|
||||
overflow: 'hidden',
|
||||
borderRadius: '8px',
|
||||
willChange: 'transform'
|
||||
}}>
|
||||
<iframe
|
||||
src="https://www.canva.com/design/DAGZEbB_FN4/e98cXbAWyD1NGFQswDcePg/view?embed"
|
||||
style={{
|
||||
position: 'absolute',
|
||||
width: '100%',
|
||||
height: '100%',
|
||||
top: 0,
|
||||
left: 0,
|
||||
border: 'none',
|
||||
padding: 0,
|
||||
margin: 0
|
||||
}}
|
||||
allowFullScreen={true}
|
||||
allow="fullscreen">
|
||||
</iframe>
|
||||
</div>
|
||||
|
||||
<div style={{ marginTop: '10px' }}>
|
||||
<a href="https://www.canva.com/design/DAGZEbB_FN4/e98cXbAWyD1NGFQswDcePg/view"
|
||||
target="_blank"
|
||||
rel="noopener"
|
||||
style={{ textDecoration: 'none' }}>
|
||||
Presentation ThreeFold Intro Jan 2025
|
||||
</a>
|
||||
</div>
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"label": "The Solution \"Geo Aware\"",
|
||||
"label": "The solution",
|
||||
"position": 3,
|
||||
"link": {
|
||||
"type": "generated-index"
|
||||
|
10
docs/main/geoaware/datacenters.md
Normal file
10
docs/main/geoaware/datacenters.md
Normal file
@ -0,0 +1,10 @@
|
||||
---
|
||||
sidebar_position: 1
|
||||
title: 'Datacenters'
|
||||
hide_title: true
|
||||
---
|
||||
|
||||
# ThreeFold as alternative to Centralized Datacenters
|
||||
|
||||
> TODO: ...
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 105 KiB After Width: | Height: | Size: 61 KiB |
@ -16,8 +16,6 @@ sidebar_position: 1
|
||||
- These AI agents will be accessed using modern devices like phones, glasses, or even futuristic interfaces like brain implants (e.g., Neuralink).
|
||||
|
||||
|
||||
|
||||
|
||||
## **The Race for Intelligence**
|
||||
|
||||
![](img/race_intelligence.png)
|
||||
|
232
docs/main/internet_today/countries.md
Normal file
232
docs/main/internet_today/countries.md
Normal file
@ -0,0 +1,232 @@
|
||||
---
|
||||
title: 'National Security'
|
||||
sidebar_position: 3
|
||||
hide_title: true
|
||||
---
|
||||
|
||||
![](img/atomic_race.png)
|
||||
|
||||
## Countries Digital National Security is Compromised
|
||||
|
||||
> In our Opinion, there are 3 matters of national security to be considered.
|
||||
|
||||
### Geo Politics in Digital
|
||||
|
||||
Over 90% of the world depends on the digital infrastructure/software/platforms controlled by a single superpower, including cloud services, internet cables, and platforms like Google and Microsoft.
|
||||
|
||||
This creates extreme vulnerability: if leveraged, the superpower could disrupt economies, cut off access, or manipulate systems to force compliance. Such dependence grants it immense geopolitical power, turning digital infrastructure into a tool for coercion and threatening global sovereignty.
|
||||
|
||||
**Questions to ask yourself**
|
||||
|
||||
- **How much of your critical infrastructure, data & apps are hosted in the cloud?**
|
||||
- The **U.S. owns 99%** of global cloud capacity.
|
||||
- Even if a U.S. company builds a data center in your country:
|
||||
- They **still have full control**.
|
||||
- They **will use** that power if they believe they need to.
|
||||
- **See**: [CLOUD Act](https://www.justice.gov/criminal/cloud-act-resources).
|
||||
- **Who comes first?**
|
||||
- Do you believe the **U.S. will always put its own interests first?**
|
||||
- Could there come a time when **your country or currency is less aligned**?
|
||||
- If yes, what is the chance that the U.S. would:
|
||||
- Use its cloud services as **leverage**?
|
||||
- Restrict access to critical tools?
|
||||
- Enforce economic or political pressure?
|
||||
- **Real-world examples:**
|
||||
- **[DeepSeek AI](https://www.computerweekly.com/news/366619153/US-lawmakers-move-to-ban-DeepSeek-AI-tool)** – U.S. lawmakers moving to ban foreign AI tools.
|
||||
- **China tariffs** – Trade restrictions based on geopolitical interests.
|
||||
- **Mexico** – U.S. economic and trade pressures.
|
||||
- **Other cases** – Numerous examples of digital and economic influence.
|
||||
- **What’s the risk?**
|
||||
- If your businesses **lose access** to these cloud services:
|
||||
- How many of your **systems would go down**?
|
||||
- How dependent are you on **foreign-controlled infrastructure**?
|
||||
- Even if unlikely, **can you afford the risk?**
|
||||
|
||||
|
||||
### Disasters (war, climate)
|
||||
|
||||
The global internet system is dangerously fragile due to its centralized structure and reliance on outdated protocols like TCP/IP, which were designed decades ago. There are many points of centralization (internet exchange points, name services, datacenters, cloud services, ...) leading to very vulnerable situation.
|
||||
|
||||
|
||||
A single outage or attack on these systems **will** cripple a nation’s infrastructure, from banking, airports to healthcare, leaving it defenseless. The system’s vulnerability to both human-made and natural threats highlights the urgent need for decentralized, secure, and resilient alternatives.
|
||||
|
||||
**Questions to ask yourself**
|
||||
|
||||
- **Do you expect climate change to impact your critical infrastructure?**
|
||||
- If yes, could this disrupt **connections to the U.S. and Europe**, where your apps are hosted?
|
||||
- Could extreme weather events increase the risk of **cable cuts**?
|
||||
- **See appendix** for proof points and their impact.
|
||||
- Do you want to take the risk?
|
||||
|
||||
- **Is the current internet infrastructure outdated?**
|
||||
- The internet was not designed for today’s demands—it functions **like a traffic jam** under heavy load.
|
||||
- Do you believe outdated technology could cause **even more issues** in the future?
|
||||
|
||||
- **Who controls the infrastructure?**
|
||||
- Do you believe that **U.S. companies play the biggest role** in running global internet infrastructure?
|
||||
- If two people in your country join a **Zoom call**, their connection **routes through the U.S. or Europe**—is this how it should work?
|
||||
|
||||
- **Are you losing money by relying on foreign internet capacity?**
|
||||
- Do you agree that **not having your own infrastructure** means:
|
||||
- **You loose billions of revenue which should stay in country.**
|
||||
- You pay more for bandwidth.
|
||||
- Your economy depends on **foreign-controlled** systems.
|
||||
|
||||
> **[More info](https://threefold.info/tech/docs/category/internet-is-broken).**
|
||||
|
||||
|
||||
|
||||
### Cyberpandemic
|
||||
|
||||
Intelligence agencies worldwide have embedded backdoors into various systems—an approach that may have once seemed beneficial but has since led to numerous unintended consequences.
|
||||
|
||||
With the advent of AI and quantum computing, securing centralized systems using traditional methods has or will become virtually impossible, unless we completely rethink the way how to create our digital future.
|
||||
|
||||
The **Cyberpandemic** is now a reality.
|
||||
|
||||
**Questions to ask yourself**
|
||||
|
||||
- **Do you believe intelligence agencies have embedded backdoors into various systems?**
|
||||
- If yes, do you think this has led to **unintended consequences**?
|
||||
- Do you trust that these backdoors will **never be exploited** by hackers or worse?
|
||||
|
||||
- **Can traditional security methods protect centralized systems in the AI & quantum era?**
|
||||
- Do you think AI and quantum computing will make **current security models obsolete**?
|
||||
- If so, do we need to **completely rethink** how we build digital infrastructure?
|
||||
- Do you believe that using bolted on solutions will help often provided by Israel or US?
|
||||
|
||||
- **Is a **Cyberpandemic** already happening?**
|
||||
- Are you seeing **increasing cyberattacks** on critical infrastructure?
|
||||
- Do you believe **centralized systems** are a major security risk?
|
||||
- Do you have a **contingency plan** if key systems are compromised?
|
||||
|
||||
> **[More info](https://threefold.info/cyberpandemic).**
|
||||
|
||||
## THIS IS A MATTER OF NATIONAL SECURITY
|
||||
|
||||
> **It's not a question of **"if"**, but "**when**".**
|
||||
|
||||
- **Is building local datacenters a real solution?**
|
||||
- It is **expensive and complicated**
|
||||
- Even if built, would it truly solve the problem?
|
||||
- The software, apps, and systems **are still controlled by U.S./China-linked companies**.
|
||||
- Most existing tech is based on **outdated paradigms**.
|
||||
|
||||
- **Can hosting U.S. cloud infrastructure locally ensure control?**
|
||||
- Even if U.S. companies **host data in your country**, do they still hold the keys?
|
||||
- Does any contract **truly prevent them** from using their control when they deem necessary?
|
||||
|
||||
- **What about European companies?**
|
||||
- Even if EU-based, do they still **rely on U.S. cloud infrastructure**?
|
||||
- Is the tech stack **still dependent on U.S./Chinese technology**?
|
||||
- Does this mean the problem **remains unsolved**?
|
||||
|
||||
- **Is quickly rolling your own infrastructure a viable solution?**
|
||||
- It would **take years** and come with **high risks**.
|
||||
- Would it still be **based on outdated paradigms**?
|
||||
- Does any solution **using the current way of thinking** truly resolve the issue at its core?
|
||||
|
||||
## Lets' act.
|
||||
|
||||
A group of individuals, has developed a system designed to overcome the challenges as described above.
|
||||
|
||||
Built from the ground up on a fundamentally different paradigm, this system offers:
|
||||
|
||||
- **Geographic awareness** for optimized performance and resilience
|
||||
- **100x greater reliability** compared to traditional architectures
|
||||
- **Robust protection against AI- and quantum-based threats**
|
||||
- **Drastically lower energy consumption** for sustainable operation
|
||||
- **Extreme scalability**, enabling significantly more efficiency with fewer resources
|
||||
- **10x cost-effectiveness**, making advanced technology accessible to a broader audience
|
||||
- **Augmented Collective Intelligence**, optimized safe Intelligence for our future.
|
||||
|
||||
|
||||
## A Digital "Atomic Race" is going on.
|
||||
|
||||
We are witnessing a digital world war, a global race for dominance in "super" intelligence (AI) that mirrors the 20th-century competition for atomic power.
|
||||
|
||||
Nations and corporations are investing heavily in AI to secure economic, military, and geopolitical advantages, as AI promises to redefine industries, enhance cyber and physical warfare, and shape global power dynamics.
|
||||
|
||||
Just as atomic power redefined the balance of power in the Cold War, super intelligence is becoming the cornerstone of 21st-century strategy, with the stakes including national security, economic prosperity, and technological sovereignty. The race to develop and control AI technologies is not just about innovation but about ensuring that these advancements are harnessed responsibly to avoid misuse, ethical dilemmas, and escalating global tensions.
|
||||
|
||||
### Super intelligence is much more than AI
|
||||
|
||||
Its the combination of:
|
||||
|
||||
- AI LLM's (Large Language Models)
|
||||
- Self Healing Autonomous Agents (AI is only subset)
|
||||
- Quantum Compute, Encryption, ...
|
||||
- Access to Self Healing Geo-Aware and Sovereign Internet Systems (network, storage, compute)
|
||||
- Synthetic biology (this is like playing god)
|
||||
|
||||
### It's on
|
||||
|
||||
Superpower(s) are pouring massive funds to dominate in these fields, focusing on its own economic and military gains while ignoring broader global impacts.
|
||||
|
||||
Other nations are left behind, widening global inequality and creating a divide between technological leaders and those struggling to compete. This strategy prioritizes self-interest over international cooperation.
|
||||
|
||||
Over 90% of nations have no chance to compete in this race unless they redefine the rules of the game.
|
||||
|
||||
## Augmented Collective Intelligence
|
||||
|
||||
Artificial Intelligence (AI) lacks ethical understanding, cultural sensitivity, and human intuition—critical for global leadership. ACI enhances decision-making by integrating human wisdom with machine intelligence, avoiding AI’s limitations.
|
||||
|
||||
AI is centralized, prone to bias, and easily weaponized, while ACI fosters decentralized, transparent, and resilient governance. It enables leaders to adapt to uncertainty, unlike AI, which relies solely on past data.
|
||||
|
||||
AI’s high energy demands and monopolized control make it unsustainable. ACI optimizes intelligence, reducing resource consumption while ensuring stability and a safer "digital" future.
|
||||
|
||||
## The Future: Leadership Augmented, Not Replaced
|
||||
|
||||
Global leaders cannot afford to be passive recipients of AI-driven conclusions.
|
||||
|
||||
Instead, they must leverage Augmented Collective Intelligence to:
|
||||
|
||||
- Enhance human judgment rather than automate it away
|
||||
- Empower decentralized problem-solving rather than rely on centralized AI control
|
||||
- Ensure transparent, ethical, and inclusive decision-making
|
||||
|
||||
# The way forward.
|
||||
|
||||
|
||||
We are carefully considering how to release our breakthrough technology and the powerful ideas behind to countries who need it the most.
|
||||
|
||||
Initially, we considered a fully decentralized approach but realized it wouldn’t drive change quickly enough.
|
||||
|
||||
Our current plan is to establish 2 a 3 **well energised technology centers** to further develop the technology and ensure its accessibility within their regions.
|
||||
|
||||
|
||||
## Apendix
|
||||
|
||||
|
||||
### The Internet gets disrupted
|
||||
|
||||
Here are four notable incidents where undersea internet cables were cut, along with their impacts just over the last year:
|
||||
|
||||
#### **2024 Red Sea Cable Cuts**
|
||||
|
||||
- **Date**: February 2024
|
||||
- **Location**: Red Sea
|
||||
- **Details**: Multiple submarine cables, including AAE-1, SEACOM, and EIG, were damaged, possibly due to a ship's anchor dragging along the seabed.
|
||||
- **Impact**: Approximately 25% of internet traffic between Europe, Asia, and the Middle East was affected, leading to downtime and unusable internet for a lot of people.
|
||||
|
||||
#### **2024 Baltic Sea Cable Disruptions**
|
||||
|
||||
- **Date**: November 2024
|
||||
- **Location**: Baltic Sea
|
||||
- **Details**: The BCS East-West Interlink and C-Lion1 submarine cables were severed, with suspicions pointing towards a Chinese-registered vessel, the Yi Peng 3, possibly dragging its anchor.
|
||||
- **Impact**: Despite the damage, significant redundancy and resilience in Europe's internet infrastructure mitigated major disruptions.
|
||||
|
||||
#### **2025 Taiwan Undersea Cable Incident**
|
||||
|
||||
- **Date**: January 2025
|
||||
- **Location**: Northeast of Taiwan
|
||||
- **Details**: The Chinese-owned vessel Shunxing 39 was suspected of damaging an undersea internet cable by dragging its anchor.
|
||||
- **Impact**: While services in Taiwan remained mostly uninterrupted due to quick rerouting by Chunghwa Telecom, the incident highlighted vulnerabilities in undersea infrastructure amid geopolitical tensions.
|
||||
|
||||
#### **March 14, 2024: West Africa Cable System (WACS) and Africa Coast to Europe (ACE) Cable Cuts**
|
||||
|
||||
- In 2024, South Africa experienced significant internet disruptions due to undersea cable damages:
|
||||
- **Cause**: A suspected underwater rockslide off the coast of Côte d'Ivoire damaged multiple submarine cables, including WACS and ACE, or could this have another reason?
|
||||
- **Impact**: Thirteen African countries, including South Africa, faced degraded services or near-total internet outages. Lots of countries had no or limited internet for up to a week.
|
||||
|
||||
These incidents underscore the vulnerability of undersea cables and the need for geo-aware Internet / AI Capacity in country
|
BIN
docs/main/internet_today/img/atomic_race.png
Normal file
BIN
docs/main/internet_today/img/atomic_race.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 330 KiB |
@ -44,7 +44,7 @@ By addressing core issues and optimizing the internet's foundational layers, we
|
||||
|
||||
|
||||
|
||||
This is more than technology, it’s about autonomy, security, and sustainability. Web 4 empowers local communities, restores economic balance, and ensures that no one is left behind in our connected world.
|
||||
This is more than technology, it’s about sovereignty, security, and sustainability. ACI empowers local communities, restores economic balance, and ensures that no one is left behind in our connected world.
|
||||
|
||||
Join us in embracing the internet we all deserve—a resilient, decentralized, and equitable global network. Together, we can ensure a brighter digital future.
|
||||
|
||||
|
@ -7,7 +7,9 @@ hide_title: true
|
||||
|
||||
![](img/quantum.png)
|
||||
|
||||
## Neuromorphic Quantum Computing: The Future is Now
|
||||
## Neuromorphic Quantum Computing
|
||||
|
||||
> Planned H2 2025
|
||||
|
||||
Transform your computational capabilities with next-generation quantum computing technology which is run on large GPU clouds in phase 1.
|
||||
|
||||
|
@ -2,11 +2,11 @@
|
||||
title: Web 4 Story
|
||||
sidebar_position: 1
|
||||
---
|
||||
# Our Story to Web 4
|
||||
# Our Story to Web 4.
|
||||
|
||||
![](img/the_story.png)
|
||||
|
||||
**Web 4: The Next Evolution of the Internet**
|
||||
**Augmented Collective Intelligence: The Next Evolution of the Internet**
|
||||
|
||||
Web 4 represents a bold reimagination of the internet, built to address the inefficiencies, vulnerabilities, and centralization of today's digital world. Unlike its predecessors, Web 4 doesn’t just add layers of technology—it reinvents the very foundation of the internet to prioritize decentralization, efficiency, and autonomy.
|
||||
|
||||
|
@ -32,7 +32,7 @@ By uniting these three pillars of autonomy, OurWorld is building a comprehensive
|
||||
- **Description**: Decentralized Web 4 platform for the world.
|
||||
- **Key Features**:
|
||||
- Enables a decentralized platform for co-creating the future of the internet.
|
||||
- Incorporates Web 4 and Augmented Collective Intelligence.
|
||||
- Incorporates ACI and Augmented Collective Intelligence.
|
||||
- **Goal**: Be one of the top 5 players in DePIN (Decentralized Physical Infrastructure Network).
|
||||
|
||||
---
|
||||
|
@ -1,183 +0,0 @@
|
||||
import {themes as prismThemes} from 'prism-react-renderer';
|
||||
import type {Config} from '@docusaurus/types';
|
||||
import type * as Preset from '@docusaurus/preset-classic';
|
||||
|
||||
const config: Config = {
|
||||
title: 'ThreeFold',
|
||||
tagline: 'Geo Aware Internet Platform',
|
||||
favicon: 'img/favicon.png',
|
||||
|
||||
url: 'https://threefold.info',
|
||||
baseUrl: '/tftech/',
|
||||
|
||||
onBrokenLinks: 'throw',
|
||||
onBrokenMarkdownLinks: 'warn',
|
||||
|
||||
i18n: {
|
||||
defaultLocale: 'en',
|
||||
locales: ['en'],
|
||||
},
|
||||
|
||||
presets: [
|
||||
[
|
||||
'classic',
|
||||
{
|
||||
docs: {
|
||||
sidebarPath: './sidebars.ts',
|
||||
},
|
||||
blog: {
|
||||
showReadingTime: true,
|
||||
feedOptions: {
|
||||
type: ['rss', 'atom'],
|
||||
xslt: true,
|
||||
},
|
||||
onInlineTags: 'warn',
|
||||
onInlineAuthors: 'warn',
|
||||
onUntruncatedBlogPosts: 'warn',
|
||||
},
|
||||
theme: {
|
||||
customCss: './src/css/custom.css',
|
||||
},
|
||||
} satisfies Preset.Options,
|
||||
],
|
||||
],
|
||||
|
||||
markdown: {
|
||||
mermaid: true,
|
||||
},
|
||||
themes: ['@docusaurus/theme-mermaid'],
|
||||
|
||||
scripts: [
|
||||
|
||||
{
|
||||
src:
|
||||
'/js/crisp.js',
|
||||
async: false,
|
||||
},
|
||||
],
|
||||
|
||||
themeConfig: {
|
||||
|
||||
colorMode: {
|
||||
defaultMode: 'dark',
|
||||
disableSwitch: true,
|
||||
respectPrefersColorScheme: false,
|
||||
},
|
||||
image: 'img/tf_graph.png',
|
||||
metadata: [
|
||||
{ name: 'description', content: 'ThreeFold is laying the foundation for a geo aware Web 4, the next generation of the Internet.' },
|
||||
{ property: 'og:image', content: 'https://threefold.info/tftech/img/tf_graph.png' },
|
||||
{ property: 'og:description', content: 'ThreeFold is laying the foundation for a geo aware Web 4, the next generation of the Internet.' },
|
||||
{ property: 'og:title', content: 'ThreeFold Technology Vision' },
|
||||
],
|
||||
navbar: {
|
||||
title: '',
|
||||
logo: {
|
||||
alt: 'ThreeFold Logo',
|
||||
src: 'img/new_logo_tft.png',
|
||||
},
|
||||
items: [
|
||||
{
|
||||
type: 'docSidebar',
|
||||
sidebarId: 'mainSidebar',
|
||||
position: 'left',
|
||||
label: 'Docs',
|
||||
slug: '/'
|
||||
},
|
||||
{
|
||||
href: 'https://docs.threefold.io/',
|
||||
label: 'TFGrid 4 Docs',
|
||||
},
|
||||
{
|
||||
href: 'https://manual.grid.tf/',
|
||||
label: 'Manual',
|
||||
},
|
||||
{
|
||||
href: 'https://dashboard.grid.tf/',
|
||||
label: 'Dashboard',
|
||||
},
|
||||
// {
|
||||
// to: '/support',
|
||||
// label: 'Support',
|
||||
// position: 'left',
|
||||
// },
|
||||
{
|
||||
href: 'https://threefold.io',
|
||||
label: 'ThreeFold.io',
|
||||
position: 'right',
|
||||
},
|
||||
],
|
||||
},
|
||||
footer: {
|
||||
style: 'dark',
|
||||
links: [
|
||||
{
|
||||
title: 'Docs',
|
||||
items: [
|
||||
{
|
||||
label: 'Introduction',
|
||||
to: '/docs',
|
||||
},
|
||||
{
|
||||
label: 'V3 Manual',
|
||||
href: 'https://manual.grid.tf/',
|
||||
},
|
||||
{
|
||||
label: 'V4 Docs',
|
||||
href: 'https://docs.threefold.io/',
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: 'Community',
|
||||
items: [
|
||||
{
|
||||
label: 'Telegram',
|
||||
href: 'https://t.me/threefold',
|
||||
},
|
||||
{
|
||||
label: 'X',
|
||||
href: 'https://x.com/threefold_io',
|
||||
},
|
||||
{
|
||||
label: 'Forum',
|
||||
href: 'https://forum.threefold.io',
|
||||
},
|
||||
{
|
||||
label: 'Support',
|
||||
to: '/support',
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: 'Links',
|
||||
items: [
|
||||
{
|
||||
label: 'ThreeFold.io',
|
||||
href: 'https://threefold.io',
|
||||
},
|
||||
{
|
||||
label: 'Dashboard',
|
||||
href: 'https://dashboard.grid.tf',
|
||||
},
|
||||
{
|
||||
label: 'GitHub',
|
||||
href: 'https://github.com/threefoldtech/home',
|
||||
},
|
||||
{
|
||||
label: 'Gitea',
|
||||
href: 'https://git.ourworld.tf',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
copyright: `Copyright © ${new Date().getFullYear()} ThreeFold`,
|
||||
},
|
||||
prism: {
|
||||
theme: prismThemes.github,
|
||||
darkTheme: prismThemes.dracula,
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
export default config;
|
47
install.sh
47
install.sh
@ -1,47 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -ex
|
||||
|
||||
script_dir="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
||||
cd "${script_dir}"
|
||||
|
||||
echo "Docs directory: $script_dir"
|
||||
|
||||
# Check if Bun is installed
|
||||
if ! command -v bun &> /dev/null; then
|
||||
echo "Bun is not installed. Installing..."
|
||||
curl -fsSL https://bun.sh/install | bash
|
||||
else
|
||||
echo "Bun is already installed."
|
||||
fi
|
||||
|
||||
# Variables to add to the appropriate profile
|
||||
CONTENT='
|
||||
# Bun installation
|
||||
export BUN_INSTALL="$HOME/.bun"
|
||||
export PATH="$BUN_INSTALL/bin:$PATH"
|
||||
'
|
||||
|
||||
# Determine the user's shell and appropriate profile file
|
||||
if [[ "$SHELL" == *"zsh"* ]]; then
|
||||
PROFILE="$HOME/.zshrc"
|
||||
elif [[ "$SHELL" == *"bash"* ]]; then
|
||||
PROFILE="$HOME/.bashrc"
|
||||
else
|
||||
echo "Unsupported shell. Please add the following content manually to your shell profile:"
|
||||
echo "$CONTENT"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
# Add the content if it doesn't already exist
|
||||
if grep -q 'export BUN_INSTALL="$HOME/.bun"' "$PROFILE"; then
|
||||
echo "Bun environment variables already exist in $PROFILE."
|
||||
else
|
||||
echo "$CONTENT" >> "$PROFILE"
|
||||
echo "Bun environment variables added to $PROFILE. Please restart your shell or run 'source $PROFILE' to apply the changes."
|
||||
fi
|
||||
|
||||
# Run 'bun install'
|
||||
source "$PROFILE"
|
||||
echo "Running 'bun install'..."
|
||||
bun install
|
49
package.json
49
package.json
@ -1,49 +0,0 @@
|
||||
{
|
||||
"name": "docs-website",
|
||||
"version": "0.0.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"docusaurus": "docusaurus",
|
||||
"start": "docusaurus start",
|
||||
"build": "docusaurus build",
|
||||
"swizzle": "docusaurus swizzle",
|
||||
"deploy": "docusaurus deploy",
|
||||
"clear": "docusaurus clear",
|
||||
"serve": "docusaurus serve",
|
||||
"write-translations": "docusaurus write-translations",
|
||||
"write-heading-ids": "docusaurus write-heading-ids",
|
||||
"typecheck": "tsc"
|
||||
},
|
||||
"dependencies": {
|
||||
"@docusaurus/core": "^3.7.0",
|
||||
"@docusaurus/preset-classic": "^3.7.0",
|
||||
"@docusaurus/theme-mermaid": "^3.7.0",
|
||||
"@mdx-js/react": "^3.0.0",
|
||||
"clsx": "^2.0.0",
|
||||
"prism-react-renderer": "^2.3.0",
|
||||
"react": "^18.2.0",
|
||||
"react-dom": "^18.2.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@docusaurus/module-type-aliases": "^3.7.0",
|
||||
"@docusaurus/tsconfig": "3.5.2",
|
||||
"@docusaurus/types": "3.5.2",
|
||||
"typescript": "~5.5.2"
|
||||
},
|
||||
"browserslist": {
|
||||
"production": [
|
||||
">0.5%",
|
||||
"not dead",
|
||||
"not op_mini all"
|
||||
],
|
||||
"development": [
|
||||
"last 3 chrome version",
|
||||
"last 3 firefox version",
|
||||
"last 5 safari version"
|
||||
]
|
||||
},
|
||||
"engines": {
|
||||
"bun": ">=1.1.45"
|
||||
},
|
||||
"packageManager": "bun@1.1.45"
|
||||
}
|
32
sidebars.ts
32
sidebars.ts
@ -1,32 +0,0 @@
|
||||
import type {SidebarsConfig} from '@docusaurus/plugin-content-docs';
|
||||
|
||||
/**
|
||||
* Creating a sidebar enables you to:
|
||||
- create an ordered group of docs
|
||||
- render a sidebar for each doc of that group
|
||||
- provide next/previous navigation
|
||||
|
||||
The sidebars can be generated from the filesystem, or explicitly defined here.
|
||||
|
||||
Create as many sidebars as you want.
|
||||
*/
|
||||
const sidebars: SidebarsConfig = {
|
||||
// By default, Docusaurus generates a sidebar from the docs folder structure
|
||||
mainSidebar: [{type: 'autogenerated', dirName: 'main'}],
|
||||
// tutorialSidebar: [{type: 'autogenerated', dirName: 'main'}],
|
||||
|
||||
// But you can create a sidebar manually
|
||||
/*
|
||||
tutorialSidebar: [
|
||||
'intro',
|
||||
'hello',
|
||||
{
|
||||
type: 'category',
|
||||
label: 'Tutorial',
|
||||
items: ['tutorial-basics/create-a-document'],
|
||||
},
|
||||
],
|
||||
*/
|
||||
};
|
||||
|
||||
export default sidebars;
|
@ -1,39 +0,0 @@
|
||||
// src/components/CanvaEmbed.js
|
||||
import React from 'react';
|
||||
|
||||
const CanvaEmbed = ({ src }) => {
|
||||
return (
|
||||
<div style={{
|
||||
position: 'relative',
|
||||
width: '100%',
|
||||
height: 0,
|
||||
paddingTop: '56.2500%',
|
||||
paddingBottom: 0,
|
||||
boxShadow: '0 2px 8px 0 rgba(63,69,81,0.16)',
|
||||
marginTop: '1.6em',
|
||||
marginBottom: '0.9em',
|
||||
overflow: 'hidden',
|
||||
borderRadius: '8px',
|
||||
willChange: 'transform'
|
||||
}}>
|
||||
<iframe
|
||||
loading="lazy"
|
||||
style={{
|
||||
position: 'absolute',
|
||||
width: '100%',
|
||||
height: '100%',
|
||||
top: 0,
|
||||
left: 0,
|
||||
border: 'none',
|
||||
padding: 0,
|
||||
margin: 0
|
||||
}}
|
||||
src={src}
|
||||
allowFullScreen
|
||||
>
|
||||
</iframe>
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
||||
export default CanvaEmbed;
|
@ -1,71 +0,0 @@
|
||||
import clsx from 'clsx';
|
||||
import Heading from '@theme/Heading';
|
||||
import styles from './styles.module.css';
|
||||
import { useColorMode } from '@docusaurus/theme-common'
|
||||
|
||||
type FeatureItem = {
|
||||
title: string;
|
||||
Svg: React.ComponentType<React.ComponentProps<'svg'>>;
|
||||
description: JSX.Element;
|
||||
};
|
||||
|
||||
const FeatureList: FeatureItem[] = [
|
||||
{ scale: 1.0,
|
||||
fill:"currentColor",
|
||||
title: 'Building Web4',
|
||||
Svg: require('@site/static/img/clouds.svg').default,
|
||||
description: (
|
||||
<>
|
||||
Laying the groundwork for Web4, the next generation of the Internet.
|
||||
</>
|
||||
),
|
||||
},
|
||||
{ scale: 1.0,
|
||||
fill:"currentColor",
|
||||
title: 'ThreeFold Grid',
|
||||
Svg: require('@site/static/img/nodes.svg').default,
|
||||
description: (
|
||||
<>
|
||||
ThreeFold nodes, routers and phones create an end‑to‑end encrypted network.
|
||||
</>
|
||||
),
|
||||
},
|
||||
{ scale: 1.0,
|
||||
fill:"currentColor",
|
||||
title: 'Community Rewards',
|
||||
Svg: require('@site/static/img/rewards.svg').default,
|
||||
description: (
|
||||
<>
|
||||
The ecosystem rewards the community to foster growth and expansion.
|
||||
</>
|
||||
),
|
||||
},
|
||||
];
|
||||
|
||||
function Feature({scale, fill, id, title, Svg, description}: FeatureItem) {
|
||||
return (
|
||||
<div className={clsx('col col--4')}>
|
||||
<div className="text--center">
|
||||
<Svg transform={"scale(" + scale + ")"} fill={fill} id={id} className={styles.featureSvg} role="img" />
|
||||
</div>
|
||||
<div className="text--center padding-horiz--md">
|
||||
<Heading as="h3">{title}</Heading>
|
||||
<p>{description}</p>
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
export default function HomepageFeatures(): JSX.Element {
|
||||
return (
|
||||
<section className={styles.features}>
|
||||
<div className="container">
|
||||
<div className="row">
|
||||
{FeatureList.map((props, idx) => (
|
||||
<Feature key={idx} {...props} />
|
||||
))}
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
);
|
||||
}
|
@ -1,11 +0,0 @@
|
||||
.features {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
padding: 2rem 0;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.featureSvg {
|
||||
height: 200px;
|
||||
width: 200px;
|
||||
}
|
@ -1,131 +0,0 @@
|
||||
/**
|
||||
* Any CSS included here will be global. The classic template
|
||||
* bundles Infima by default. Infima is a CSS framework designed to
|
||||
* work well for content-centric websites.
|
||||
*/
|
||||
|
||||
/* Ensure navbar items and logo are vertically aligned */
|
||||
.navbar__logo {
|
||||
display: flex;
|
||||
align-items: center; /* Center aligns the items vertically */
|
||||
height: 100%; /* Ensures full height for alignment */
|
||||
}
|
||||
|
||||
.navbar__logo img {
|
||||
max-width: 150px; /* Set maximum width of the logo */
|
||||
height: auto; /* Maintain aspect ratio */
|
||||
}
|
||||
|
||||
/* Align navbar items, such as Docs and Support */
|
||||
.navbar__item {
|
||||
display: flex;
|
||||
align-items: center; /* Vertically align the items */
|
||||
}
|
||||
|
||||
/* Optional: Adjust padding for navbar items */
|
||||
.navbar__link {
|
||||
padding: 8px 12px; /* Modify values as necessary for better spacing */
|
||||
}
|
||||
|
||||
/* Add @font-face declarations for the Inter font */
|
||||
@font-face {
|
||||
font-family: 'Inter';
|
||||
font-weight: 400; /* Light */
|
||||
font-style: normal;
|
||||
src: url('/fonts/Inter_28pt-Light.ttf') format('truetype'); /* Corrected path */
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Inter';
|
||||
font-weight: 500; /* Regular */
|
||||
font-style: normal;
|
||||
src: url('/fonts/Inter_28pt-Regular.ttf') format('truetype'); /* Corrected path */
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Inter';
|
||||
font-weight: 600; /* Medium */
|
||||
font-style: normal;
|
||||
src: url('/fonts/Inter_28pt-Medium.ttf') format('truetype'); /* Corrected path */
|
||||
}
|
||||
|
||||
/* Apply the Inter font globally */
|
||||
body {
|
||||
font-family: 'Inter', sans-serif; /* Set the global font */
|
||||
font-size: 18px;
|
||||
}
|
||||
|
||||
/* Header styles - Medium weight for headers */
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
font-weight: 600; /* Medium weight for headers */
|
||||
font-family: 'Inter', sans-serif; /* Set the global font */
|
||||
}
|
||||
|
||||
/* Paragraph styles - Light weight for paragraphs */
|
||||
p {
|
||||
font-weight: 400; /* Light weight for paragraphs */
|
||||
font-family: 'Inter', sans-serif; /* Set the global font */
|
||||
}
|
||||
|
||||
/* You can override the default Infima variables here. */
|
||||
:root {
|
||||
--ifm-color-primary: #2e83ff;
|
||||
--ifm-color-primary-dark: #29784c;
|
||||
--ifm-color-primary-darker: #277148;
|
||||
--ifm-color-primary-darkest: #205d3b;
|
||||
--ifm-color-primary-light: #33925d;
|
||||
--ifm-color-primary-lighter: #359962;
|
||||
--ifm-color-primary-lightest: #3cad6e;
|
||||
--ifm-code-font-size: 95%;
|
||||
--svg-fill-color: #2a2021; /* Black fill for light mode */
|
||||
--docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.1);
|
||||
}
|
||||
|
||||
/* Dark mode styles */
|
||||
html[data-theme="dark"] {
|
||||
--svg-fill-color: #fff; /* White fill for dark mode */
|
||||
}
|
||||
|
||||
/* For readability concerns, you should choose a lighter palette in dark mode. */
|
||||
[data-theme='dark'] {
|
||||
--ifm-color-primary: #8d8d8d;
|
||||
--ifm-color-primary-dark: #21af90;
|
||||
--ifm-color-primary-darker: #1fa588;
|
||||
--ifm-color-primary-darkest: #1a8870;
|
||||
--ifm-color-primary-light: #29d5b0;
|
||||
--ifm-color-primary-lighter: #32d8b4;
|
||||
--ifm-color-primary-lightest: #4fddbf;
|
||||
--svg-fill-color: #fff; /* White fill for dark mode */
|
||||
--docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.3);
|
||||
}
|
||||
.footer {
|
||||
background-color: #131213;
|
||||
}
|
||||
.footer a,
|
||||
.footer p,
|
||||
.footer span,
|
||||
.footer div {
|
||||
color: #ffffff; /* Example: Light gray text for dark mode */
|
||||
}
|
||||
.navbar { /* or .navbar--fixedTop if it has that class */
|
||||
background-color: #131213;
|
||||
}
|
||||
|
||||
/* Apply scroll margin to footnote targets */
|
||||
[data-footnote-ref="true"] {
|
||||
scroll-margin-top: 80px; /* Adjust this value to match your navbar height */
|
||||
}
|
||||
|
||||
/* Ensure navbar items and logo are vertically aligned */
|
||||
.navbar__logo {
|
||||
display: flex;
|
||||
align-items: center; /* Center aligns the items vertically */
|
||||
height: 100%; /* Ensures full height for alignment */
|
||||
}
|
||||
|
||||
.navbar__link { /* Example: for navbar links */
|
||||
color: #ffffff;
|
||||
}
|
||||
img.svg-icon {
|
||||
fill: var(--svg-fill-color); /* Apply the color variable */
|
||||
}
|
@ -1,23 +0,0 @@
|
||||
/**
|
||||
* CSS files with the .module.css suffix will be treated as CSS modules
|
||||
* and scoped locally.
|
||||
*/
|
||||
|
||||
.heroBanner {
|
||||
padding: 4rem 0;
|
||||
text-align: center;
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 996px) {
|
||||
.heroBanner {
|
||||
padding: 2rem;
|
||||
}
|
||||
}
|
||||
|
||||
.buttons {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
@ -1,6 +0,0 @@
|
||||
import React from 'react';
|
||||
import { Redirect } from '@docusaurus/router';
|
||||
|
||||
export default function Home() {
|
||||
return <Redirect to="/tftech/docs" />;
|
||||
}
|
@ -1,7 +0,0 @@
|
||||
---
|
||||
title: Markdown page example
|
||||
---
|
||||
|
||||
# Markdown page example
|
||||
|
||||
You don't need React to write simple standalone pages.
|
@ -1,34 +0,0 @@
|
||||
# Support
|
||||
|
||||
Our dedicated team is here to help you every step of the way. We're passionate about ensuring that you receive the best possible experience exploring the ThreeFold ecosystem.
|
||||
|
||||
If you can't find the answer to your question, our dedicated ThreeFold support team is here to help.
|
||||
|
||||
## Reach Support
|
||||
|
||||
To contact the ThreeFold support team, visit the [ThreeFold Support Crisp website](https://threefoldfaq.crisp.help/en/).
|
||||
|
||||
## Live Chat Availability
|
||||
|
||||
Our support team is available from Monday to Friday, Central European Summer Time (CEST), between 8:00 AM and 12:00 AM (16 hours per day). During these hours, you can interact with us in real-time via live chat on the ThreeFold website.
|
||||
|
||||
* **Monday to Friday**: Available from 8:00 AM to 12:00 AM CEST
|
||||
|
||||
> Outside of these hours, you can still write to the support team and they will get back to you during working hours.
|
||||
|
||||
## How We Can Help
|
||||
|
||||
Our support team is here to assist you with any questions or concerns you may have about ThreeFold. Whether it's troubleshooting an issue, setting up a new feature, or simply answering a question, we're here to help.
|
||||
|
||||
### Support Services
|
||||
* **Technical Support**: Assistance with technical issues related to ThreeFold.
|
||||
* **Feature Setup**: Guidance on how to set up and use various ThreeFold features, services and products.
|
||||
* **General Questions**: Answers to any questions you may have about ThreeFold.
|
||||
|
||||
## Get In Touch
|
||||
|
||||
Ready to reach out? Simply visit the [ThreeFold Support Crisp website](https://threefoldfaq.crisp.help/en/) and initiate a chat with us during business hours.
|
||||
|
||||
*We're here to listen, assist, and provide support!*
|
||||
|
||||
---
|
@ -1 +0,0 @@
|
||||
docs.threefold.pro
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1 +0,0 @@
|
||||
window.$crisp=[];window.CRISP_WEBSITE_ID="1a5a5241-91cb-4a41-8323-5ba5ec574da0";(function(){d=document;s=d.createElement("script");s.src="https://client.crisp.chat/l.js";s.async=1;d.getElementsByTagName("head")[0].appendChild(s);})();
|
@ -1,7 +0,0 @@
|
||||
{
|
||||
// This file is not used in compilation. It is here just for a nice editor experience.
|
||||
"extends": "@docusaurus/tsconfig",
|
||||
"compilerOptions": {
|
||||
"baseUrl": "docs"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user