Skip to main content

Эта версия GitHub Enterprise Server была прекращена 2024-03-26. Исправления выпускаться не будут даже при критических проблемах безопасности. Для повышения производительности, повышения безопасности и новых функций выполните обновление до последней версии GitHub Enterprise Server. Чтобы получить справку по обновлению, обратитесь в службу поддержки GitHub Enterprise.

Сведения о вики-сайтах

Можно разместить на вики-сайте документацию по репозиторию, чтобы другим пользователям было удобнее использовать его и участвовать в работе над проектом.

Кто эту функцию можно использовать?

Вики-сайты доступны в общедоступных репозиториях с GitHub Free и GitHub Free для организаций, а также в общедоступных и частных репозиториях с GitHub Pro, GitHub Team, GitHub Enterprise Cloud и GitHub Enterprise Server.

Every repository on your GitHub Enterprise Server instance 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 Enterprise Server. 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.

You can use Markdown to add rendered math expressions, diagrams, maps, and 3D models to your wiki. For more information on creating rendered math expressions, see "Writing mathematical expressions." For more information on creating diagrams, maps and 3D models, see "Creating diagrams."

If you create a wiki in a public repository, the wiki is available to anyone with access to your GitHub Enterprise Server instance. If you create a wiki in a private or internal repository, only people with access to the repository can access the wiki. For more information, see "Setting repository visibility."

You can edit wikis directly on GitHub Enterprise Server, 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 GitHub Enterprise Server instance to contribute to a wiki in a public repository. For more information, see "Changing access permissions for wikis."

Further reading