Skip to content

gnosischain/documentation

Repository files navigation

Gnosis Chain Developers Portal

Overview

This repo contains the contents for our docs deployed here.

The website is built using Docusaurus 2.

Contributing

The Developers Portal is an ecosystem tool, we welcome everybody to collaborate and improve it!

Prerequisites

Node.js version 14.13 or higher.

Installation

$ yarn install

Local Development

$ yarn start

This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.

Build

$ yarn build

This command generates static content into the build directory and can be served using any static contents hosting service.

Contents

  • Docs are located in the docs directory.
  • Landing pages are located in the src/pages directory.
  • The left side-bar of the page is controlled by sidebars.js.
  • Docusaurus complete documentation can be found here.

Pull Request (PR)

  • TBD