Skip to content

tianocore/tianocore-wiki.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2,173 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TianoCore EDK II Documentation

This repository contains the documentation for TianoCore EDK II, structured as an mdBook.

Building the Documentation

Prerequisites

Install mdBook:

cargo install mdbook

Or download a pre-built binary from mdBook releases.

Build and Serve

To build and serve the documentation locally:

mdbook serve

Then open your browser to http://localhost:3000

To build the documentation without serving:

mdbook build

The output will be in the book/ directory.

Clean Build

To clean the build directory:

mdbook clean

Repository Structure

  • SUMMARY.md - Table of contents for the book
  • book.toml - mdBook configuration
  • index.md - Introduction/landing page
  • Content organized in thematic directories:
    • build-tooling/ - Build system documentation
    • community/ - Community information and support
    • development/ - Development tutorials and guides
    • governance/ - Project governance and policies
    • platforms-packages/ - Platform and package documentation
    • projects/ - Additional projects
    • reference/ - Specifications, standards, and references
    • releases-history/ - Release information
    • security/ - Security processes and advisories
    • archives/ - Archived historical content

Contributing

Please see our contribution guidelines.

License

See LICENSE file for details.

Contributors