mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2025-01-19 03:10:24 +00:00
Add troubleshooting instructions
This commit is contained in:
parent
76e4b73d36
commit
332e47e191
1 changed files with 11 additions and 0 deletions
11
README.md
11
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 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)
|
- [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)
|
- [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
|
||||||
|
```
|
||||||
|
|
Loading…
Reference in a new issue