https://microsoft.github.io/mu/
Project Mu Documentation
https://microsoft.github.io/mu/
projectmu uefi uefi-development
Last synced: 5 months ago
JSON representation
Project Mu Documentation
- Host: GitHub
- URL: https://microsoft.github.io/mu/
- Owner: microsoft
- License: other
- Created: 2018-09-09T18:25:14.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-09-23T15:00:06.000Z (6 months ago)
- Last Synced: 2025-10-10T00:13:05.246Z (5 months ago)
- Topics: projectmu, uefi, uefi-development
- Language: Python
- Homepage: https://microsoft.github.io/mu/
- Size: 125 MB
- Stars: 629
- Watchers: 38
- Forks: 94
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
- Security: SECURITY.md
Awesome Lists containing this project
- awesome-oss-docs - Project Mu Docs - Project Mu is a modular adaptation of TianoCore's edk2 (UEFI BIOS reference) tuned for building modern devices using a scalable, maintainable, and reusable pattern. `Company Owned Documentation` (Microsoft Open Source Documentation)
- awesome-csirt - Project Mu
README
# Project Mu
[](https://dev.azure.com/projectmu/mu/_build/latest?definitionId=3)
This repository contains documentation of the Project Mu.
You can find the documentation at .
## How to build the docs
We are using [**MkDocs**](https://www.mkdocs.org) to build the documentation.
The following gives you a rough overview how to serve it locally:
* Run `pip install --upgrade -r requirements.txt`
* Run `DocBuild.py --Build --Clean --yml mkdocs_base.yml`
* Run `mkdocs serve`
Now you should be able to open on your machine.
A more detailed information how to build this project can be found
[here](https://microsoft.github.io/mu/DeveloperDocs/build_community_docs/).