mirror of
https://github.com/snachodog/just-the-docs.git
synced 2025-04-06 04:01:22 -06:00
17 lines
495 B
Markdown
17 lines
495 B
Markdown
---
|
|
layout: default
|
|
title: Order
|
|
parent: Navigation
|
|
grand_parent: Tests
|
|
---
|
|
|
|
# Order
|
|
|
|
The value of `nav_order` can be numbers (integers, floats) and/or strings. The following tests illustrate their effects.
|
|
|
|
- [Default](default/), using `title` instead of `nav_order` fields.
|
|
- [Strings](strings/), lexicographically ordered, possibly case-insensitively.
|
|
- [Integers](integers/), numerically ordered.
|
|
- [Floats](floats/), numerically ordered.
|
|
- [Mixture](mixture/), with numbers before strings.
|