update readme
This commit is contained in:
parent
a453ceb6ab
commit
859c8ccab3
33
README.md
33
README.md
@ -1,12 +1,33 @@
|
|||||||
# testsite
|
<h1>ThreeFold V4 Docs</h1>
|
||||||
|
|
||||||
just edit the docs in directory 'docs'
|
<h2>Table of Contents</h2>
|
||||||
|
|
||||||
the site will be autobuild on [https://info.ourworld.tf/hero](https://info.ourworld.tf/hero)
|
- [Introduction](#introduction)
|
||||||
|
- [Steps](#steps)
|
||||||
|
- [URL](#url)
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
## to edit in stackblitz
|
## Introduction
|
||||||
|
|
||||||
> make sure to have an account there, login with github
|
This repository contains the code to deploy the ThreeFold V4 Docs.
|
||||||
|
|
||||||
https://stackblitz.com/~/github.com/Incubaid/docs_eden
|
## Steps
|
||||||
|
|
||||||
|
- Install
|
||||||
|
```
|
||||||
|
bash install.sh
|
||||||
|
```
|
||||||
|
- Run locally
|
||||||
|
```
|
||||||
|
bash develop.sh
|
||||||
|
```
|
||||||
|
- Push change online
|
||||||
|
```
|
||||||
|
bash build.sh
|
||||||
|
```
|
||||||
|
|
||||||
|
## URL
|
||||||
|
|
||||||
|
- The website in staging mode is at `threefold.info/docs4`
|
||||||
|
- The website in production mode is at `docs.threefold.io`
|
@ -5075,11 +5075,6 @@ fs.realpath@^1.0.0:
|
|||||||
resolved "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz"
|
resolved "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz"
|
||||||
integrity sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==
|
integrity sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==
|
||||||
|
|
||||||
fsevents@~2.3.2:
|
|
||||||
version "2.3.3"
|
|
||||||
resolved "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz"
|
|
||||||
integrity sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==
|
|
||||||
|
|
||||||
function-bind@^1.1.2:
|
function-bind@^1.1.2:
|
||||||
version "1.1.2"
|
version "1.1.2"
|
||||||
resolved "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz"
|
resolved "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz"
|
||||||
|
Loading…
Reference in New Issue
Block a user