Skip to content

Commit f150c82

Browse files
authored
Merge pull request #123 from vsoch/docs/2.4
changing ordering of sidebar
2 parents 42a666d + 115a462 commit f150c82

2 files changed

Lines changed: 11 additions & 4 deletions

File tree

_data/sidebars/user_docs.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,16 @@ entries:
2323
url: /quickstart
2424
output: web, pdf
2525

26-
- title: Singularity Flow
27-
url: /docs-flow
26+
- title: Build an Image
27+
url: /docs-build
2828
output: web, pdf
2929

3030
- title: Container Recipes
3131
url: /docs-recipes
3232
output: web, pdf
3333

34-
- title: Build an Image
35-
url: /docs-build
34+
- title: Singularity Flow
35+
url: /docs-flow
3636
output: web, pdf
3737

3838
- title: Bind Paths and Mounts

pages/docs/user-docs/action-build.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -298,3 +298,10 @@ We have a recipe, great! Now how do we build it? In many ways:
298298
299299
## Support
300300
Have a question, or need further information? <a href="/support">Reach out to us.</a>
301+
302+
<script>
303+
// Without this, pagination links to exec under repeated build section
304+
$(document).ready(function() {
305+
$(".next-button").closest('a').attr('href', '/docs-recipes')
306+
})
307+
</script>

0 commit comments

Comments
 (0)