Skip to main content
Publicamos actualizaciones para la documentación con frecuencia y es posible que aún se esté traduciendo esta página. Para obtener la información más reciente, consulta la documentación en inglés.
GitHub AE es una versión limitada en este momento.

Acerca de las wikis

Puedes alojar documentación para tu repositorio en una wiki, para que otros puedan usar y colaborar con tu proyecto.

Los wikis se encuentran disponibles en los repositorios internos y privados con GitHub AE. Los wikis se encuentran disponibles en los repositorio públicos con GitHub Free y con GitHub Free para organizaciones; y en los repositorios privados y públicos con GitHub Pro, GitHub Team, GitHub Enterprise Cloud y GitHub Enterprise Server.

Every repository on GitHub AE 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 GitHub AE. For more information, see "Getting started with writing and formatting on GitHub." 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 you create a wiki in a private repository, only enterprise members with access to the repository can access the wiki. For more information, see "Setting repository visibility."

You can edit wikis directly on GitHub AE, 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 your enterprise to contribute to a wiki in an internal repository. For more information, see "Changing access permissions for wikis."

Note: Search engines will not index the contents of wikis. To have your content indexed by search engines, you can use GitHub Pages in a public repository.

Further reading