I have a project on github and I want to generate GitHub Pages for it. But not just one page, I want to create a structure like this: Welcome to phpMyAdmin documentation.
I've been reading documentation, articles, forums, stackoverflow etc and I still don't get how make this work.
My project has a master and gh-pages branches:
The content of the master is: docs (folder) (contains six md files) images (folder) README.md (Just two sentences)
When I've created the gh-pages it copied all content from the master, so the two branches are even.
The content of the master/README.md is different from the gh-pages/README.md
My site/Web Pages shows the content of the master/README.md like a heading, and the content of gh-pages/README.md like the body of the page.
Can someone help me on how to show the files of my project? not just the README file?? Thanks, Andrea.