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:
Fabien Schurter 2014-11-28 04:21:51 +01:00
parent 974fab6c9c
commit 75cf2d73f6
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
layout: docs
title: Deployment methods
prev_section: github-pages
next_section: troubleshooting
next_section: continuous-integration
permalink: /docs/deployment-methods/
---