1

I set my Github Pages source to myRepo/docs.

In /docs there is a friendly README.md and an index.html which is part of the scaladoc.

I want README.md to be the landing page but currently the default is index.html.

Can I change this?

1 Answer 1

1

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

Sign up to request clarification or add additional context in comments.

1 Comment

OK, thanks, I will re-organize with my scaladoc in a sub directory.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.