- 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>
-
- Mar 23, 2020
-
-
Serge authored
Currently just-the-docs renders two title and description tags when used with jekyll-seo-tag. This patch fixes plugin detection conditonal.
-
- Feb 19, 2020
-
-
Scott V Kissinger authored
It appears nav_exclude only works on top level navigation items. I needed it to work at the child level as well. I believe these changes accomplish that for the child and grand_child levels. Love this theme. I've used it a few times. Apologies if this pull request is not according to convention. This is the first time I've done it on someone else's code. Thanks!
-
- 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
When `nav_order` is omitted, the order of nodes at each menu level (and in the auto-generated TOC) is alphabetical by `title`, instead of random. Any nodes with a specified `nav_order` precede all nodes at that level where it is omitted. Note that `nav_order` fields must have a uniform site-ide type: integers and strings cannot be mixed, otherwise Jekyll reports errors. The implementation filters the ordered and unordered pages from `site.html_pages`, sorts them separately, and concatenates the resulting arrays.
-
- Sep 09, 2019
-
-
Peter Mosses authored
This reverts commit 7220197a.
-
- 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.
-
- Aug 29, 2019
-
-
Peter Mosses authored
This reverts commit 0cfc0f03.
-
Peter Mosses authored
This reverts commit 8ac545a5.
-
Peter Mosses authored
This reverts commit c282e4b0.
-
Peter Mosses authored
This reverts commit 5d58a663.
-
Peter Mosses authored
This reverts commit 89f79138.
-
Peter Mosses authored
This reverts commit 209ac7be.
-
- Aug 22, 2019
-
-
Peter Mosses authored
Restrict navigation to display only direct children.
-
Peter Mosses authored
This reverts commit 8ac545a5.
-
Peter Mosses authored
This reverts commit c282e4b0.
-
- Aug 21, 2019
-
-
Peter Mosses authored
Separating new PR from #188, since indpendent.
-
Peter Mosses authored
The current default is that when a grandparent is selected, the links to its children *and all its grandchildren* are displayed in the navigation menu. Setting `grandchildren_branch: true` in `_config.yml` delays the display of links to grandchildren until their parent is selected.
-
- Aug 17, 2019
-
-
Silvio Giebl authored
-
Silvio Giebl authored
Automatically replaces the title with a logo
-
- Aug 16, 2019
-
-
Peter Mosses authored
A `navigation-list-child-list` is not displayed unless the enclosing `navigation-list-item` is `active`, so it needs to be generated only when `page.url == node.url or page.parent == node.title or page.grand_parent == node.title`.
-
- Aug 15, 2019
-
-
Silvio Giebl authored
-
Silvio Giebl authored
(cherry picked from commit 7fb79c2018b979fdf917f427ca5d3f2451f3265d)
-
Silvio Giebl authored
(cherry picked from commit 8aa0899facd01f689692fccdb338673f5e9a9fbd)
-
Silvio Giebl authored
(cherry picked from commit bab3437a1feefc49213e1e787db0451491aca9b9)
-
Silvio Giebl authored
(cherry picked from commit 52b0bced5d235d7557413e064f3841ea774d9063)
-
Silvio Giebl authored
(cherry picked from commit ac42a41ae3e36b002df52882be296c01873c0e5b)
-
Silvio Giebl authored
(cherry picked from commit dffb2706a158784e2f3091f895a868e373683bc8)
-
- Aug 14, 2019
-
-
Patrick Marsceill authored
-
Silvio Giebl authored
-
- Aug 06, 2019
-
-
Patrick Marsceill authored
-
- Jul 24, 2019
-
-
Adam Green authored
-
- Jul 18, 2019
-
-
Julien Duchesne authored
- Trimmed whitespace between html elements This reduced one of my files from 850KB to 115KB - Do not sort the whole list of pages on every iteration This made build 3x faster
-
- Jul 04, 2019
-
-
hallowf authored
-
- May 19, 2019
-
-
Silvio Giebl authored
-
Silvio Giebl authored
-
Silvio Giebl authored
-
Silvio Giebl authored
-
- May 13, 2019
-
-
Patrick Marsceill authored
-