bgodlin / docs.skale.network

Home Page:https://docs-skale-network-sigma.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docs

Requirements:

  • Node v14 LTS

Setup

When setting up this repo, any of the doc watch calls will automatically clone the doc-ui submodule for you. Only using the full preview?

Call to clone the doc-ui

git submodule update --recursive --remote

UI Development

UI Development has been moved to the doc-ui submodule

Develop with Hot Reload

Ready to update the docs? Pick your module below or work with all the local components simultaneously.

Note, if you are only working on a single component, your reload time will be much faster when picking a single module over all of them*

All Components

yarn docs:watch

Develop

yarn docs:watch:develop

####Filestorage

yarn docs:watch:filestorage

Home

yarn docs:watch:home

Learn

yarn docs:watch:learn

Recipes

yarn docs:watch:recipes

Technology

yarn docs:watch:technology

Validators

yarn docs:watch:validators

Run Full Preview

To pull from live repos in the playbook and serve from the UI bundle, first install ui npm libraries to allow the bundle to be built. Then cd into the parent folder, install the libraries and prepare the bundle. Then run the playbook and serve the files.

yarn
yarn prepare:ui     # build UI
yarn prepare:docs   # build docs
yarn serve

About

https://docs-skale-network-sigma.vercel.app


Languages

Language:JavaScript 100.0%