mikejlong60 / scalapersistenceframework

http://www.scalapersistenceframework.org
3 stars 1 forks source link

scaladocs on github pages? #1

Open freeeve opened 11 years ago

freeeve commented 11 years ago

I saw you added the scaladocs--you might want to put those on github pages so they are browseable more easily. Something like:

git checkout -b gh-pages
git add -f <path to scaladocs>
git commit
git push -u origin gh-pages

Then browse to the mikejlong60.github.com/scalapersistenceframework/, and it will hopefully work, and you can put links in the readme of the main branch, or on the website.

mikejlong60 commented 11 years ago

Thanks Wes. I will try to do this. Look forward to seeing you presentation tonight.

Sincerely, Mike

On Aug 26, 2013, at 10:42 PM, Wes Freeman notifications@github.com wrote:

I saw you added the scaladocs--you might want to put those on github pages so they are browseable more easily. Something like:

git checkout -b gh-pages git add -f git commit git push -u origin gh-pages Then browse to the mikejlong60.github.com/scalapersistenceframework/, and it will hopefully work, and you can put links in the readme of the main branch, or on the website.

— Reply to this email directly or view it on GitHub.