unclezoro / greenfield-docs

The official repository for the BNB Greenfield documentation website

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Greenfield Docs

This repository is the official repository for the BNB Greenfield documentation website. You can make changes to the documentation website by submitting a PR, if this is your first time submitting a PR to this repo, please follow the Documentation Writing Guidelines.

Stack

The documentation for Greenfield is hosted at https://greenfield.bnbchain.org/docs/guide/ and built from the files in the /docs directory. It is built using the following stack:

Docs Build Workflow

The docs are built and deployed automatically on GitHub Pages by a GitHub Action workflow. The workflow is triggered on every push to the master branches, every time documentations or specs are modified.

How to Build the Docs Locally

Requirement:

  1. node above v14.20
  2. yarn above v1.22
yarn install
yarn docs:dev

About

The official repository for the BNB Greenfield documentation website


Languages

Language:TypeScript 87.5%Language:SCSS 8.9%Language:Dockerfile 3.6%