1
0
mirror of https://github.com/thangisme/notes.git synced 2024-06-10 14:20:42 +00:00
notes/docs/tests/navigation/index.md
PLanCompS ca367e09d5 Added regression tests for navigation
See the change to `_config.yml` for how to activate the tests.
2020-08-13 16:52:30 +02:00

1.3 KiB

layout title parent
default Navigation Tests

Navigation

Parent page disambiguation

Page exclusion

Page order

  • Default, using title instead of nav_order fields.
  • Strings, lexicographically ordered, possibly case-insensitively.
  • Integers, numerically ordered.
  • Floats, numerically ordered.
  • Mixture, with numbers before strings.