From 332e47e19178ce06c8bc0022094ffe0cf7d3c9e3 Mon Sep 17 00:00:00 2001 From: matcornic Date: Sat, 8 Apr 2017 10:27:00 +0200 Subject: [PATCH] Add troubleshooting instructions --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 605538cd05..f89ddbe2cf 100644 --- a/README.md +++ b/README.md @@ -33,3 +33,14 @@ $ git clone https://github.com/matcornic/hugo-theme-learn.git - [Handling more than 2 levels in documentation](https://github.com/matcornic/hugo-theme-learn/issues/11) - [Handling videos](https://github.com/matcornic/hugo-theme-learn/issues/13) - [Add optional button to create doc issue (like github)](https://github.com/matcornic/hugo-theme-learn/issues/14) + +# Troubleshooting + +Changes have been made for automatically creating previous and next arrows. These changes restructured the theme and you might have compatibility problems when updating to the latest version of the theme. Please read [PR#36](https://github.com/matcornic/hugo-theme-learn/pull/36) to update your documentation with latest guidelines. + +If you don't want to update your documentation, use the git tag `1.0.0` + +```shell +cd themes/hugo-theme-learn +git checkout tags/1.0.0 +```