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