Project Mu Documentation
Перейти к файлу
Bret Barkelew e69a50c057
Populate the docs with the Mu code release process. (#47)
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.
2018-12-05 10:50:11 -08:00
docs Populate the docs with the Mu code release process. (#47) 2018-12-05 10:50:11 -08:00
theme/assets/images Switch to a cleaner theme. (#8) 2018-09-28 11:48:13 -07:00
.gitignore Add support for pulling documentation from other Project Mu Repos (#33) 2018-10-15 10:58:40 -07:00
DocBuild.py Add support for checking encoding (#36) 2018-10-16 15:47:22 -07:00
LICENSE Initial docs checkin 2018-09-17 13:53:10 -07:00
README.md Add mkdocs to readme (#31) 2018-10-12 09:22:49 -07:00
Utf8Test.py Add support for checking encoding (#36) 2018-10-16 15:47:22 -07:00
azure-pipelines-pr-gate.yml Add support for checking encoding (#36) 2018-10-16 15:47:22 -07:00
cspell.json Adding Teams collaboration request link (#41) 2018-11-02 13:52:14 -07:00
main.py main.py: Fix date format of `buildtime()` (ISO 8601) (#45) 2018-11-12 15:15:59 -08:00
mkdocs_base.yml Add support for pulling documentation from other Project Mu Repos (#33) 2018-10-15 10:58:40 -07:00
requirements.txt Add mkdocs to readme (#31) 2018-10-12 09:22:49 -07:00
uefi-words.txt Populate the docs with the Mu code release process. (#47) 2018-12-05 10:50:11 -08:00

README.md

Build status

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.