- Mar 09, 2022
-
-
Michelle Blanchette authored
Co-authored-by:
Matt Wang <matt@matthewwang.me>
-
- Mar 06, 2022
-
-
Doug Aitken authored
Changed small-image to match large image and fix reference
-
Doug Aitken authored
Renaming the large image and changed the index test references to display these images
-
- Mar 03, 2022
-
-
Patrick Marsceill authored
-
Patrick Marsceill authored
-
Patrick Marsceill authored
-
- Oct 13, 2020
-
-
Peter Mosses authored
2019 replaced by 2020 in line 94.
-
- Oct 12, 2020
-
-
Patrick Marsceill authored
-
Patrick Marsceill authored
-
Patrick Marsceill authored
-
- Sep 29, 2020
-
-
PLanCompS authored
Resolve #420 - Remove `margin-top` for the first child in various list items, to improve alignment. - Add examples of lists to `docs/tests/styling`.
-
- Sep 28, 2020
-
-
PLanCompS authored
Add a test for explicit exclusion of an untitled page.
-
PLanCompS authored
- Limit the effect of `nav_exclude: true` to the main navigation. - Include links to excluded pages in auto-generating lists of child pages and in breadcrumbs. - Refactor implementation by moving assignment of `first_level_url` and `second_level_url` from `_includes/nav.html` to `_layouts/default.html`. - Clarify the effect of `nav_exclude` in the documentation.
-
PLanCompS authored
Improve folder names. Correct classification of excluded test pages.
-
PLanCompS authored
Make the titles of test pages more suggestive. Refactor the documentation of the tests.
-
PLanCompS authored
-
- Sep 14, 2020
-
-
Patrick Marsceill authored
-
Patrick Marsceill authored
-
Patrick Marsceill authored
-
Patrick Marsceill authored
-
Patrick Marsceill authored
-
Patrick Marsceill authored
-
Patrick Marsceill authored
-
Patrick Marsceill authored
Co-authored-by:
Peter Mosses <18308236+pdmosses@users.noreply.github.com>
-
- Sep 11, 2020
-
-
PLanCompS authored
doc for turning on kramdown linenos globally corrected/
-
PLanCompS authored
Reinstated the collapsible TOC at the top, to support the reference to it right at the end of the file. (The `TOC` feature can only be used once per page, so this is the only way of illustrating the rendering of the collapsible TOC in the docs.)
-
PLanCompS authored
Apparetnly Jekyll's `include` config option cannot be used to override an `exclude`, so activating `docs/tests/` requires commenting-out that line in the `exclude` list.
-
- Aug 26, 2020
-
-
Phillip Cutter authored
-
- Aug 13, 2020
- 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
-
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,.
-
- Aug 06, 2020
-
-
PLanCompS authored
Tested in `index-test.md` Fixes #403
-
- Aug 03, 2020
-
-
PLanCompS authored
Works for description lists with multiple `dt` and `dd` elements.
-
- Jul 27, 2020
-
-
PLanCompS authored
-
- Jul 25, 2020
-
-
CodeSandwich authored
-
- Jul 10, 2020
-
-
Silvio Giebl authored
-
Silvio Giebl authored
-