Communities for your favorite technologies. Explore all Collectives
Ask questions, find answers and collaborate at work with Stack Overflow for Teams.
Ask questions, find answers and collaborate at work with Stack Overflow for Teams. Explore Teams
Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
I set my Github Pages source to myRepo/docs.
myRepo/docs
In /docs there is a friendly README.md and an index.html which is part of the scaladoc.
/docs
README.md
index.html
scaladoc
I want README.md to be the landing page but currently the default is index.html.
Can I change this?
The way github pages work by default is by looking for index.html, if it's not there it goes to README.md.
You need to delete index.html from gh-pages branch and only keep README.md there
gh-pages
Add a comment
Start asking to get answers
Find the answer to your question by asking.
Explore related questions
See similar questions with these tags.