notes/docs
PLanCompS 4fc59a578f Separate sorting of numbers and strings for navigation order
The values of `title` and `nav_order` can be numbers or strings.
Jekyll gives build failures when sorting on mixtures of different types,
so numbers and strings need to be sorted separately.

Here, numbers are sorted by their values, and come before all strings.
An omitted `nav_order` value is equivalent to the page's `title` value
(except that a numerical `title` value is treated as a string).

The case-sensitivity of string sorting is determined by `site.nav_sort`.
2020-08-11 18:25:58 +02:00
..
tests Separate sorting of numbers and strings for navigation order 2020-08-11 18:25:58 +02:00
ui-components Make code font size dynamic 2020-05-01 15:07:27 -04:00
utilities Clean up typography updates 2020-05-05 12:48:45 -04:00
configuration.md Update _config.yml with default values 2020-06-25 23:19:24 +02:00
customization.md Added documentation for custom color schemes and custom css 2019-11-27 11:15:57 +01:00
index-test.md Support for nesting ul in ol and vice versa 2019-02-02 17:38:36 -06:00
navigation-structure.md Update navigation-structure.md 2020-06-30 13:58:26 -04:00
search.md Apply suggestions from code review 2020-06-25 23:11:43 +02:00