/docs

Pocket Network User Documentation. For a more user-friendly version of this content, see the website below.

Primary LanguageCSS

Pocket Network Docs

Pocket Network documentation.

View the built version of these docs in the browser at https://docs.pokt.network.

Local build

  1. Install Hugo. Make sure the version you have is >=0.93.
hugo --version
  1. Clone the repo, pulling in all submodules:
git clone --recursive https://github.com/pokt-foundation/docs.git
  1. Start the local Hugo server
cd docs
hugo serve
  1. View the built docs in your browser at http://localhost:1313.

When any content changes are made to the repo, they will automatically be reflected on this local site.

More info

For more information about contributing to this repo, see the section on Contributing to the Docs.