Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mdn/kuma

The project that powers MDN.
https://github.com/mdn/kuma

css html javascript mdn nodejs python reactjs sass

Last synced: about 1 month ago
JSON representation

The project that powers MDN.

Awesome Lists containing this project

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.