From 8ea56b363f0bd7c7952ec58ac0477626846d1f8e Mon Sep 17 00:00:00 2001 From: despiegk Date: Sun, 2 Feb 2025 19:46:02 +0300 Subject: [PATCH] ... --- README.md | 37 +++++++++++-------------------------- 1 file changed, 11 insertions(+), 26 deletions(-) diff --git a/README.md b/README.md index d7b8133..a084f9f 100644 --- a/README.md +++ b/README.md @@ -1,37 +1,22 @@

ThreeFold V4 Docs

-

Table of Contents

+to run -- [Introduction](#introduction) -- [Steps](#steps) -- [URL](#url) +``` +#get your own development server +hero docusaurus -dev -u https://git.ourworld.tf/tfgrid/info_docs_tfgrid4 ---- +#build & publsh the production version, only works if you have rights +hero docusaurus -build -u https://git.ourworld.tf/tfgrid/info_docs_tfgrid4 -## Introduction +#build & publsh the dev versio, only works if you have rights +hero docusaurus -builddev -u https://git.ourworld.tf/tfgrid/info_docs_tfgrid4 -This repository contains the code to deploy the ThreeFold V4 Docs. - -## Steps - -- 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 - ``` +``` ## URL +>TODO: will be updated + - The website in staging mode is at https://threefold.info/docs4dev - The website in production mode is at https://docs.threefold.io \ No newline at end of file