Project Mu Documentation
Перейти к файлу
Project Mu UEFI Bot [bot] c26c880be8
Repo File Sync: Refactor regex-pull-requests.yml (#208)
synced local file(s) with
[microsoft/mu_devops](https://github.com/microsoft/mu_devops).

🤖: View the [Repo File Sync Configuration
File](https://github.com/microsoft/mu_devops/blob/main/.sync/Files.yml)
to see how files are synced.

---

This PR was created automatically by the
[repo-file-sync-action](https://github.com/BetaHuhn/repo-file-sync-action)
workflow run
[#11631955745](https://github.com/microsoft/mu_devops/actions/runs/11631955745)

Signed-off-by: Project Mu UEFI Bot <uefibot@microsoft.com>
2024-11-01 11:55:17 -04:00
.github
docs
theme/assets/images
.flake8
.gitattributes
.gitignore
.markdownlint.yaml
CONTRIBUTING.md
DocBuild.py
LICENSE.txt
README.md
SECURITY.md
Test_DocBuild.py
Utf8Test.py
azure-pipelines-pr-gate.yml
cspell.json
mkdocs_base.yml
requirements.txt

README.md

Project Mu

Build status

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 --upgrade -r requirements.txt
  • Run DocBuild.py --Build --Clean --yml mkdocs_base.yml
  • Run 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.