Patrick Marsceill
fad434bc74
Merge branch 'v0.2.9' into default-nav-order
2020-04-27 11:05:46 -04:00
Patrick Marsceill
2faa91f235
Update default.html
2020-04-23 22:42:00 -04:00
Patrick Marsceill
eecc51062b
Update default.html
2020-04-23 22:39:11 -04:00
Matthew Wang
9b86e292fa
implements requested branch and edit mode configs
2020-01-12 13:47:05 -08:00
Matthew Wang
2c94928917
oops, adds edit_link_text to layout
2019-11-13 23:06:23 -08:00
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
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
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
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
Patrick Marsceill
d11e332dc6
Create condition for no search and add config/css
2018-11-16 11:46:43 -05:00
Patrick Marsceill
ee4759c772
Rip out hard-coded color
2018-11-15 15:13:16 -05:00
Patrick Marsceill
debc7d3310
Fix up search bar on mobile
2018-10-24 14:05:29 -04:00
Patrick Marsceill
ea23134560
Fix path for home
2018-10-24 14:03:50 -04:00
Patrick Marsceill
3752c58af2
Fix breadcrumb path
2018-10-23 17:55:59 -04:00
Patrick Marsceill
e9943f90c9
Don't need slash only axl
2018-10-23 16:54:14 -04:00