- Aug 13, 2020
-
-
PLanCompS authored
Clarifications
-
- Aug 11, 2020
-
-
PLanCompS authored
Adjusted the documentation to explain how mixtures of numbers and strings are treated by `nav_order`.
-
PLanCompS authored
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`.
-
- Aug 10, 2020
-
-
PLanCompS authored
Pages with `nav_exclude: true` were included when sorting on `title` or `nav_order`. That could cause build failures when the type of value of the field differs from that on other pages, as reported in https://github.com/pmarsceill/just-the-docs/issues/406. Pages with `nav_exclude: true` or no `title` are never displayed in the navigation, so removing them from `pages_list` cannot break existing sites. This change also allows the removal of some tests in the code. (The indentation of the code should now be adjusted, but that has been deferred, to restrict the size of the diff for review.) For testing, the title of `404.html` has been changed to the number `404`, the page `docs/untitled-test.md` has been added, and `nav_sort_order` has been set to `case_sensitive`. Those updates give build failures with the current version of `_includes/nav.html`, but not after the suggested changes. It will still be possible for build failures to occur due to sorting fields of *non-excluded* pages with differing types of values (e.g., `nav_order`a mixture of numbers and strings). To make the code completely safe will require relatively complicated changes,.
-
- Jun 30, 2020
-
-
Patrick Marsceill authored
-
Patrick Marsceill authored
-
- Jun 25, 2020
-
-
Silvio Giebl authored
-
Silvio Giebl authored
Co-authored-by:
Patrick Marsceill <pmarsceill@users.noreply.github.com>
-
- Jun 18, 2020
-
-
Silvio Giebl authored
-
- May 05, 2020
-
-
Patrick Marsceill authored
-
- May 02, 2020
-
-
PLanCompS authored
Makes the TOC at the top of the page collapsible. Adds an explanation of the markup used to produce a collapsible TOC. Adds a comment about the possibility of using an unordered list for the TOC, and about using TOC only once per page.
-
- May 01, 2020
-
-
Patrick Marsceill authored
-
Patrick Marsceill authored
-
Patrick Marsceill authored
closes #266
-
- Apr 28, 2020
-
-
Peter Mosses authored
Deleted a spurious line from a previous version.
-
Patrick Marsceill authored
Co-Authored-By:
Peter Mosses <18308236+pdmosses@users.noreply.github.com>
-
- Apr 25, 2020
-
-
PLanCompS authored
Added a configuration option to determine whether the sort order is case-sensitive. The default is case-insensitive. To test: - open `/just-the-docs/docs/utilities/` in the browser, and check that the navigation links in `Utilities` are sorted alphabetically; - in `docs/utilities/layout.md', change the preamble to `title: layout`, and check that the links in `Utilities` are still sorted alphabetically; - add `nav_sort: case_sensitive` in the configuration file, and check that the link to `layout` is now listed last under `Utilities`.
-
- Apr 24, 2020
-
-
R.Brown authored
Co-Authored-By:
Patrick Marsceill <pmarsceill@users.noreply.github.com>
-
Patrick Marsceill authored
-
Patrick Marsceill authored
-
- Mar 24, 2020
-
-
Silvio Giebl authored
Improved search documentation
-
- Jan 12, 2020
-
-
Matthew Wang authored
-
- Jan 02, 2020
-
-
Silvio Giebl authored
Added multiple previews, configurable by site.search.previews Improved search-data.json
-
- Dec 29, 2019
-
-
Silvio Giebl authored
Improved documentation for search configurations
-
Silvio Giebl authored
-
- Nov 27, 2019
-
-
Silvio Giebl authored
-
- Nov 12, 2019
-
-
Alexey Averikhin authored
- Introduced "ga_tracking_anonymize_ip" parameter to enable/disable Google Analytics IP anonymization (to comply with GDPR). (cherry picked from commit ce530f36fa0549c78ffe53ea6077f44f6f0b330f) (+1 squashed commit) Squashed commits: [69b7718] - enable GA anonymize_ip (cherry picked from commit f2b67c632af72b61dd634b9a337200781519691e)
-
- Oct 11, 2019
-
-
Peter Mosses authored
Added documentation of default nav order.
-
Peter Mosses authored
The `nav_order` fields are removed from the children of the Utilities node, which results in alphabetic order.
-
- Oct 02, 2019
-
-
Matthew Wang authored
-
- Sep 11, 2019
-
-
Matthew Wang authored
-
- Sep 10, 2019
-
-
Patrick Marsceill authored
-
Patrick Marsceill authored
-
- Sep 09, 2019
-
-
Patrick Marsceill authored
-
Patrick Marsceill authored
-
Peter Mosses authored
This reverts commit 7220197a.
-
Peter Mosses authored
Added documentation for `search_tokenizer_separator`.
-
- Sep 04, 2019
-
-
Ian Carrico authored
-
- Aug 31, 2019
-
-
Peter Mosses authored
Mathjax config options added. `compress_html` config option changed, Mathjax script loaded by head when `page.mathjax` is truthy. Documentation and test page added. See also issue #198.
-
Peter Mosses authored
This reverts commit 50cdf076.
-