transfer #50

Merged
mik-tf merged 1 commits from development_transfer into main 2024-12-11 04:20:58 +00:00
7 changed files with 2606 additions and 16475 deletions
Showing only changes of commit 4756a0949d - Show all commits

View File

@ -10,4 +10,4 @@ cd docs_website
yarn build
cd ..
rsync -rv --delete ${script_dir}/docs_website/build/ root@info.ourworld.tf:/root/hero/www/info/docs/
rsync -rv --delete ${script_dir}/docs_website/build/ root@info.ourworld.tf:/root/hero/www/info/docslaunch/

View File

@ -21,8 +21,6 @@ ThreeFold has accomplished so much over the years: we are currently in the fourt
Currently, the ThreeFold Grid is in more than 50 countries with thousands of nodes online providing data, network and cloud resources to users as a working proof of concept.
ThreeFold will be announcing more Web4 features on 12.12.24.
| Status | System Component |
|-----------|--------------|
| ✓ Completed | ThreeFold Infrastructure Layer for Web 2, 3 and 4 |
@ -34,8 +32,6 @@ ThreeFold will be announcing more Web4 features on 12.12.24.
| ✓ Completed | Mycelium Quantum Safe Network |
| ✓ Completed | Mycelium Web2 Gateway |
| ✓ Completed | Mycelium Message Bus |
| 🔄 Announce - 12.12.24 | Web4 Phone |
| 🔄 Announce - 12.12.24 | Web4 Router |
| 🔄 Announce - 12.12.24 | Web4 Development Platform |
> [https://threefold.io/action/](https://threefold.io/action)
| ✓ Pre-Order Now | Web4 Node |
| ✓ Pre-Order Now | Web4 Phone |
| 🔄 Pre-Order 2025 Q2 | Web4 Router |

View File

@ -36,7 +36,7 @@ ThreeFold is now entering the **expansion phase** of the grid, aiming to grow to
- Our new token, **INCA**, continues TFT's legacy. Each TFT can be converted into INCA on a **1:1 basis**, with **vesting over 18 months**.
- **INCA** is our **DePIN token** (Decentralized Physical Infrastructure Network) that will fund the expansion to a planetary scale.
> **Note:** The current TFT is only available on Stellar and Binance Smart Chain, with low liquidity and market cap. It has not been actively promoted and reflects the foundational work of the existing ThreeFold Community. **INCA**, however, serves as our launch token for potentially one of the largest and most meaningful projects in the DePIN space.
> **Note:** Currently, TFT is available on Stellar, Ethereum and BNB Smart Chain. The liquidity and the market cap of TFT are low. While it has not been actively promoted, it reflects the foundational work of the existing ThreeFold Community. **INCA** serves as our launch token for potentially one of the largest and most meaningful projects in the DePIN space.
### Technology and Tokenomics

View File

@ -7,24 +7,12 @@ const config: Config = {
tagline: 'Self-Healing Data & Cloud Network',
favicon: 'img/favicon.png',
// Set the production url of your site here
url: 'https://docs.projectmycelium.io',
// Set the /<baseUrl>/ pathname under which your site is served
// For GitHub pages deployment, it is often '/<projectName>/'
baseUrl: '',
// GitHub pages deployment config.
// If you aren't using GitHub pages, you don't need these.
organizationName: 'git.ourworld.tf/tfgrid', // Usually your GitHub org/user name.
projectName: 'www_docs_threefold_io', // Usually your repo name.
trailingSlash: false,
url: 'https://docs.threefold.io',
baseUrl: '/',
onBrokenLinks: 'throw',
onBrokenMarkdownLinks: 'warn',
// Even if you don't use internationalization, you can use this field to set
// useful metadata like html lang. For example, if your site is Chinese, you
// may want to replace "en" with "zh-Hans".
i18n: {
defaultLocale: 'en',
locales: ['en'],
@ -36,8 +24,6 @@ const config: Config = {
{
docs: {
sidebarPath: './sidebars.ts',
// Please change this to your repo.
// Remove this to remove the "edit this page" links.
},
blog: {
showReadingTime: true,
@ -45,9 +31,6 @@ const config: Config = {
type: ['rss', 'atom'],
xslt: true,
},
// Please change this to your repo.
// Remove this to remove the "edit this page" links.
// Useful options to enforce blogging best practices
onInlineTags: 'warn',
onInlineAuthors: 'warn',
onUntruncatedBlogPosts: 'warn',
@ -76,14 +59,9 @@ const config: Config = {
themeConfig: {
algolia: {
// The application ID provided by Algolia
appId: 'ARAM4VJG2D',
// Public API key: it is safe to commit it
apiKey: '674fd2945f4e534903ff074723bd20be',
indexName: 'threefold',
},
colorMode: {
@ -91,7 +69,6 @@ const config: Config = {
disableSwitch: true,
respectPrefersColorScheme: false,
},
// Replace with your project's social card
image: 'img/favicon.png',
navbar: {
title: '',

File diff suppressed because it is too large Load Diff

View File

@ -15,9 +15,9 @@
"typecheck": "tsc"
},
"dependencies": {
"@docusaurus/core": "3.5.2",
"@docusaurus/preset-classic": "3.5.2",
"@docusaurus/theme-mermaid": "^3.5.2",
"@docusaurus/core": "^3.6.3",
"@docusaurus/preset-classic": "^3.6.3",
"@docusaurus/theme-mermaid": "^3.6.3",
"@mdx-js/react": "^3.0.0",
"clsx": "^2.0.0",
"prism-react-renderer": "^2.3.0",
@ -25,7 +25,7 @@
"react-dom": "^18.0.0"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "3.5.2",
"@docusaurus/module-type-aliases": "^3.6.3",
"@docusaurus/tsconfig": "3.5.2",
"@docusaurus/types": "3.5.2",
"typescript": "~5.5.2"

File diff suppressed because it is too large Load Diff