Peter Mosses
6660f442b0
Alphabetic navigation order
...
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.
2019-10-11 21:40:34 +01:00
Matthew Wang
5549a15df9
adds option to make aux links open in new tab
2019-10-01 22:22:34 -07:00
Matthew Wang
9c4622d75f
implements conditional or on footer
2019-09-14 17:54:27 -07:00
Matthew Wang
e917ea1f10
Merge branch 'master' into master
2019-09-11 15:40:51 -07:00
Matthew Wang
97efc81fa9
implements configuration for footer data and "edit this page" functionality
2019-09-11 15:31:47 -07:00
Matthew Wang
be5822cb86
adds page last modified above header
2019-09-09 19:43:33 -07:00
Matthew Wang
7c8ead0bff
adds page last modified to footer
2019-09-09 19:31:23 -07:00
Patrick Marsceill
f960695bb7
Merge pull request #183 from SgtSilvio/improvement/heading-anchors
...
Improve heading anchors
2019-09-09 15:07:04 -04:00
Patrick Marsceill
d3f6e5907b
Merge branch 'master' into simplify-template
2019-09-09 15:00:40 -04:00
Silvio Giebl
887a18daa0
Improved search button and results, added blur to content
...
(cherry picked from commit 99371e971406090a2dba7b9b69f514a8f87afce3)
2019-08-16 00:38:32 +02:00
Silvio Giebl
cc0b57727d
Added search button and menu icon
...
(cherry picked from commit 468264941d08b00252a4f6f081bc2dff5920bffe)
2019-08-16 00:38:03 +02:00
Silvio Giebl
0ebbe4bb4e
Improved navigation: folding, vsual feedback, optimization for mobile
...
(cherry picked from commit db50f282bab1e98397cc7434a811b8b7da2fe6dc)
2019-08-15 23:38:58 +02:00
Silvio Giebl
ec420a385b
Removed hardcoded styling from layout, improved aux nav
...
(cherry picked from commit fd3c68cd1a39e059180c35c1d56ffa33ef4dfde4)
2019-08-15 23:18:02 +02:00
Silvio Giebl
721ca36d85
Cleaned ids and classes
...
(cherry picked from commit 2b153ed074811e735aaa58d57a3fcdf7838e17f5)
2019-08-15 23:05:32 +02:00
Silvio Giebl
183778067b
Fixed missing closing div in default.html, formatting
2019-08-15 22:56:24 +02:00
Silvio Giebl
ee8b901bcb
Simplified nav nesting
...
(cherry picked from commit eeb3f342b17a744d0c2b2f0360359fa3276f8abd)
2019-08-15 22:50:29 +02:00
Silvio Giebl
d549d37e6f
Fixed missing new lines
2019-08-15 20:12:57 +02:00
Silvio Giebl
fdf4726320
Anchor headings are now displayed on hover, not only on heading hover,
...
Deduplicated anchor heading svg,
Anchor heading svg is now centered for heading
2019-08-15 14:18:40 +02:00
Patrick Marsceill
d01f0e29db
Make search on by default
2019-08-14 16:43:59 -04:00
Patrick Marsceill
dfc5d112e5
make anchors on by default
2019-08-14 16:12:31 -04:00
Patrick Marsceill
61a5a3b334
Reverting this back
2019-08-14 14:42:25 -04:00
Patrick Marsceill
e17ae1fc54
Update default.html
2019-08-14 14:25:14 -04:00
Patrick Marsceill
d37387d408
lh-tight for wrapping titles
2019-08-14 11:14:15 -04:00
Patrick Marsceill
5ad439b53c
Merge branch 'v0.2.6-release' into improve-search
2019-08-14 11:03:30 -04:00
Patrick Marsceill
15172af270
Merge branch 'v0.2.6-release' into content-footer
2019-08-14 10:53:10 -04:00
Patrick Marsceill
1a2636350f
Merge branch 'v0.2.6-release' into improve-search
2019-08-14 10:43:59 -04:00
Patrick Marsceill
7fa6307640
Header menu button and anchor links
2019-08-13 17:23:35 -04:00
Patrick Marsceill
8d60dda67e
Make heading anchor link icon
2019-08-13 16:22:40 -04:00
Patrick Marsceill
b89b683f90
Add content footer
2019-08-06 15:56:29 -04:00
David Darnes
761245d487
Merge branch 'master' into patch-1
2019-06-17 17:43:05 +01:00
Silvio Giebl
8c603aac1e
Improved layout, unified spacing/font-sizes/border-radius/box-shadow
2019-05-19 02:55:43 +02:00
Silvio Giebl
94f2aaf964
Added table wrappers, fixed anchor headings
2019-05-19 02:55:43 +02:00
Silvio Giebl
03e2345833
Added anchor headings
2019-05-19 02:55:43 +02:00
Silvio Giebl
b3f52fedad
Added html compression
2019-05-19 02:55:43 +02:00
David Darnes
9fb4bcfdc2
Make sure baseurl
is appended to the logo href
2019-04-03 10:32:05 +01:00
Stefano Borini
2328407405
Removed indentation
2019-03-09 18:02:35 +00:00
Stefano Borini
b82b1a86d3
Shorter version that I assume should work.
2019-03-09 18:00:37 +00:00
Stefano Borini
0b0b2e8555
Separating the summary from the link
2019-03-09 17:45:05 +00:00
Stefano Borini
eec213daa1
Renamed excerpt to summary
2019-03-09 17:19:41 +00:00
Stefano Borini
c796485d92
Adds the possibility to specify a brief summary of a child page
2019-03-09 17:18:28 +00:00
gebeto
0bfd125087
add dynamic html 'lang' attribute
2019-02-28 08:11:12 +02:00
Patrick Marsceill
ad867e37c0
move js class top parent div to fix page offset
2019-02-02 11:52:31 -08:00
Patrick Marsceill
e1d226f192
Merge pull request #69 from bmann/patch-1
...
page layout also used out of the box by Jekyll
2019-01-23 13:51:26 -05:00
Boris Mann
37d54f5bf2
page layout also used out of the box by Jekyll
...
Suggesting page, since `about.md` uses it for new Jekyll installs as well.
2019-01-15 10:52:32 -08:00
Patrick Marsceill
09cc61c25f
Moar A11y updates
2019-01-06 15:50:31 -05:00
Patrick Marsceill
06c8acc06b
Lol we forgot the body tag
2019-01-06 15:50:01 -05:00
Patrick Marsceill
eaf1247911
Auto focus main content for keyboard scrolling
2018-12-16 15:22:51 -05:00
Patrick Marsceill
555dfae410
Make TOC on parent pages optional
2018-12-16 14:27:44 -05:00
Patrick Marsceill
960d347f68
Support 3 levels of pages
2018-11-19 13:28:59 -05:00
Patrick Marsceill
8f6f4b761a
Merge branch 'master' of github.com:pmarsceill/just-the-docs into dark-mode
2018-11-16 12:40:35 -05:00