# kuma **Repository Path**: mirrors_mdn/kuma ## Basic Information - **Project Name**: kuma - **Description**: The project that powers MDN. - **Primary Language**: Unknown - **License**: MPL-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2026-05-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ================= Kuma (deprecated) ================= **Note**: In July 2022, Kuma was superseded by `Rumba`_. .. _Rumba: https://github.com/mdn/rumba .. image:: https://github.com/mdn/kuma/workflows/Docker%20testing/badge.svg :target: https://github.com/mdn/kuma/actions?query=workflow%3A%22Docker+testing%22 :alt: Docker testing .. image:: https://github.com/mdn/kuma/workflows/Python%20Lints/badge.svg :target: https://github.com/mdn/kuma/actions?query=workflow%3A%22Python+Lints%22 :alt: Python Lints .. image:: https://github.com/mdn/kuma/workflows/JavaScript%20and%20SASS%20Lints/badge.svg :target: https://github.com/mdn/kuma/actions?query=workflow%3A%22JavaScript+Lints%22 :alt: JavaScript Lints .. image:: https://github.com/mdn/kuma/workflows/Documentation%20Build/badge.svg :target: https://github.com/mdn/kuma/actions?query=workflow%3A%22Documentation+Build%22 :alt: Documentation Build .. image:: https://codecov.io/github/mdn/kuma/coverage.svg?branch=main :target: https://codecov.io/github/mdn/kuma?branch=main :alt: Code Coverage Status .. image:: http://img.shields.io/badge/license-MPL2-blue.svg :target: https://raw.githubusercontent.com/mdn/kuma/main/LICENSE :alt: License .. image:: https://img.shields.io/badge/whatsdeployed-stage,prod-green.svg :target: https://whatsdeployed.io/s/HC0/mdn/kuma :alt: What's deployed on stage,prod? .. Omit badges from docs Kuma is the platform that powers `MDN (developer.mozilla.org) `_ Development =========== :Code: https://github.com/mdn/kuma :Issues: `P1 Bugs`_ (to be fixed ASAP) `P2 Bugs`_ (to be fixed in 180 days) :Dev Docs: https://kuma.readthedocs.io/en/latest/installation.html :Forum: https://discourse.mozilla.org/c/mdn :Matrix: `#mdn room`_ :Servers: `What's Deployed on MDN?`_ https://developer.allizom.org/ (stage) https://developer.mozilla.org/ (prod) .. _`P1 Bugs`: https://github.com/mdn/kuma/issues?q=is%3Aopen+is%3Aissue+label%3Ap1 .. _`P2 Bugs`: https://github.com/mdn/kuma/issues?q=is%3Aopen+is%3Aissue+label%3Ap2 .. _`What's Deployed on MDN?`: https://whatsdeployed.io/s/HC0/mdn/kuma .. _`#mdn room`: https://chat.mozilla.org/#/room/#mdn:mozilla.org Getting started =============== Want to help make MDN great? Our `contribution guide `_ lists some good first projects and offers direction on submitting code.