Skip to content

Commit

Permalink
Serve docs from docs.talkable.com
Browse files Browse the repository at this point in the history
  • Loading branch information
krasnoukhov committed Jul 30, 2014
1 parent 6de7740 commit 8f22f19
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
docs.talkable.com
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/).

Expand Down Expand Up @@ -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)

0 comments on commit 8f22f19

Please sign in to comment.