Commit Graph

252 Commits

Author SHA1 Message Date
Paul DeBruicker d3c389ccc5 add print css. hides the sidebar, keeps the logo 2020-06-25 07:43:12 -07:00
Silvio Giebl 51f15965f2 Merge branch 'feature/search-sections' into improvement/navigation-new
# Conflicts:
#	_includes/nav.html
#	_layouts/default.html
#	assets/js/search-data.json
#	docs/configuration.md
#	lib/tasks/search.rake
2020-06-15 22:06:16 +02:00
Silvio Giebl 0421ab7f82 Fixed stylelint 2020-06-15 21:57:55 +02:00
Silvio Giebl da9276121a Improved search input for mobile
- font size 16px to prevent zooming on iOS Safari
- search input is scrolled into view on iOS Safari
- box-shadow is displayed correctly
2020-06-15 21:57:54 +02:00
Silvio Giebl 18f3a41600 Merge branch 'bugfix/page-scrolling' into improvement/navigation-new
# Conflicts:
#	_layouts/default.html
#	assets/js/just-the-docs.js
2020-06-15 21:44:30 +02:00
Silvio Giebl e216623ed3 Merge branch 'improvement/search-button' into improvement/navigation-new 2020-06-15 21:37:31 +02:00
Silvio Giebl c7466e88a8 Merge branch 'improvement/navigation' into improvement/navigation-new
# Conflicts:
#	_includes/nav.html
#	_layouts/default.html
2020-06-15 21:23:03 +02:00
Henrique Vianna 7cfc63e138 Fix native font stack precedence issue on Windows systems. 2020-06-01 14:35:15 -03:00
Patrick Marsceill 798c14b46a
lint 2020-05-21 14:15:14 -04:00
pmarsceill 09ea2e5ae8 🎨 Prettier 2020-05-05 16:49:42 +00:00
Patrick Marsceill 6345c61aae
Clean up typography updates 2020-05-05 12:48:45 -04:00
Patrick Marsceill 0033934409
Label styles 2020-05-01 17:32:46 -04:00
Patrick Marsceill beb88adf5f
Typography fixes 2020-05-01 17:32:33 -04:00
Patrick Marsceill f664d410d7
Add back to top link and format footer 2020-05-01 17:31:44 -04:00
Patrick Marsceill 411c508806
Add additional layout and text justifcations 2020-05-01 15:32:42 -04:00
Patrick Marsceill 2f13db1f01
Make code font size dynamic 2020-05-01 15:07:27 -04:00
Patrick Marsceill 59d4802ce3
Merge branch 'improvement/custom-themes' of git://github.com/SgtSilvio/just-the-docs into SgtSilvio-improvement/custom-themes 2020-04-24 15:39:44 -04:00
pmarsceill c818624363 🎨 Prettier 2020-04-24 15:44:37 +00:00
Silvio Giebl b13b44f18b Fixed stylelint 2020-01-03 08:58:38 +01:00
Silvio Giebl d357532b4e Fixed stylelint 2020-01-03 08:57:29 +01:00
Silvio Giebl 157e3ff945 Fixed search result word wrap 2020-01-03 08:54:16 +01:00
Silvio Giebl 757742e79c Fixed search result word wrap 2020-01-02 14:20:09 +01:00
Silvio Giebl 538591dddb Fixed search result word wrap 2020-01-02 13:18:39 +01:00
Silvio Giebl a3d8c14609 Fixed css style 2020-01-02 11:59:52 +01:00
Silvio Giebl f1c306c814 Multi search match highlight
Added multiple previews, configurable by site.search.previews
Improved search-data.json
2020-01-02 11:55:38 +01:00
Silvio Giebl c907e79251 Improved padding of active search input 2020-01-01 00:21:19 +01:00
Silvio Giebl 7f5b1f14f1 Search for sections (configurable via search.heading_level)
Added more search configurations
Display "no results found"
2019-12-29 19:19:00 +01:00
Silvio Giebl 38689d07b1 Improved search css 2019-12-18 21:32:33 +01:00
Silvio Giebl 0b4ed96f58 Added transition-duration scss variable 2019-12-18 21:02:07 +01:00
Silvio Giebl b5c13965a7 Improved search css 2019-12-18 20:28:38 +01:00
Silvio Giebl 3576cb4a89 Fixed stylelint 2019-12-04 22:35:45 +01:00
Silvio Giebl a6f2ed8c6c Improved search on mobile 2019-12-04 22:27:43 +01:00
Silvio Giebl 8310df593c Fixed css style 2019-12-04 18:11:44 +01:00
Silvio Giebl 1d1564e5c0 Improved search layout: scrolling, mobile 2019-12-04 10:39:30 +01:00
Silvio Giebl 9d24b14ba1 Fixed css style 2019-12-03 10:55:36 +01:00
Silvio Giebl ab7e53b63f Fixed transition of search overlay 2019-12-03 10:52:17 +01:00
Silvio Giebl abb7f55794 Fixed css style 2019-12-03 09:21:35 +01:00
Silvio Giebl c057771cca Fixed css style 2019-12-03 09:20:22 +01:00
Silvio Giebl 804cad6c4d Improved search interface 2019-12-03 09:12:54 +01:00
Silvio Giebl 09944de128 Fixed scroll bar hiding on code blocks 2019-11-27 22:52:33 +01:00
Silvio Giebl 73047a078f Scroll page instead of nested div, removed nested divs 2019-11-27 22:07:22 +01:00
Silvio Giebl cf64965554 Merge branch 'improvement/navigation' into improvement/search-button 2019-11-27 12:55:57 +01:00
Silvio Giebl 4bb8d7612d Fixed style lint 2019-11-27 12:52:44 +01:00
Silvio Giebl 078696415e Improved navigation active and highlight 2019-11-27 12:37:10 +01:00
Silvio Giebl 03979bf8fc Added documentation for custom color schemes and custom css 2019-11-27 11:15:57 +01:00
Silvio Giebl 301a4ab644 Merge branch 'improvement/navigation-merged' into improvement/search-button-merged
# Conflicts:
#	_layouts/default.html
2019-11-26 23:33:18 +01:00
Silvio Giebl fd91140923 Merge branch 'master2' into improvement/navigation-merged
# Conflicts:
#	_layouts/default.html
2019-11-26 23:30:46 +01:00
Silvio Giebl bb0e5222ca Merge branch 'master2' into improvement-custom-themes-merged 2019-11-26 23:27:33 +01:00
Patrick Marsceill 492471b15f
Merge branch 'master' into v0.2.7-release 2019-09-10 12:37:07 -04:00
Patrick Marsceill efe5918871
Update base.scss 2019-09-10 12:36:54 -04:00
Patrick Marsceill 56e8119665
Update _lists.scss 2019-09-10 12:32:43 -04:00
Patrick Marsceill 8dbe7209b9
Update _lists.scss 2019-09-10 12:30:00 -04:00
Patrick Marsceill 72741e9498
Update _lists.scss 2019-09-10 12:26:46 -04:00
Patrick Marsceill 5391eb0a13
Update _lists.scss 2019-09-10 12:25:26 -04:00
Patrick Marsceill 44d689b994
Lint 2019-09-09 15:55:31 -04:00
Patrick Marsceill 3b42ec2762
Merge pull request #206 from iamcarrico/allow-for-overrides
Allow for custom overrides by the user
2019-09-09 15:35:31 -04:00
Patrick Marsceill 843233c6b2
Merge pull request #187 from SgtSilvio/improvement/site-logo
Improvement/site logo
2019-09-09 15:10:55 -04:00
Ian Carrico 47b7991805 Allow for custom overrides by the user 2019-09-04 08:55:11 -04:00
Silvio Giebl 95498ccaf8 Added just-the-docs-default.scss which includes the theme set in _config.yml 2019-08-17 15:02:53 +02:00
Silvio Giebl 132cecfea3 Added logo variable to _config.yml which can be set to a path/url
Automatically replaces the title with a logo
2019-08-17 14:32:25 +02:00
Silvio Giebl bc1cbc1ae4 Fix css style
(cherry picked from commit 9cd348361b81537801cc1602557ac174a46be350)
2019-08-16 00:38:42 +02: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 7c93bcc48f Fixed css style
(cherry picked from commit e5f2a27f0d48d041a3d63001c0b13230a6afdf6b)
2019-08-16 00:38:22 +02:00
Silvio Giebl 936a1e63be Fixed css style
(cherry picked from commit 4d52a68745672407bfb258eff055fb06756aac0e)
2019-08-16 00:38:20 +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 52bcb26ddd Display nav-list-expander on the right side
(cherry picked from commit 2d6e97e0cbfb8bdcf87a2e5ad19bd59fc8f5405d)
2019-08-15 23:41:44 +02:00
Silvio Giebl 8e6e3dddd3 Improved navigation for mobile: larger nav items
(cherry picked from commit 5dce2adc2871e6814dbf42a658e6b364f4dc6641)
2019-08-15 23:41:28 +02:00
Silvio Giebl bf86c33fe1 Added feedback color variable for nav item/search result hover
(cherry picked from commit f25d76730b175fb680aa2770fb20a67fd858ffbb)
2019-08-15 23:41:13 +02:00
Silvio Giebl 8a3458bafd Fixed multi line nav items
(cherry picked from commit 2a8901ff953004a2fc7cebde86bae6575cec2924)
2019-08-15 23:39:07 +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 0a8138a6e0 Improved navigation
(cherry picked from commit 6684f7c7faa15d6d59df35fbff9ea6666634d754)
2019-08-15 23:30:34 +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 6a46a4797e Improved site header for logo
(cherry picked from commit 97d1c663ef566ffe20fb1ec217fd2d8c1a8a2382)
2019-08-15 22:01:51 +02:00
Silvio Giebl 89a331ee85 Improved site header for logo
(cherry picked from commit 468bf8368783309e69fdcaa91f7eb5b1e05d96aa)
2019-08-15 22:01:51 +02:00
Silvio Giebl d4b79e2eac Improved site header for logo
(cherry picked from commit 2a5c38907488b998af75e9a1ef2499428b8f1a78)
2019-08-15 22:01:51 +02:00
Silvio Giebl 6c569cbdc2 Fixed custom css
(cherry picked from commit bab3437a1feefc49213e1e787db0451491aca9b9)
2019-08-15 19:49:59 +02:00
Silvio Giebl 9e0bc86dbe Simplified css color schemes
(cherry picked from commit 52b0bced5d235d7557413e064f3841ea774d9063)
2019-08-15 19:49:54 +02:00
Silvio Giebl 5f0de692be Fixed css style 2019-08-15 18:44:10 +02:00
Silvio Giebl da50250f47 Fixed custom css
(cherry picked from commit 7df9af5ab1f4b7f1c286d176a8b24be9d3ce8063)
2019-08-15 18:37:06 +02:00
Silvio Giebl cba53a6914 Make themes more customizable
(cherry picked from commit dffb2706a158784e2f3091f895a868e373683bc8)
2019-08-15 18:35:10 +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 c5cb03d0ca
Fix link cut-off 2019-08-14 14:59:46 -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 225604723a
Fix docs and custom scss 2019-08-14 10:40:19 -04:00
Silvio Giebl fe41e18994
Fix js and also bump out page content line height 2019-08-14 10:39:49 -04:00
Patrick Marsceill b1072a3fca
Bump line-height on content 2019-08-14 10:07:45 -04:00
Patrick Marsceill e370654237
Add a lil more padding on last table row 2019-08-13 17:34:28 -04:00
Patrick Marsceill d0325e948e
Fix up search results display 2019-08-13 17:24:36 -04:00
Patrick Marsceill 2b2ebf6033
Lint and docs 2019-08-13 17:24:23 -04:00
Patrick Marsceill 7fa6307640
Header menu button and anchor links 2019-08-13 17:23:35 -04:00
Patrick Marsceill 15f1faae8a
Anchor heading css 2019-08-13 16:23:38 -04:00
Patrick Marsceill 8dbe56fe1f
Merge pull request #152 from yavorg/master
Fixing some Rouge styles for better JavaScript readability
2019-08-13 11:30:04 -04:00
Patrick Marsceill b89b683f90
Add content footer 2019-08-06 15:56:29 -04:00
Yavor Georgiev 0108a9b254 Fixing some Rouge styles for better JavaScript readability 2019-06-21 15:29:54 -07:00
Patrick Marsceill 044281db38
fix jekyll highlight tag styles 2019-05-28 23:06:14 -04:00
Silvio Giebl 9495640378 Improved search preview 2019-05-19 17:21:20 +02:00
Silvio Giebl 447ba4f20c Added variables for background colors 2019-05-19 02:55:43 +02:00