Update docs/navigation-structure.md

Co-Authored-By: Peter Mosses <18308236+pdmosses@users.noreply.github.com>
This commit is contained in:
Patrick Marsceill 2020-04-28 10:58:07 -04:00 committed by GitHub
parent b4c278cb8f
commit 41a74d247d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -41,7 +41,9 @@ nav_order: 4
The specified `nav_order` parameters on a site should be all integers or all strings.
Pages without a `nav_order` parameter are ordered alphabetically by their `title`,
and appear after the explicitly-ordered pages at each level.
To sort all Capital letters before lowercase letters,
By default, all Capital letters are sorted before all lowercase letters;
adding `nav_sort: case_insensitive` in the configuration file ignores case
when sorting strings (but also sorts numbers lexicographically: `10` comes before `1`).
add `nav_sort: case_sensitive` in the configuration file.
---