Search code examples
githubgithub-pageswiki

How to get to folder view in github wiki


I'm reading this article: applying-git-to-github-wikis

In the article there's this screenshot that seems to show the files and folders of the wiki on github.com:

picture of folders and markdown files

But when you go to the wiki tab in github, it renders the wiki. And the wiki is a seperate respository from the github respository that it is a wiki for. So I'm wondering, how do you go about navigating to that UI?


Solution

  • This is a 2014 article which might not be inline with the current wiki management at GitHub.

    A wiki like the one for moby (docker) can be cloned with https://github.com/moby/moby.wiki.git, but has no direct web representation like a regular repository.