Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://microsoft.github.io/mu/
- Owner: microsoft
- License: other
- Created: 2018-09-09T18:25:14.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-09-13T19:01:17.000Z (2 months ago)
- Last Synced: 2024-09-14T22:36:41.270Z (2 months ago)
- Topics: projectmu, uefi, uefi-development
- Language: Python
- Homepage: https://microsoft.github.io/mu/
- Size: 104 MB
- Stars: 550
- Watchers: 37
- Forks: 83
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
- Security: SECURITY.md
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/).