Fix erroneous 'next_section' value
According to /site/_data/docs.yml, the document next to 'deployment-methods' is 'continuous-integration', not 'troubleshooting' (the 'prev_section' value in 'troubleshooting' is correctly set to 'deployment-methods' though).
This commit is contained in:
parent
974fab6c9c
commit
75cf2d73f6
|
@ -2,7 +2,7 @@
|
|||
layout: docs
|
||||
title: Deployment methods
|
||||
prev_section: github-pages
|
||||
next_section: troubleshooting
|
||||
next_section: continuous-integration
|
||||
permalink: /docs/deployment-methods/
|
||||
---
|
||||
|
||||
|
|
Loading…
Reference in New Issue