https://github.com/mirantis/mke-docs
https://github.com/mirantis/mke-docs
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mirantis/mke-docs
- Owner: Mirantis
- Created: 2024-04-24T11:49:29.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-17T17:05:42.000Z (about 1 month ago)
- Last Synced: 2025-04-18T00:19:11.123Z (about 1 month ago)
- Language: CSS
- Homepage: https://docs.mirantis.com/mke-docs/
- Size: 5.86 MB
- Stars: 1
- Watchers: 10
- Forks: 16
- Open Issues: 48
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# MKE 4 Documentation
The `mke-docs` repository contains the MKE 4 documentation content and all
the assets that are required to build the [MKE 4 documentation website](https://mirantis.github.io/mke-docs/),
which uses Hugo with the [Hextra theme](https://imfing.github.io/hextra/).
Currently, the docs are published using GitHub actions on GitHub pages from the `main` branch.To build and preview MKE 4 documentation:
1. Install [Hugo](https://gohugo.io/installation/) on your local system.
2. Start the Hugo server from within your local `mke-docs` repository:
```bash
hugo server
```3. View the local documentation build at http://localhost:1313/mke-docs/.