35 lines
544 B
Markdown
35 lines
544 B
Markdown
<h1>ThreeFold V4 Docs</h1>
|
|
|
|
<h2>Table of Contents</h2>
|
|
|
|
- [Introduction](#introduction)
|
|
- [Steps](#steps)
|
|
- [URL](#url)
|
|
|
|
---
|
|
|
|
## Introduction
|
|
|
|
This repository contains the code to deploy the ThreeFold V4 Docs.
|
|
|
|
## Steps
|
|
|
|
- Install
|
|
```
|
|
bash install.sh
|
|
```
|
|
- Run locally
|
|
```
|
|
bash develop.sh
|
|
```
|
|
- Push change online
|
|
```
|
|
bash build.sh
|
|
```
|
|
|
|
## URL
|
|
|
|
- The website in staging mode is at `docsdev.threefold.pro`
|
|
- Username: docsdev
|
|
- Password: TFV42025
|
|
- The website in production mode is at `docs.threefold.io` |