Skip to content
/ docs Public

The v2 of Nois docs for everything from nois-testnet-004 and beyond

Notifications You must be signed in to change notification settings

noislabs/docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nois Documentation (v2)

This repository is the source code of the Nois Documentation published at https://docs.nois.network/.

Building

  1. Install mdbook:

    $ cargo install mdbook
    
  2. Build

    $ mdbook build
    
  3. The output will be in the book subdirectory. Open it in your web browser.

    Firefox:

    $ firefox book/index.html                       # Linux
    $ open -a "Firefox" book/index.html             # OS X
    $ Start-Process "firefox.exe" .\book\index.html # Windows (PowerShell)
    $ start firefox.exe .\book\index.html           # Windows (Cmd)

    Chrome:

    $ google-chrome book/index.html                 # Linux
    $ open -a "Google Chrome" book/index.html       # OS X
    $ Start-Process "chrome.exe" .\book\index.html  # Windows (PowerShell)
    $ start chrome.exe .\book\index.html            # Windows (Cmd)
  4. To rebuild changes automatically, use

    $ mdbook watch
    

About

The v2 of Nois docs for everything from nois-testnet-004 and beyond

Resources

Stars

Watchers

Forks

Languages