This repository contains the documentation website for the Physical AI Humanoid and Robotics textbook, built with Docusaurus.
This textbook provides a comprehensive guide to Physical AI and Humanoid Robotics, covering fundamental concepts, advanced techniques, and practical applications.
npm install
npm start
This command starts a local development server and opens the website in your browser. Most changes are reflected live without needing to restart the server.
npm run build
This command generates static content in the build directory and can be served using any static content hosting service.
We welcome contributions to improve the textbook content. Please follow the folder structure as defined in the project documentation.
The site is deployed to GitHub Pages using GitHub Actions.