diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 33324ea5a..1ee0ce6b4 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -54,12 +54,12 @@ We are looking for _documentarians_ to: * take the lead in making sections, or the over all structure better. Our documentation is stored in markdown files in the [docs](docs) directory. We -use Jekyll to provide our docs. To preview: +use [Hexo](https://hexo.io/) to provide our docs. To preview: ```shell cd docs -bundle install -bundle exec jekyll serve +yarn +yarn start ``` Then visit http://127.0.0.1:4000/talk/. diff --git a/README.md b/README.md index db9f65c3d..31e285607 100644 --- a/README.md +++ b/README.md @@ -12,11 +12,11 @@ You're just one click away from trying Talk - all you need is a Heroku account a ## Technical Documentation -From getting up and running, to advanced configuration, to how to scale Talk, our [Talk Technical Docs](https://coralproject.github.io/talk/) have everything you need to know. +From getting up and running, to advanced configuration, to how to scale Talk, our [Talk Technical Docs](https://docs.coralproject.net/talk/) have everything you need to know. ## Product Guide -Learn more about Talk, including a deep dive into features for commenters and moderators, and FAQs in our [Talk Product Guide](https://coralproject.github.io/talk/how-talk-works). +Learn more about Talk, including a deep dive into features for commenters and moderators, and FAQs in our [Talk Product Guide](https:/docs.coralproject.net/talk/how-talk-works). ## Relevant Links diff --git a/docs/themes/coral/layout/partial/head.swig b/docs/themes/coral/layout/partial/head.swig index 7a0353c6a..46f1ed448 100644 --- a/docs/themes/coral/layout/partial/head.swig +++ b/docs/themes/coral/layout/partial/head.swig @@ -5,6 +5,6 @@