Old Aptos documentation. See https://github.com/aptos-labs/aptos-docs for the new docs
Documentation has moved to the new aptos-docs repository.
This repository is now archived and will not receive updates.
With results visible at: https://github.com/aptos-labs/developer-docs/actions/workflows/links.yml
π Aptos Developer Documentation
Official Aptos developer documentation, providing everything you need to set up, develop, and test your projects.
π Table of Contents
- π» Installation
- π Clone the Repository
- π¦ Install Dependencies
- π Develop on Nextra
- π Debugging
- π Regenerating Contributors
π For additional instructions, see the
README.mdinsideapps/nextra/.
Aptos uses lychee-broken-link-checker to verify broken links in Markdown files.
Results can be viewed here:
π GitHub Actions: Link Checking
π» Installation
βοΈ Requirements
Before you proceed, ensure you have installed the following dependencies:
Node.js
π Install via Homebrew:brew install nodepnpm (package manager)
π Install the latest version:curl -fsSL https://get.pnpm.io/install.sh | sh -
π Clone the Repository
git clone https://github.com/aptos-labs/developer-docs.git
π¦ Install Dependencies
π If you are using macOS M1 Sonoma or later, first run:
pnpm add node-gyp -g
π Then install all dependencies:
pnpm install
π Develop on Nextra
β Important: For more details, see
apps/nextra/README.md.
1οΈβ£ Set up the environment
π Ensure your .env is properly configured inside apps/nextra/.env.
Use .env.example as a template.
π Validate the setup:
pnpm prebuild
2οΈβ£ Build Nextra
pnpm run build
π This command builds apps/nextra and all dependent local packages.
3οΈβ£ Navigate to the subdirectory
cd apps/nextra
4οΈβ£ Run the local development server
pnpm run dev
π Server will be available at:
π http://localhost:3000
π Debugging
π Fix formatting issues by running:
pnpm fmt
π Regenerating Contributors
π The src/contributors.json file (which powers the author list at the bottom of doc pages) needs manual updates.
1οΈβ£ Authenticate with GitHub
π Install GitHub CLI:
π Installation Guide
π Log into your GitHub account:
gh auth login --scopes read:user,user:email
2οΈβ£ Generate the contributor list
pnpm contributors
π The updated list will now appear in the documentation.
π Useful Links
π License
This project is licensed under the Apache 2.0.
See LICENSE for more details.
π€ Contributors
A huge thank you to everyone who has contributed to this project! π