зеркало из https://github.com/microsoft/mu.git
e69a50c057
Take a stab at a first draft of the release process including: branching, tagging, naming conventions, and lifecycle. This may be revised as we learn how the process works with the larger community. |
||
---|---|---|
docs | ||
theme/assets/images | ||
.gitignore | ||
DocBuild.py | ||
LICENSE | ||
README.md | ||
Utf8Test.py | ||
azure-pipelines-pr-gate.yml | ||
cspell.json | ||
main.py | ||
mkdocs_base.yml | ||
requirements.txt | ||
uefi-words.txt |
README.md
Project Mu
This repository contains documentation of the Project Mu.
You can find the documentation at https://microsoft.github.io/mu/.
How to build the docs
We are using MkDocs to build the documentation.
The following gives you a rough overview how to serve it locally:
- Run
pip install -r requirements.txt
- Execute
mkdocs serve
Now you should be able to open http://127.0.0.1:8000 on your machine.
A more detailed information how to build this project can be found here.