michaelbnewman / avalanche-docs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


Avalanche Docs

Overview

This repo contains the contents for our docs deployed here.

The website is built using Docusaurus 2.

Contributing

Contributing to the docs site is a great way to get involved with the Avalanche dev community! Here's some things you need to know to get started.

Contents

  • All the docs are located in the docs directory.
  • The left side-bar of the page is controlled by sidebars.js.
  • Extensive docs for Docusaurus can be found here.

Pull Request (PR)

  • All PRs should be made against the master branch.
  • Following a successful build, Cloudflare Pages will comment on the PR with a link to *.avalanche-docs.pages.dev where you can verify your changes.
  • Once your PR is merged into master, https://docs.avax.network/ will be updated with your changes.

Installation

$ yarn

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.

Please make sure that you run this command to see if there is any error in building the package, and fix them before pushing your changes.

Search

Search is powered by Algolia and the config file is located here.

About

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Shell 48.5%Language:JavaScript 44.4%Language:CSS 7.0%