VOOZH about

URL: https://docs.github.com/en/enterprise-server@3.21/communities/documenting-your-project-with-wikis/creating-a-footer-or-sidebar-for-your-wiki

⇱ Creating a footer or sidebar for your wiki - GitHub Enterprise Server 3.21 Docs


Skip to main content

Creating a footer or sidebar for your wiki

You can add a custom sidebar or footer to your wiki to provide readers with more contextual information.

Who can use this feature?

Wikis are available in public repositories with GitHub Free and GitHub Free for organizations, and in public and private repositories with GitHub Pro, GitHub Team, GitHub Enterprise Cloud and GitHub Enterprise Server.

In this article

Creating a footer

  1. On GitHub, navigate to the main page of the repository.

  2. Under your repository name, click Wiki.

  3. At the bottom of the page, click Add a custom footer.

  4. Use the text editor to type the content you want your footer to have.

  5. In the "Edit message" field, enter a commit message describing the footer you’re adding.

  6. To commit your changes to the wiki, click Save Page.

Creating a sidebar

  1. On GitHub, navigate to the main page of the repository.

  2. Under your repository name, click Wiki.

  3. Click Add a custom sidebar on the right side of the page.

  4. Use the text editor to add your page's content.

  5. In the "Edit message" field, enter a commit message describing the sidebar you’re adding.

  6. To commit your changes to the wiki, click Save Page.

Creating a footer or sidebar locally

If you create a file named _Footer.<extension> or _Sidebar.<extension>, we'll use them to populate the footer and sidebar of your wiki, respectively. Like every other wiki page, the extension you choose for these files determines how we render them.