The mke-docs
repository contains the MKE 4 documentation content and all
the assets that are required to build the MKE 4 documentation website,
which uses Hugo with the Hextra theme.
Currently, the docs are published using GitHub actions on GitHub pages from the main
branch.
To build and preview MKE 4 documentation:
-
Install Hugo on your local system.
-
Start the Hugo server from within your local
mke-docs
repository:hugo server
-
View the local documentation build at http://localhost:1313/mke-docs/.