Search code examples
github

List all wiki pages on wiki `Home` page


I'm looking for a way to list all pages on the wiki Home page instead of the standard welcome message. Here's an example of what I want: https://github.com/yahoo/oozie/wiki


Solution

  • Got it! The trick was to delete the Home page, but it was impossible to do directly from github.

    Here's a workaround: Go to wiki / Git Access and clone the wiki repository with the provided link. In the cloned repo just delete the file representing the Home page (in my case it was Home.md). Push the changes back.