diff --git a/CNAME b/CNAME new file mode 100644 index 000000000..fe80f6e25 --- /dev/null +++ b/CNAME @@ -0,0 +1 @@ +docs.talkable.com diff --git a/Makefile b/Makefile index 3a7ca631d..a751fbd63 100644 --- a/Makefile +++ b/Makefile @@ -52,8 +52,8 @@ deploy: rm -rf $(GH_PAGES_SOURCES) $(BUILDDIR) .buildinfo echo '' > .nojekyll echo '/.bundle' > .gitignore - echo 'docs.curebit.com' > CNAME + echo 'docs.talkable.com' > CNAME git add -A git commit -m "Generated gh-pages for `git log master -1 --pretty=short --abbrev-commit`" && git push origin gh-pages ; git checkout master @echo - @echo "Deployment finished. Check updated docs at http://docs.curebit.com" + @echo "Deployment finished. Check updated docs at http://docs.talkable.com" diff --git a/README.md b/README.md index 8ee8a36ca..e47e710f4 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Curebit Documentation [![Build Status](https://travis-ci.org/curebit/docs.svg)](https://travis-ci.org/curebit/docs) -This GitHub repository represents Curebit's documentation site, located at [docs.curebit.com](http://docs.curebit.com). +This GitHub repository represents Curebit's documentation site, located at [docs.talkable.com](http://docs.talkable.com). The Curebit documentation uses [reStructuredText](http://docutils.sourceforge.net/rst.html) as its markup language and is built using [Sphinx](http://sphinx-doc.org/). @@ -105,4 +105,4 @@ See "master" branch: https://github.com/curebit/docs See "gh-pages" branch: https://github.com/curebit/docs/tree/gh-pages -See GitHub Page (auto generated): http://curebit.github.io/docs/ (alias: http://docs.curebit.com) +See GitHub Page (auto generated): http://curebit.github.io/docs/ (alias: http://docs.talkable.com)