Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://microsoft.github.io/mu/

Project Mu Documentation
https://microsoft.github.io/mu/

projectmu uefi uefi-development

Last synced: about 2 months ago
JSON representation

Project Mu Documentation

Awesome Lists containing this project

README

        

# Project Mu

[![Build status](https://dev.azure.com/projectmu/mu/_apis/build/status/Publish%20Mu)](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/).