From f9a5d8086ac793f5f593a0531a44ba1c6e241ab3 Mon Sep 17 00:00:00 2001 From: mik-tf Date: Thu, 16 Oct 2025 07:47:45 -0400 Subject: [PATCH] docs: Update README with new repository URL and remove deployment info --- README.md | 20 +++----------------- 1 file changed, 3 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index 085a0ea..7b19255 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Community e-book for the ThreeFold Token (TFT) minting transition plan. -**Live Site**: https://plan.threefold.pro +**Live Site**: https://threefold.info/economics ## Overview @@ -24,8 +24,8 @@ This repository contains the documentation for the TFT Minting Transition Plan, ```bash # Clone the repository -git clone https://github.com/mik-tf/minting_plan.git -cd minting_plan +git clone https://git.ourworld.tf/tfgrid/docs_tfgrid_economics +cd docs_tfgrid_economics # Install dependencies pnpm install @@ -94,8 +94,6 @@ minting_plan/ git push origin main ``` -6. GitHub Actions automatically deploys to https://plan.threefold.pro - ### Content Guidelines - Write clear, concise documentation @@ -104,16 +102,6 @@ minting_plan/ - Test builds before pushing - See [Content Updates Guide](./docs/ops/content-updates.md) for details -## Deployment - -This site automatically deploys to GitHub Pages via GitHub Actions when you push to the `main` branch. - -- **Domain**: plan.threefold.pro -- **Branch**: gh-pages (auto-generated) -- **Build Time**: ~2-3 minutes - -See [Deployment Guide](./docs/ops/deployment.md) for full details. - ## Community Feedback We welcome community feedback on this plan through: @@ -133,8 +121,6 @@ Full documentation available at: - [Docusaurus 3](https://docusaurus.io/) - Documentation framework - [React 18](https://react.dev/) - UI library -- [GitHub Pages](https://pages.github.com/) - Hosting -- [GitHub Actions](https://github.com/features/actions) - CI/CD ## License