updated docs with roadmap, phones

This commit is contained in:
mik-tf 2024-10-30 12:08:35 -04:00
parent 174a803030
commit 67e397a1fb
16 changed files with 99 additions and 16 deletions

View File

@ -1,6 +1,6 @@
{
"label": "Legal",
"position": 5,
"position": 7,
"link": {
"type": "generated-index",
}

View File

@ -1,6 +1,6 @@
{
"label": "Node Guides",
"position": 3,
"label": "Nodes",
"position": 5,
"link": {
"type": "generated-index",
"description": "Learn how to host ThreeFold nodes and earn rewards."

View File

@ -0,0 +1,8 @@
{
"label": "Phones",
"position": 4,
"link": {
"type": "generated-index",
"description": "OurPhone is the first truly decentralized smartphone."
}
}

View File

@ -0,0 +1,9 @@
---
title: Get OurPhone
description: How to Get ThreeFold Phones
sidebar_position: 2
---
There are different models of ThreeFold OurPhones available. Your ThreeFold OurPhone represents your private and secure gateway to the online world.
Visit the [***official OurPhone website***](https://ourphone.tf/) to buy ThreeFold phones.

View File

@ -0,0 +1,25 @@
---
title: Features
description: The Decentralized Smartphone
sidebar_position: 1
---
The ThreeFold OurPhones presents unique features that makes it the ultimate decentralized smartphone on the market.
- **100% Data Ownership**
- With OurPhone™, you are the sole owner of your data, will always be, not some giant tech companies.
- **Quantum Safe Storage**
- Enjoy decentralized cloud storage benefit that comes with every OurPhone™ Apps subscription.
- **Introducing OurVerse™**
- OurApps™: decentralized SuperApps powered by OurPhone™ are ready to meet our needs.
- **Decentralized Network Support**
- OurVerse™ are hosted on the world's largest decentralized network. Join the movement.
- **Edge Computing Speed**
- Experience unparalleled usage speed with OurVerse™'s latest edge cloud technology.
- **Fully Encrypted Communication**
- Any transfer of data is powered by Planetary Network™, a fully encrypted network technology.

View File

@ -1,6 +1,6 @@
{
"label": "References",
"position": 4,
"position": 6,
"link": {
"type": "generated-index"
}

View File

@ -1,5 +1,5 @@
---
sidebar_position: 2
sidebar_position: 3
---
# Manual

View File

@ -1,5 +1,5 @@
---
sidebar_position: 3
sidebar_position: 2
---
# Tokenomics

View File

@ -0,0 +1,32 @@
---
sidebar_position: 3
---
# Roadmap
ThreeFold built a self-healing data, network and cloud platform. This platform is a complete and cohesive system providing a viable and efficient alternative to current mainstream clouds. The whole is bigger than the sum of its parts with this project, as all components interact together to form a cohesive and complete data, network and cloud platform.
Feel free to read the [Litepaper](./litepaper.md) to know more about the complete ThreeFold platform and its many components.
The following presents the current state of the grid and what is to come.
## Launched
- [x] ThreeFold Decentralized Cloud
- [x] ThreeFold Nodes
- [x] Data Storage System which cannot fail
- [x] Mycelium Global end-to-end shortest path network system
- [x] Mycelium Web2 Gateway
- [x] Mycelium Message Bus
## Upcoming
- [ ] ThreeFold Phone
- [ ] ThreeFold Magic Cloud Node Cluster
- [ ] Mycelium Naming Services
- [ ] Mycelium Wifi Integration
- [ ] Mycelium Video Conferencing
- [ ] Mycelium Chat
- [ ] Mycelium CDN
- [ ] Mycelium VPN
- [ ] Mycelium Web3 Gateway

View File

@ -130,12 +130,8 @@ const config: Config = {
to: '/docs/litepaper',
},
{
label: 'Tokenomics',
to: '/docs/tokenomics',
},
{
label: 'Node Guides',
to: '/docs/category/node-guides',
label: 'Roadmap',
to: '/docs/roadmap',
},
{
label: 'References',
@ -148,12 +144,21 @@ const config: Config = {
],
},
{
title: 'Community',
title: 'Products',
items: [
{
label: 'Forum',
href: 'https://forum.threefold.io',
label: 'Phones',
to: '/docs/category/phones',
},
{
label: 'Nodes',
to: '/docs/category/nodes',
},
],
},
{
title: 'Community',
items: [
{
label: 'Telegram',
href: 'https://t.me/threefold',
@ -162,6 +167,10 @@ const config: Config = {
label: 'X',
href: 'https://x.com/threefold_io',
},
{
label: 'Forum',
href: 'https://forum.threefold.io',
},
{
label: 'Support',
to: '/support',

View File

@ -19,7 +19,7 @@ function HomepageHeader() {
<div className={styles.buttons}>
<Link
className="button button--secondary button--lg"
to="/docs/litepaper">
to="/docs/introduction">
Explore the ThreeFold Grid
</Link>
</div>