stelligent / mutato

Repo formerly known as mu-cdk. A.K.A Mu2. Pronounced: mew-tah-toe
https://stelligent.github.io/mutato/
MIT License
23 stars 2 forks source link

CI should generate docs and publish them to Github Pages #34

Closed 3p3r closed 4 years ago

3p3r commented 4 years ago

Force push docs to gh-pages branch when they are built. We'll host them there.

See https://help.github.com/en/github/working-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site

mneil commented 4 years ago

S3 is another alternative. I think the current docs are there. If gh-pages custom domains are included in our subscription and SSL is free then github is fine.

Otherwise, talk with @oshaughnessy and find out where the current docs are. We can't / won't move them yet but we should at least know where they are and where the domain is so that we can transition it later.

oshaughnessy commented 4 years ago

getmu.io sends you to https://github.com/stelligent/mu/wiki#getting-started.

getmui.io itself is hosted in S3. The domain is in Route53 in our prod account.

Pushing to GH Pages and hosting there sounds fine by me, whether we continue doing a redirect from getmu.io or want to point a custom hostname there.