notes/docs/tests/navigation/order/index.md

17 lines
495 B
Markdown
Raw Normal View History

---
layout: default
title: Order
2020-09-28 10:08:27 +00:00
parent: Navigation
grand_parent: Tests
---
# Order
2020-09-28 10:08:27 +00:00
The value of `nav_order` can be numbers (integers, floats) and/or strings. The following tests illustrate their effects.
2020-09-28 10:08:27 +00:00
- [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.