1
0
mirror of synced 2025-12-23 21:07:12 -05:00
Files
docs/content/github/building-a-strong-community/about-wikis.md

2.9 KiB

title, intro, redirect_from, product, versions
title intro redirect_from product versions
About wikis You can host documentation for your repository in a wiki, so that others can use and contribute to your project.
/articles/about-github-wikis/
/articles/about-wikis
{% data reusables.gated-features.wikis %}
free-pro-team enterprise-server github-ae
* * *

Every {% data variables.product.product_name %} repository comes equipped with a section for hosting documentation, called a wiki. You can use your repository's wiki to share long-form content about your project, such as how to use it, how you designed it, or its core principles. A README file quickly tells what your project can do, while you can use a wiki to provide additional documentation. For more information, see "About READMEs."

With wikis, you can write content just like everywhere else on {% data variables.product.product_name %}. For more information, see "Getting started with writing and formatting on {% data variables.product.prodname_dotcom %}." We use our open-source Markup library to convert different formats into HTML, so you can choose to write in Markdown or any other supported format.

{% if currentVersion == "free-pro-team@latest" or enterpriseServerVersions contains currentVersion %}If you create a wiki in a public repository, the wiki is available to {% if enterpriseServerVersions contains currentVersion %}anyone with access to {% data variables.product.product_location %}{% else %}the public{% endif %}. {% endif %}If you create a wiki in an internal or private repository, {% if currentVersion == "free-pro-team@latest" or enterpriseServerVersions contains currentVersion %}people{% elsif currentVersion == "github-ae@latest" %}enterprise members{% endif %} with access to the repository can also access the wiki. For more information, see "Setting repository visibility."

You can edit wikis directly on {% data variables.product.product_name %}, or you can edit wiki files locally. By default, only people with write access to your repository can make changes to wikis, although you can allow everyone on {% data variables.product.product_location %} to contribute to a wiki in {% if currentVersion == "github-ae@latest" %}an internal{% else %}a public{% endif %} repository. For more information, see "Changing access permissions for wikis".

Further reading