1
0
mirror of https://github.com/thangisme/notes.git synced 2026-06-11 00:49:18 -04:00
Files
notes/docs/tests/navigation/order/strings/index.md
2020-09-28 12:08:27 +02:00

429 B

layout, title, parent, nav_order, has_children
layout title parent nav_order has_children
default Strings Tests for navigation order 2 true

String Order

By default, all Capital letters come before all lowercase letters; you can add nav_sort: case_insensitive in the configuration file to ignore the case).

Digits precede letters, and numeric titles are ordered lexicographically: "10" precedes "2" (in contrast to explicit numeric nav_order values).