This repository contains the documentation for TianoCore EDK II, structured as an mdBook.
Install mdBook:
cargo install mdbookOr download a pre-built binary from mdBook releases.
To build and serve the documentation locally:
mdbook serveThen open your browser to http://localhost:3000
To build the documentation without serving:
mdbook buildThe output will be in the book/ directory.
To clean the build directory:
mdbook cleanSUMMARY.md- Table of contents for the bookbook.toml- mdBook configurationindex.md- Introduction/landing page- Content organized in thematic directories:
build-tooling/- Build system documentationcommunity/- Community information and supportdevelopment/- Development tutorials and guidesgovernance/- Project governance and policiesplatforms-packages/- Platform and package documentationprojects/- Additional projectsreference/- Specifications, standards, and referencesreleases-history/- Release informationsecurity/- Security processes and advisoriesarchives/- Archived historical content
Please see our contribution guidelines.
See LICENSE file for details.