diff options
author | julieng <julien.gattelier@gmail.com> | 2021-11-11 06:45:13 +0100 |
---|---|---|
committer | SphinxKnight <SphinxKnight@users.noreply.github.com> | 2021-11-11 09:08:40 +0100 |
commit | f6f0c1509a262eb9a5e7bd5d1a84a7b24551eee6 (patch) | |
tree | 0c22697bc26b3832cde01ad56da47b11ebda6187 /files/fr/mdn/yari/index.md | |
parent | 88da6697a0a0eb6c8fcb44fb7242922bbc0cc0fd (diff) | |
download | translated-content-f6f0c1509a262eb9a5e7bd5d1a84a7b24551eee6.tar.gz translated-content-f6f0c1509a262eb9a5e7bd5d1a84a7b24551eee6.tar.bz2 translated-content-f6f0c1509a262eb9a5e7bd5d1a84a7b24551eee6.zip |
move *.html to *.md
Diffstat (limited to 'files/fr/mdn/yari/index.md')
-rw-r--r-- | files/fr/mdn/yari/index.md | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/files/fr/mdn/yari/index.md b/files/fr/mdn/yari/index.md new file mode 100644 index 0000000000..b75fe1b8ef --- /dev/null +++ b/files/fr/mdn/yari/index.md @@ -0,0 +1,25 @@ +--- +title: Kuma, la plateforme soutenant le wiki MDN +slug: MDN/Yari +tags: + - Kuma + - Kuma script + - MDN Meta +translation_of: MDN/Kuma +original_slug: MDN/Kuma +--- +<div>{{MDNSidebar}}{{IncludeSubnav("/fr/docs/MDN")}}</div> + +<p>Kuma est le code Django qui alimente le MDN Web Docs.</p> + +<p>{{SubpagesWithSummaries}}</p> + +<h2 id="Simpliquer_avec_Kuma">S'impliquer avec Kuma</h2> + +<p>Pour s'engager avec Kuma :</p> + +<ul> + <li>Visitez le <a href="https://github.com/mdn/kuma">projet Kuma sur GitHub</a> (en).</li> + <li>Consultez le <a href="https://github.com/mdn/kuma/blob/master/CONTRIBUTING.md">Guide de contribution</a> (en).</li> + <li>Au besoin, plongez dans la <a href="http://kuma.readthedocs.org/en/latest/">documentation complète de Kuma</a> (en).</li> +</ul> |