The source for build.avax.network — docs, academy courses, integrations directory, and developer console for Avalanche.
yarn install
yarn build:remote # download remote MDX files (APIs, RPC reference)
yarn dev # start local dev server- Quick fix: Click "Edit on GitHub" on any page, make the change, and open a PR.
- New content: Fork or clone the repo, create a branch, and open a PR against
master. - Docs live in
content/docs/, academy courses incontent/academy/, and images inpublic/images/. - Vercel deploys a preview on every PR.
We use Conventional Commits enforced by git hooks and CI.
type(scope): description
Types: feat, fix, docs, style, refactor, perf, test, build, ci, chore, revert
Found something wrong or missing? Open an issue.
